summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout
AgeCommit message (Collapse)Author
2022-12-06re-adding pngs as fallback for pre-API 24, appearantly Android 6's vector ↵cyberta
graphic rendering is really broken
2022-12-04replace connected state background pngs for RiseupVPN with vector graphicscyberta
2022-12-02clean upcyberta
2022-12-02tweak on/off button sizecyberta
2022-12-02implement transition animation between connected and disconnected state for ↵cyberta
RiseupVPn
2022-12-02rearranging assets, split them into normal and custom flavorcyberta
2022-12-02fix default location button designcyberta
2022-12-02keep default EipFragment layout for backwards compatibilitycyberta
2022-11-30rename drawables and colors according to the state they're representingcyberta
2022-11-30fix missing location button view bindings for custom branded buildscyberta
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-11-30split eip fragment xml per normal/custom flavorcyberta
2022-11-22allow set motd image in custom branded versionscyBerta
2022-11-22use gradient for motd background, simple button stylecyBerta
2022-11-22create UI for message of the daycyBerta
2022-08-05revert gateway selection during gateway pinningcyBerta
2022-07-31implement obfuscation pinningcyBerta
2022-07-26prepare viewBindingcyBerta
2022-07-19add UI to enable experimental kcp transport if the client uses obfsvpn ↵cyBerta
instead of shapeshifter and the provider supports the kcp variant
2022-06-08add debug feature to pin single gatewayscyBerta
2022-05-05fix left-right alignment in about fragment, fix space dimensions (dp instead ↵cyBerta
of sp)
2022-02-04update License strings and AboutFragmentcyBerta
2021-11-28make location button icon tint color configurable, use white tint for riseupvpncyBerta
2021-11-28hide snowflake in the settings, disable fallback mechanism, comment out ↵cyBerta
snowflake/tor tests
2021-11-26improve location button layout, use match_parent for text height, so that ↵cyBerta
auto-size text rendering works correctly
2021-11-26fix app crash on Android4cyBerta
2021-11-26disable location entries that are not supporting current transport, show ↵cyBerta
hint in GatewaySelectionFragment and an option to disable bridges
2021-11-25adapt the theming for riseupvpncyBerta
2021-11-25reduce connection state font size again a little bitcyBerta
2021-11-25shrink text size on location selection button, if there's not enough space ↵cyBerta
on small screens
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-25show grey footer in navigation drawer, if there's enough placecyBerta
2021-11-25make settings fragment scrollablecyBerta
2021-11-25implement UI, logic and test for prefer UDP preferencescyBerta
2021-11-25implement UI to enable/disable tor in settings fragmentcyBerta
2021-11-25implement separate settings fragmentcyBerta
2021-11-24improve settings list entry layoutscyBerta
2021-11-23improve location selection list entry layoutcyBerta
2021-11-23use SimpleCheckBox in ExcludeAppsFragmentcyBerta
2021-11-23default SimpleCheckBox to uncheckedcyBerta
2021-11-22fix app crash on Android 4 when setting a custom notification viewcyBerta
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-20implement a selection indicator for location listcyBerta
2021-11-20show lightning bold instead of text 'You're connected to the recommended ↵cyBerta
location'
2021-11-19fix font coloring for buttons, ensure the location selection button font ↵cyBerta
color is white
2021-11-19right align select preferred locationcyBerta