summaryrefslogtreecommitdiff
path: root/app/src/main/java/se/leap/bitmaskclient/base/fragments/NavigationDrawerFragment.java
AgeCommit message (Collapse)Author
2023-08-03move to new SetupActivity when switching providerscyBerta
2023-08-02use single instance of shared prefernces across the app, this reduces the ↵cyBerta
laggyness of the UI noticably
2023-07-17always switch to encrypted shared preferencescyBerta
2023-02-23fix city choose testkwadronaut
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-15don't create a new GatewaysSelectionFragment if it is already showncyBerta
2022-11-30tint action bar according to connection statecyberta
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-07-19cleanupcyBerta
2022-05-08update min l110n, (c) datekwadronaut
2021-11-28remove navigation drawer introduction for first-time users featurecyBerta
2021-11-25ensure that action bar subtitle remains after orientation changes for all ↵cyBerta
fragments
2021-11-25ensure advanced settings subtitle is shown after orientation change or after ↵cyBerta
moving back from sub fragment
2021-11-25implement separate settings fragmentcyBerta
2021-11-16replace all TextViews with AppCompatTextViewscyBerta
2021-11-15draft gateway selection UI according to simlpy secure's proposalscyBerta
2021-10-23rename usePluggableTransports prefrence to useBridges, start snowflake if ↵cyBerta
useBridges is true
2021-07-21automatically close navigation drawer after switch account item was selectedcyBerta
2021-05-18implement feature switch, so that gateway selection can be turned off on ↵cyberta
compile time, turned off for Bitmask for now
2021-04-22initial draft for gateway selection on AndroidcyBerta
2020-12-29move NavigationDrawerFragment into fragments directorycyBerta