Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-29 | new year cleanup: restructure messy project | cyBerta | |
2020-03-17 | switch to AndroidX | cyBerta | |
2020-03-01 | improve visual disabled state for switch entries in navigation drawer | cyBerta | |
2020-01-12 | fix UI bug in navigation drawer: restict entries max lines | cyBerta | |
2019-11-19 | update about fragment | cyBerta | |
2019-09-19 | add subtitles to navigation drawer items - better explanation for PT | cyBerta | |
2019-08-03 | create custom UI classes navigation drawer entries | cyBerta | |
2019-07-12 | allow start/stop vpn button to grow for long strings in different languages | cyBerta | |
2019-07-12 | fix navigation drawer layout for tablets | cyBerta | |
2019-07-12 | fix vpn start/stop button layout for tablets | cyBerta | |
2019-07-12 | fix background images for tablet layouts in AddProviderActivity | cyBerta | |
2019-07-12 | fix setup activities tablet layout in portrait | cyBerta | |
2019-07-10 | add material design icons to the navigation drawer | cyBerta | |
2018-09-07 | change theme color, terms of services, custom donation string for riseup.vpn | cyBerta | |
2018-08-31 | #8896 add layout for tablets | cyBerta | |
2018-08-17 | fix background image reference for tablets, related to #8917 | cyBerta | |
2018-08-17 | Merge branch 'customisation_feature' into 'master' | cyberta | |
Customisation Feature See merge request leap/bitmask_android!78 | |||
2018-07-04 | #8886 add layout for tablets and improve tablet and phone layouts in general ↵ | cyBerta | |
by implementing dynamic layout changes when keyboard appears | |||
2018-07-01 | Renamed mask to logo | Janak Amarasena | |
2018-07-01 | Renamed background images | Janak Amarasena | |
2018-03-06 | cleanup - rename layout files | Fup Duck | |
2018-02-27 | Merge branch '8865_cancel_without_internet' into '0.9.8' | cyberta | |
8865 - allow disconnect without internet See merge request leap/bitmask_android!50 | |||
2018-02-27 | 8865 - smaller vertical padding | Fup Duck | |
2018-02-27 | #8875 update licenses | cyBerta | |
2018-02-27 | 8865 - allow disconnect without connection | Fup Duck | |
* revert last commit * dirty fix to disconnect - see #8876 * add padding in EipFragment | |||
2018-02-27 | Revert "8865 - allow disconnecting without internet" | Fup Duck | |
This reverts commit 44322f28b28676a8938f4c1066a75ba47397aa7d. | |||
2018-02-26 | 8865 - allow disconnecting without internet | Fup Duck | |
* moved logic from MainActivity to EIP | |||
2018-02-22 | 8868 - fix lollipop ui issues | Fup Duck | |
2018-02-16 | Merge branch '#8831_progress_animation_when_connecting' into '0.9.8' | cyberta | |
#8831 progress animation when connecting See merge request leap/bitmask_android!43 | |||
2018-02-14 | #8846 remove legacy code and files: Dashboard, LogWindow, ↵ | cyBerta | |
UserStatusFragment, FabButton library etc. | |||
2018-02-13 | #8831 add a progress animation to EipFragment and don't start blocking vpn ↵ | cyBerta | |
when user triggered vpn start from UI | |||
2018-02-09 | 8554 - show Loading screen on bigger screens | Fup Duck | |
2018-02-07 | #8823 update configuration wizard layout for tablets | cyBerta | |
2018-02-07 | fix runtime exception due to missing resource for tablets | cyBerta | |
2018-02-06 | Merge branch 'origin_0.9.8' into 8823_cw_tablet_layout | cyBerta | |
2018-01-29 | #8818 test NavigationDrawer with espresso test and update sdk therefore | cyBerta | |
2018-01-27 | fix comments for mergerequest | Fup Duck | |
2018-01-23 | add tablet design for ConfigWizard | Fup Duck | |
based upon !28 I could not check this - starting emulator freezes my system and I have no tablet. | |||
2018-01-19 | improve layout | Fup Duck | |
* improve layout * gracefully handle orientation changes * respect small devices * set correct colors for buttons, error messages... | |||
2018-01-18 | WizardConfiguration theme | Fup Duck | |
* download VPN certificate after loging in (#8813) * get the new design up to date (#8819) * fix crash when pressing login (#8817) * add a loading screen according to design (#8816) | |||
2018-01-09 | create ProviderDetail Activity | Fup Duck | |
2017-11-09 | 8784 fix worst issues in about layout for tablets | cyBerta | |
2017-11-09 | 8784 fix major tablet layout issues on dashboard, add new user icon that ↵ | cyBerta | |
complies with the other icons - foreground white, background transparent | |||
2017-11-09 | 8782 fixes app crashes due to missing layout references, removes unneeded ↵ | cyBerta | |
layout files, minor layout clean up | |||
2017-11-06 | add missing informations in about layout for x-lage screens | cyBerta | |
2017-09-21 | update ics-openvpn: update classes, manifest, resources and build script | cyBerta | |
2015-05-05 | Rename user session fragment, add icon resource. | Parménides GV | |
The FabButton doesn't scale the icon as big as I want it to be, and it doesn't let me set the size to "wrap_content" because the library sets the sizes to match_parent. I'm going to try to modify my fork of FabButton to see if I can obtain what I want in its demo: just an icon and the progress indicator, the icon as big as possible. | |||
2015-04-30 | Better layout, xlarge adaptation too. | Parménides GV | |
2015-04-28 | Remove the "provider:" label, simplifying layout | Parménides GV | |
2015-04-28 | Put button and icon below the vpn label | Parménides GV | |
Some devices are too small to show everything in the same row, so I'm centering everything and spliting the layout in two: the label and the button&icon. |