summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)Author
2022-05-20Merge branch 'fix_tile_service_notifications' into 'master'cyberta
fix notifications not disappearing after disconnecting from quick settings tile Closes #9074 See merge request leap/bitmask_android!187
2022-05-20fix notifications not disappearing after disconnecting from quick settings tilecyBerta
2022-05-20update donation link: point to riseuplabs.orgcyBerta
2022-05-20add missing importcyBerta
2022-05-20remove unnecessary method call during EipFragment layoutingcyBerta
2022-05-20show error message if tor failed to start during the VPN certificate updatecyBerta
2022-05-20fix typo and parse string from error result json object more gracefullycyBerta
2022-05-20add test for the case the tor thread is interruptedcyBerta
2022-05-19add providerObservable as member variable to EipFragment, ensure the ↵cyBerta
Fragment has always the latest provider object
2022-05-19avoid possible NPE in TorStatusObservablecyBerta
2022-05-19show in EipFragment bridge status message if bridges are used to update the ↵cyBerta
VPN certificate
2022-05-19use better check if tor is running on vpn certificate update error handlingcyBerta
2022-05-19clarify that EipSetupObserver uses the application contextcyBerta
2022-05-19reduce log noise in error handlingcyBerta
2022-05-19allow to cancel connection attempt during vpn certificate updates, if tor is ↵cyBerta
running, it will be shut down
2022-05-19ignore snowflake preferences for API communication if a VPN tunnel is ↵cyBerta
already established
2022-05-19handle tor startup errors and use better checks in EipSetupObserver if tor ↵cyBerta
should be shutdown
2022-05-19early return if tor is ment to be shutdown but is not runningcyBerta
2022-05-19only wait until Tor has been completely shutdown successfully on ↵cyBerta
startTorService command if the service was previously cancelled
2022-05-19reset http proxy port immediately after tor has been cancelled and is about ↵cyBerta
to be shutdown
2022-05-19implement method to determine if tor is currently running and not yet about ↵cyBerta
to be shutdown
2022-05-18avoid possible NPE in ClientTransportPlugincyBerta
2022-05-18use snowflake if necessary to update invalid vpn cert. Show cert update ↵cyBerta
message in UI
2022-05-14fix icons in advanced settings menuPratik Lagaskar
2022-05-13reenable snowflake provider api unit testscyBerta
2022-05-11Merge branch 'min-l10n' into 'master'cyberta
update min l110n, (c) date See merge request leap/bitmask_android!180
2022-05-08String change, smallkwadronaut
This solves https://www.transifex.com/otf/bitmask/translate/#fr/$/404160240
2022-05-08update min l110n, (c) datekwadronaut
2022-05-06update version to 1.1.3cyBerta
2022-05-06set allow_registration to false for calyx preshipped providercyBerta
2022-05-06update preshipped provider.json filescyBerta
2022-05-06Merge branch 'update_translations' into 'master'cyberta
update translations See merge request leap/bitmask_android!177
2022-05-05Merge branch 'donation_reminder' into 'master'cyberta
change donation reminder to 7 days, point bitmask donation link to riseup See merge request leap/bitmask_android!176
2022-05-05add donation translations for RiseupVPNcyBerta
2022-05-05remove languages with insufficient translationscyBerta
2022-05-05add some lost strings after changing the transifex urlcyBerta
2022-05-05catch nullpointer exception in tile servicecyBerta
2022-05-05fix left-right alignment in about fragment, fix space dimensions (dp instead ↵cyBerta
of sp)
2022-05-05update translationscyBerta
2022-05-05change donation reminder to 7 days, point bitmask donation link to riseupcyBerta
2022-04-21Transifex changes, merging desktop and mobilekwadronaut
This changes the URL and user texts. Please do a dry-run before updating languages!
2022-02-06remove unused and deprecated gradle taskscyBerta
2022-02-06remove duplicated stringscyBerta
2022-02-05update version to 1.1.2cyBerta
2022-02-05update translationscyBerta
2022-02-05always show 'show connection details' if connection details have been ↵cyBerta
visible and are going to be hidden
2022-02-05fix NPE in GatewaysManagercyBerta
2022-02-05remove insecure hint in EipFragment if VPN is connecting or reconnectingcyBerta
2022-02-05improve gateway connection setup animationcyBerta
2022-02-05avoid short animation when turning off the VPNcyBerta