summaryrefslogtreecommitdiff
path: root/app/src/main/AndroidManifest.xml
AgeCommit message (Collapse)Author
2023-10-31Remove old Provider setup flow. In order to update to Gradle 8, we finally ↵cyBerta
say goodbye to Butterknife. Since the old setup flow UI depends on it (and other dependencies we want to get rid of) it gets removed.
2023-10-25lock provider setup screenOrientation to portrait for now to work around a ↵cyBerta
bug which appears if the user has accepted the permission requests and rotates the screen afterwards
2023-07-31add cancel button, call provider stetup command in ConfigureProviderFragment ↵cyBerta
and listen to the result, implementing happy path
2023-07-29update design and UX for provider setupcyberta
2023-07-13fix for possible strandhogg task hijacking vulnerabilitycyBerta
2023-07-13disallow backups, since shared prefs are encrypted by device keycyBerta
2023-04-10fix fastlane external storage permission exceptioncyBerta
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
2021-12-11revert disallowing android:extractNativeLibs, enableUncompressedNativeLibs = ↵cyBerta
false seems to made the trick to ensure navive libs are extracted to the apk
2021-12-01try to fix missing lib foldercyBerta
2020-12-30update ics-openvpn, openvpn, openssl, prepare Bitmask for Android 11cyBerta
2020-12-29new year cleanup: restructure messy projectcyBerta
2020-07-26implement tile service #8762cyBerta
2020-06-10catch rare IllegalStateExceptions when enqueueing jobscyBerta
2020-01-24detect hotspot state and disable/enable controls in TetheringDialog accordinglycyBerta
2019-10-08set target sdk version to API 28, fix related issues (#8959)cyBerta
2019-09-27fix flickering when restarting the vpncyBerta
2019-07-12switch order of vpn services in ManifestcyBerta
2019-05-19update gradle versioncyBerta
2018-12-07first shot gatewayselectioncyBerta
2018-08-31#8896 skip onboarding for custom branded apps, allow to specify if anonymous ↵cyBerta
usage is preferred over login/signup
2018-06-27Merge branch 'master' into add_providerlalottacontinua
2018-06-23Changed MainActivity label to take app nameJanak Amarasena
2018-06-18solved merge conflictlalottacontinua
2018-05-22false url displayed when retry clickedlalottacontinua
2018-03-238876 - add bind job service permissionFup Duck
2018-03-238876 - refactor EIP to JobIntentServiceFup Duck
2018-02-27set version name to 0.9.80.9.8cyBerta
2018-02-278872 - new launcher iconFup Duck
2018-02-19set version name to 0.9.8RC20.9.8RC2cyBerta
2018-02-14#8846 remove legacy code and files: Dashboard, LogWindow, ↵cyBerta
UserStatusFragment, FabButton library etc.
2018-02-13update targetSdkFup Duck
2018-02-08\#8554Fup Duck
* show only first error of error array * show loading screenin credentials activities * render link in error message correctly
2018-02-07#8829 fixes notification handling after ui changes and fixes also memory ↵cyBerta
leak #8838
2018-01-27fix comments for mergerequestFup Duck
2018-01-21handle startActivityForResultFup Duck
2018-01-18WizardConfiguration themeFup Duck
* download VPN certificate after loging in (#8813) * get the new design up to date (#8819) * fix crash when pressing login (#8817) * add a loading screen according to design (#8816)
2018-01-16resolve commented issuesFup Duck
* recreate activity correctly after changing orientation * replace getApplicationActivity
2018-01-13Merge remote-tracking branch '0xacab/0.9.8' into 8802_drawerFup Duck
2018-01-12set version name to 0.9.8RC1cyBerta
2018-01-11Merge remote-tracking branch '0xacab/0.9.8' into 8802_drawerFup Duck
2018-01-098773 refactoring ProviderAPI for testability, setting up basic unit test ↵cyBerta
framework
2018-01-09create LoginActivity and SignUpActivityFup Duck
2018-01-09create ProviderDetail ActivityFup Duck
2018-01-08AboutActivity to AboutFragmentFup Duck
2017-12-14Merge remote-tracking branch '0xacab/0.9.8' into 0.9.8/sidebarFup Duck
2017-12-14add LogFragmentFup Duck
2017-12-14Update constants renamingcyBerta
2017-12-12Add Splash StartActivityFup Duck
* added Splash StartActivity to handle updates and initialization * created global Constants * move EIPConstants to Constants * create update possibility * use VectorDrawable as background for StartActivity
2017-12-07base for sidebarFup Duck