summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-11-26Revert "update androidx support libraries"1.1.0RC2cyBerta
* latest support libraries require minSDK 31, so this update needs to be postponed This reverts commit 61d733f7c0fbb3195353ab1ea88a7fdfc551193c.
2021-11-26always stop gradle deamon after calling gradlew in a submodulecyBerta
2021-11-26update to version 1.1.0RC2cyBerta
2021-11-26update androidx support librariescyBerta
2021-11-26add missing importcyBerta
2021-11-26fix save battery featurecyBerta
2021-11-26disable UDP UI settings while using bridgescyBerta
2021-11-26instead of leaving the settings screen, show a toast if VPN needs to ↵cyBerta
reconnect to apply setting changes
2021-11-26improve location button layout, use match_parent for text height, so that ↵cyBerta
auto-size text rendering works correctly
2021-11-26use already translated stringscyBerta
2021-11-26fix string referencecyBerta
2021-11-26fix app crash on Android4cyBerta
2021-11-26make new strings translatablecyBerta
2021-11-26disable location entries that are not supporting current transport, show ↵cyBerta
hint in GatewaySelectionFragment and an option to disable bridges
2021-11-25slow down glow animationcyBerta
2021-11-25adapt the theming for riseupvpncyBerta
2021-11-25Merge branch 'ui_fixes' into 'master'cyberta
UI fixes Closes #9051 and #9015 See merge request leap/bitmask_android!148
2021-11-25replace sofiapro regular font, fixes broken 'ß' charcyBerta
2021-11-25reduce connection state font size again a little bitcyBerta
2021-11-25adapt wording for hiding connection details, fixes #9051cyBerta
2021-11-25shrink text size on location selection button, if there's not enough space ↵cyBerta
on small screens
2021-11-25ensure that action bar subtitle remains after orientation changes for all ↵cyBerta
fragments
2021-11-25use darker yellow for location status indicatorcyBerta
2021-11-25remove top padding for first header in settings fragmentcyBerta
2021-11-25tweak connection state font size on EipFragmentcyBerta
2021-11-25fix location selection buttons on tabletscyBerta
2021-11-25ensure advanced settings subtitle is shown after orientation change or after ↵cyBerta
moving back from sub fragment
2021-11-25show grey footer in navigation drawer, if there's enough placecyBerta
2021-11-25Merge branch 'UDP_ui' into 'master'cyberta
UDP UI See merge request leap/bitmask_android!147
2021-11-25use pngs instead of vector graphics to avoid crashes on Android4cyBerta
2021-11-25restart VPN if user changes UDP settings while VPN is oncyBerta
2021-11-25make settings fragment scrollablecyBerta
2021-11-25implement UI, logic and test for prefer UDP preferencescyBerta
2021-11-25Merge branch 'snowflake_ui' into 'master'cyberta
implement UI to enable/disable tor in settings fragment See merge request leap/bitmask_android!146
2021-11-25implement UI to enable/disable tor in settings fragmentcyBerta
2021-11-25Merge branch 'preferences_ui' into 'master'cyberta
Preferences ui See merge request leap/bitmask_android!145
2021-11-25implement separate settings fragmentcyBerta
2021-11-24improve settings list entry layoutscyBerta
2021-11-24Merge branch 'simply_secure_UI_changes' into 'master'cyberta
Gateway selection UI overhaul Closes #9047 See merge request leap/bitmask_android!140
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-23use SimpleCheckBox in ExcludeAppsFragmentcyBerta
2021-11-23default SimpleCheckBox to uncheckedcyBerta
2021-11-23add OnCheckedChangedListener in SimpleCheckboxcyBerta
2021-11-23sort locations by transportcyBerta
2021-11-23tweak mocking of ConfigHelpercyBerta
2021-11-23fix ProviderApiManagerTestcyBerta
2021-11-23calculate fake load from timezone distance if menshen doesn't serve load infocyBerta
2021-11-23calculate and show gateway load related to transportcyBerta
2021-11-22fix app crash on Android 4 when setting a custom notification viewcyBerta