summaryrefslogtreecommitdiff
path: root/app/src/main/java/se/leap/bitmaskclient/base/fragments/GatewaySelectionFragment.java
AgeCommit message (Expand)Author
2024-01-17replace deprectated Observer and Observables by PropertyChangeListener and Pr...cyBerta
2023-10-25tint action bar toggle in GatewaySelectionFragmentcyBerta
2023-08-02use single instance of shared prefernces across the app, this reduces the lag...cyBerta
2023-07-17always switch to encrypted shared preferencescyBerta
2022-12-15center and capitalize actionbar title, in Bitmask, center but not capitalize ...cyBerta
2022-12-15balance registering and un-registering listeners and observers in GatewaySele...cyBerta
2022-07-19Parse different obfs4 flavors from eip-service.json. In the gateway load / ga...cyBerta
2021-12-10work around potentials NullPointerExceptioncyBerta
2021-11-26disable location entries that are not supporting current transport, show hint...cyBerta
2021-11-25ensure that action bar subtitle remains after orientation changes for all fra...cyBerta
2021-11-23sort locations by transportcyBerta
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-20implement a selection indicator for location listcyBerta
2021-11-15fix preference renamingcyBerta
2021-11-15add missing eip status observer registration in GatewaySelectionFragmentcyBerta
2021-11-15ask user to change location or disable bridges if manually selected location ...cyBerta
2021-11-15show bridges icon in gateway selector for locations supporting themcyBerta
2021-11-15draft gateway selection UI according to simlpy secure's proposalscyBerta
2021-11-15implement location load indicator in gateway selection cellcyBerta
2021-10-23rename usePluggableTransports prefrence to useBridges, start snowflake if use...cyBerta
2021-04-22make LinearLayoutManager a local variablecyBerta
2021-04-22disable 'turn on' button if automatic gateway selection is disabled but no lo...cyBerta
2021-04-22fix location name comparison, allow to unselect a locationcyBerta
2021-04-22initial draft for gateway selection on AndroidcyBerta