summaryrefslogtreecommitdiff
path: root/app/build.gradle
AgeCommit message (Collapse)Author
2024-03-02update to version 1.3.0RC1cyBerta
2024-02-27bring setup activity back to foreground if provider setup is about to finishcyBerta
2024-02-24fix accidentally removed donation URL build config fieldcyBerta
2024-02-24add a readme about customization of the appcyBerta
2024-02-24remove unused build propertiescyBerta
2024-02-03fix foreground service permissions for Android API 34cyBerta
2023-11-23update gradle dependencies and bump Android SDK to API 34cyBerta
2023-11-01update to version 1.2.0 (skipping 1.1.9, since I consider this a major update)1.2.0cyBerta
2023-10-31remove insecure flavor, it depended on deprecated setup UIcyBerta
2023-10-31update build_deps.sh and build.gradle after ics-openvpn's task name to build ↵cyBerta
native libs changed
2023-10-31update to Java 17cyBerta
2023-10-31update to Gradle 8cyBerta
2023-10-31Replace Butterknife references with ViewBindingcyBerta
2023-08-02* Implenting permissionn fragmentscyBerta
* refactoring fragments, use of a base fragment to deduplicate code * improve SetupViewPagerAdapter by implementing a factory that hands out the reuired fragments in the correct order * very basic setup success fragment ("You're all set!")
2023-07-13migrate to encrypted shared preferencescyBerta
2023-04-18try tls 1.3 during bootstrappingcyBerta
2023-04-18update okhttpcyBerta
2023-04-11handle correctly vpn permission dialogcyBerta
2023-04-10fix fastlane location switching on newer Android versionscyBerta
2023-03-30Merge branch 'fastlane' into 'master'cyberta
fastlane See merge request leap/bitmask_android!241
2023-01-19improve screenshot tests, run in different languages, test more ↵cyberta
Fragments/Activities
2023-01-09update to version 1.1.8 in order to push to google playcyBerta
2023-01-05update to version 1.1.7cyBerta
2023-01-03Merge branch 'prepare_1.1.6' into 'master'cyberta
Prepare 1.1.6 See merge request leap/bitmask_android!238
2023-01-02simple example setup for fastlane, doing some screenshots in different ↵cyberta
languages, including screenshots with phone frames for use in an app store
2023-01-02remove hard-coded IP's for riseup api for now, switch menshen URLcyBerta
2022-12-28update version to 1.1.6cyBerta
2022-12-28RiseupVPN: default to udp on fresh installscyBerta
2022-12-16Merge branch 'prepare_release2' into 'master'cyberta
update version to 1.1.6RC2 See merge request leap/bitmask_android!232
2022-12-16update version to 1.1.6RC2cyBerta
2022-12-16remove custom+insecure flavored builds, bitmask (normal+insecure) itself ↵cyBerta
should be sufficient to test a new provider backend without valid certs
2022-12-15center and capitalize actionbar title, in Bitmask, center but not capitalize ↵cyBerta
title in riseupvpn, allow to configure both properties on compile time in build.gradle
2022-12-15set minSDK version to API 21 / Android 5.0cyBerta
2022-12-15allow default obfuscation proxy pinning values in RiseupVPN, disallow them ↵cyBerta
in Bitmask
2022-12-06update version to 1.1.6RC1cyberta
2022-12-06clean up build.gradle a little bitcyberta
2022-11-30we don't use a color filter in Bitmask anymorecyberta
2022-11-22add BuildConfig field to set motd url in custom branded clientscyBerta
2022-08-08Merge branch 'update_dependencies' into 'master'cyberta
update API version and dependencies Closes #9057 See merge request leap/bitmask_android!206
2022-08-08update gradle plugin to version 7.2.2, compile and target sdk to API 31, ↵cyBerta
androidx libraries and leakcanary to latest versions
2022-08-07disable donations for bitmask againcyBerta
2022-08-07set riseup's main_url to black.riseup.net while still showing riseup.net as ↵cyBerta
domain in the UI
2022-08-05revert gateway selection during gateway pinningcyBerta
2022-08-05update default values for obfuscation pinningcyBerta
2022-07-31update version to 1.1.5cyBerta
2022-07-31implement obfuscation pinningcyBerta
2022-07-26prepare viewBindingcyBerta
2022-07-19allow to pin a custom obfs4 bridge during compile timecyBerta
2022-07-19add BuildConfig fields to hardcode a particular obfsvpn proxycyBerta
2022-07-19implement a build time config variable to prefer obfsvpn lib over ↵cyBerta
shapeshifter lib