summaryrefslogtreecommitdiff
path: root/app/src/main/java/se
AgeCommit message (Collapse)Author
2019-07-12remove unused methods in PreferenceHelpercyBerta
2019-07-12reduce the always on alert dialog customization for nowcyBerta
2019-07-12* use static atomicBoolean to save alwaysOn settings instead of sharedPrefscyBerta
>> avoid race conditions between sharedPreference writing and onBoot receiver reading * don't explicitly exclude Bitmask from routes
2019-07-12fix shared preferences location for saving last used vpn profilecyBerta
2019-07-12add blocking vpn info in corresponding alert dialog, use similar layout as ↵cyBerta
for donation dialog
2019-07-12get rid of ics-openvpn's ProfileManager, reduces boilerplate and dead codecyBerta
2019-07-12better support for android 8.X always-on killswitch (#8945 & #8928)cyBerta
2019-07-12cleanup LogFragmentcyBerta
2019-07-12fix action bar subtitle setupcyBerta
2019-07-12replace 'Bitmask' in strings with variable for a better client customizationcyBerta
2019-07-12remove deprecated User and UserStatus model classcyBerta
2019-07-11fix empty parenthesis on EipFragment if no location name is availablecyBerta
2019-07-10use same layout for provider item as for settings items in navigation drawercyBerta
2019-07-10replace anonymous function with lambda in AbstractProviderDetailActivitycyBerta
2019-07-10add material design icons to the navigation drawercyBerta
2019-07-09use AppCompatButton in EipFragmentcyBerta
2019-05-22try to work around Android O notification sound bugcyBerta
2019-05-22* adds a DISCONNECTING statecyBerta
* fixes vpn startup issues
2019-05-21* if provider allows only anonymous vpn connections, skip the provider ↵cyBerta
detail activity * fix app crash on switch provider
2019-05-21* show error dialog if provider is misconfigured and has not allowed ↵cyBerta
registration nor anonymous usage * always download provider.json, Use preseeded provider.json only to check if the client can connect with preseeded certificate. Keeps the provider.json updated if provider changes it's config * Tests for both cases
2019-05-20improve provider json validation during setupcyBerta
2019-05-20fix app crash if backend returns null instead of valid json responsecyBerta
2019-05-10remove dead code in start activitycyBerta
2019-04-02catch illegal state exceptions when replacing fragmentscyBerta
2019-04-01catch NPE in ProviderManagercyBerta
2019-04-01fix layout inflation exeption occuring with vector graphics on Android 4.XcyBerta
2019-03-09don't show toasts if app is reconnecting with different gateway in this releasecyBerta
2019-03-09store provider if vpn certificate was updated correctlycyBerta
2019-03-09improve vpn shutdown regarding the new gateway selectioncyBerta
(cherry picked from commit fcc04ae)
2019-03-09fix intent handling in EipSetupProvidercyBerta
(cherry picked from commit 36ea8c0)
2019-03-09clean up in EIPcyBerta
(cherry picked from commit 149ce40)
2019-03-08remove debug code in StartActivitycyBerta
2019-01-02use lambdas in NavigationDrawerFragmentcyBerta
2019-01-02fix instrumentation tests, update espresso test frameworkcyBerta
2018-12-29update sdk to version 28, update dependencies, fix potential memory leakscyBerta
2018-12-27add test and minor refactoring for gateway selectioncyBerta
2018-12-11Merge branch 'cyberta_master' into feature/gatewayselectioncyBerta
2018-12-11fix UI state handling when the app tries to change the gatewaycyBerta
2018-12-11remove unused importscyBerta
2018-12-07first shot gatewayselectioncyBerta
2018-11-16Merge branch 'master' into 'master'cyberta
block ipv6 addresses if void vpn is running See merge request leap/bitmask_android!83
2018-11-09block ipv6 addresses if void vpn is runningcyBerta
2018-10-25fix notification title of the custom branded versioncyBerta
2018-09-08avoid potential memory leak in onboot receivercyBerta
2018-09-07change theme color, terms of services, custom donation string for riseup.vpncyBerta
2018-08-31add some license headerscyBerta
2018-08-31#8896 skip onboarding for custom branded apps, allow to specify if anonymous ↵cyBerta
usage is preferred over login/signup
2018-08-17#8896 get rid of intent member variable as state holder... && extract ↵cyBerta
ProviderApi broadcast receiver for reuse
2018-08-17#8896 move preconfigured providers to flavor normal and customcyBerta
2018-08-17Merge branch 'customisation_feature' into 'master'cyberta
Customisation Feature See merge request leap/bitmask_android!78