summaryrefslogtreecommitdiff
path: root/app/src/main/java/se/leap/bitmaskclient/base
AgeCommit message (Collapse)Author
2021-11-15add missing vpn button statecyBerta
2021-11-15avoid layout jumpingcyBerta
2021-11-15initial implementation of classic on-off push buttoncyBerta
2021-11-15adapt EIP main screen and strings to simply secure proposalscyBerta
2021-11-15ask user to change location or disable bridges if manually selected location ↵cyBerta
doesn't support bridges
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-11-15add click listener to gateway selection button, open the gateway selection ↵cyBerta
fragment
2021-11-15first 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-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-14fix preference renamingcyBerta
2021-11-14Add BuildConfig to disable color filtering of the main screen background, if ↵cyBerta
VPN is turned off. Make EipFragment's text colors customizable
2021-11-14add missing eip status observer registration in GatewaySelectionFragmentcyBerta
2021-11-14cleanupcyBerta
2021-11-14add missing vpn button statecyBerta
2021-11-14avoid layout jumpingcyBerta
2021-11-14initial implementation of classic on-off push buttoncyBerta
2021-11-14adapt EIP main screen and strings to simply secure proposalscyBerta
2021-11-14ask user to change location or disable bridges if manually selected location ↵cyBerta
doesn't support bridges
2021-11-14show bridges icon in gateway selector for locations supporting themcyBerta
2021-11-14draft gateway selection UI according to simlpy secure's proposalscyBerta
2021-11-14implement location load indicator in gateway selection cellcyBerta
2021-11-14add click listener to gateway selection button, open the gateway selection ↵cyBerta
fragment
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-11-14suppress lint warnings for methods used in fatweb flavor buildscyBerta
2021-11-14implement IPv4 address check based on regexcyBerta
2021-11-09check tor preferences before initiating a tor service connectioncyBerta
2021-11-06add little comment about the meaning of providerIp and providerApiIpcyBerta
2021-11-06make default_url in DefaultedURL a local variablecyBerta
2021-11-06fix tor provider setup fallback mechanismcyBerta
2021-11-05reset tor proxy port used by okhttp on bridges settings disabledcyBerta
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-07-21automatically start VPN after switching providercyBerta
2021-07-21initial tor-integration to circumvent blocking attempts of the provider apicyBerta
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-28ask to disable manual gateway selection if current combination of transport ↵cyberta
and location fails
2021-04-22make LinearLayoutManager a local variablecyBerta
2021-04-22disable 'turn on' button if automatic gateway selection is disabled but no ↵cyBerta
location is manually selected
2021-04-22fix location name comparison, allow to unselect a locationcyBerta
2021-04-22initial draft for gateway selection on AndroidcyBerta
2021-04-22rename preference helper method for getting the preferred citycyBerta
2021-04-22Adapt gateway selector to check for nearest gateway within a city. Also ↵cyBerta
optionally parse sortedGateways json object from menshen backend reponse
2021-02-26catch rare IllegalStateException in EipFragmentcyBerta
2021-02-26Merge branch 'ipv6_gateway_selection' into 'beta-release'cyberta
adapt eip-service.json parsing to support ipv6 See merge request leap/bitmask_android!125
2021-02-26improve error alerting if vpn launching fails, show an AlertDialog instead ↵cyBerta
of the LogView