summaryrefslogtreecommitdiff
path: root/app/src/main/java/se/leap/bitmaskclient/base/views
AgeCommit message (Collapse)Author
2023-10-31Replace Butterknife references with ViewBindingcyBerta
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-24show progress spinner during provider setup in custom flavored appscyBerta
2023-10-23tint actionbar subtitle and icons according to actionbar title colorcyBerta
2023-08-05use brighter start button in initial setup flowcyBerta
2023-08-04implement custom 'start vpn' button design for initial provider setupcyBerta
2023-08-04tweak setup action bar text weight (bold)cyBerta
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-01-19improve screenshot tests, run in different languages, test more ↵cyberta
Fragments/Activities
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-15remove superfluous parameter in MainButtons update methodcyBerta
2022-12-02add another setText() method in LocationButton that allows to pass a string ↵cyberta
resource id instead of a string
2022-12-02rearranging assets, split them into normal and custom flavorcyberta
2022-11-30clean up importscyberta
2022-11-30new EipFragment layout for Bitmask - portraitcyberta
2022-11-30split EipFragment and MainButon into normal and custom flavor, implement new ↵cyberta
on-off button design for Bitmask
2022-07-19Parse different obfs4 flavors from eip-service.json. In the gateway load / ↵cyBerta
gateway selection UI all pluggable transports flavors will be summed up and handled the same way. A gateway can support both obfs4 and the kcp flavor.
2021-11-28make location button icon tint color configurable, use white tint for riseupvpncyBerta
2021-11-26disable location entries that are not supporting current transport, show ↵cyBerta
hint in GatewaySelectionFragment and an option to disable bridges
2021-11-25use darker yellow for location status indicatorcyBerta
2021-11-24improve settings list entry layoutscyBerta
2021-11-24only show bridges icon in gateway selection list if location supports it AND ↵cyBerta
bridges setting is enabled
2021-11-23improve location selection list entry layoutcyBerta
2021-11-23add OnCheckedChangedListener in SimpleCheckboxcyBerta
2021-11-23calculate and show gateway load related to transportcyBerta
2021-11-21implement new gateway selection UI, using same UX principles as for desktopcyBerta
2021-11-21Merge branch 'custom_font' into 'simply_secure_UI_changes'cyberta
Custom font See merge request leap/bitmask_android!144
2021-11-20show lightning bold instead of text 'You're connected to the recommended ↵cyBerta
location'
2021-11-16replace all TextViews with AppCompatTextViewscyBerta
2021-11-16add bridge indicator to bottom panelcyBerta
2021-11-15improve location status indicator, adapt according to desktopcyBerta
2021-11-15tweak an rename main button higlight colorescyBerta
2021-11-15remove unused codecyBerta
2021-11-15only use two button pressed statescyBerta
2021-11-15implement a new fancy on-off-buttoncyBerta
2021-11-14first implementation of the gateway button, started to remove labels from ↵cyBerta
EipFragment, implement method to get the avearage load of a location as an enum value
2021-04-22disable 'turn on' button if automatic gateway selection is disabled but no ↵cyBerta
location is manually selected
2021-04-22initial draft for gateway selection on AndroidcyBerta
2020-12-29update butterknife probably a last timecyBerta
2020-12-29new year cleanup: restructure messy projectcyBerta