summaryrefslogtreecommitdiff
path: root/app/src/main/java/se/leap/bitmaskclient/drawer/NavigationDrawerFragment.java
AgeCommit message (Expand)Author
2020-12-29new year cleanup: restructure messy projectcyBerta
2020-03-17switch to AndroidXcyBerta
2020-03-08Show error toast and reset root feature settings if app could not obtain root...cyBerta
2020-03-07disable battery save mode only if actually VPN is running and at least one te...cyBerta
2020-02-27enable/disable save battery switch in navigation drawer depending on tetherin...cyberta
2020-01-31add UI in navigation drawer to enable/disable ipv6 firewall and to show/hide ...cyberta
2020-01-24rename battery flag in navigation drawercyBerta
2020-01-24implement basic UI for VPN tetheringcyBerta
2019-11-01remove buggy and annoying hint how to open the navigation drawercyBerta
2019-10-31rename save battery alert, it's not experimental anymorecyBerta
2019-10-29don't start void vpn when switching between a running openvpn connection and ...cyBerta
2019-10-20show dialog if end of provider's gateway list is reached (#8964)cyBerta
2019-10-19fix #8966, battery dialog reopeningcyBerta
2019-10-11Add a red hint in navigation drawer if apps are currently excluded from VPNcyBerta
2019-10-06excluding apps from vpn is already allowed from API 21 (Lollipop)cyBerta
2019-10-01Merge branch 'pluggableTransports2'cyBerta
2019-09-27fix flickering when restarting the vpncyBerta
2019-09-20restart vpn after pluggableTransports was selected or deselectedcyBerta
2019-09-08New icon and text for Excluded Apps. Using PreferenceHelper. Test done.akuma
2019-08-09Commented allow apps switch. Allow app fragment titleakuma
2019-08-09Select Apps optionakuma
2019-08-03rewrite Navigation drawer - improves layout on small screens, fixes switch en...cyBerta
2019-08-02add simple UI to enable/disable PT usagecyBerta
2019-07-12fix action bar subtitle setupcyBerta
2019-07-10use same layout for provider item as for settings items in navigation drawercyBerta
2019-07-10add material design icons to the navigation drawercyBerta
2019-04-02catch illegal state exceptions when replacing fragmentscyBerta
2019-01-02use lambdas in NavigationDrawerFragmentcyBerta
2018-12-29update sdk to version 28, update dependencies, fix potential memory leakscyBerta
2018-08-31#8896 skip onboarding for custom branded apps, allow to specify if anonymous ...cyBerta
2018-06-19Merge branch '#8885_testing_ProviderManager' into 'master'fupduck
2018-06-18#8889 another round of polishingcyBerta
2018-06-15Merge branch 'mirror_0xacab_master' into #8885_testing_ProviderManagercyBerta
2018-06-14Merge branch 'mirror_0xacab_master' into #8889_revise_NavigationDrawercyBerta
2018-06-11#8889 further changes after code reviewcyBerta
2018-06-03Added donation remindersJanak Amarasena
2018-05-31Added donation button to navigation drawerJanak Amarasena
2018-05-24#8889 fix review findings and refactor code for better readabilitycyBerta
2018-05-12Merge branch 'master' into #8885_testing_ProviderManagercyBerta
2018-05-12Merge branch 'master' into #8889_revise_NavigationDrawercyBerta
2018-05-12#8889 change navigation drawer introduction behavior - hide navigation drawer...cyBerta
2018-03-18refactor ConfigHelper, split into multiple helper classescyBerta
2018-03-17#8878 fix back button behavior for about and log screencyBerta
2018-03-06cleanup - rename layout filesFup Duck
2018-02-28#8808 add dialog for always-on vpn infoscyBerta
2018-02-28#8808 add a link to android's vpn settings for API >= 24cyBerta
2018-02-25#8754 don't cancel dialog onSavedInstanceStatecyBerta
2018-02-24#8754 ignore initial onCheckedChanged callback during ui setupcyBerta
2018-02-23#8754 disable dialog flag on cancelcyBerta
2018-02-23#8754 fix dialog cancellation handling and change dialog titlecyBerta