summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout-xlarge
AgeCommit message (Collapse)Author
2020-03-17switch to AndroidXcyBerta
2020-03-01improve visual disabled state for switch entries in navigation drawercyBerta
2020-01-12fix UI bug in navigation drawer: restict entries max linescyBerta
2019-11-19update about fragmentcyBerta
2019-09-19add subtitles to navigation drawer items - better explanation for PTcyBerta
2019-08-03create custom UI classes navigation drawer entriescyBerta
2019-07-12allow start/stop vpn button to grow for long strings in different languagescyBerta
2019-07-12fix navigation drawer layout for tabletscyBerta
2019-07-12fix vpn start/stop button layout for tabletscyBerta
2019-07-12fix background images for tablet layouts in AddProviderActivitycyBerta
2019-07-12fix setup activities tablet layout in portraitcyBerta
2019-07-10add material design icons to the navigation drawercyBerta
2018-09-07change theme color, terms of services, custom donation string for riseup.vpncyBerta
2018-08-31#8896 add layout for tabletscyBerta
2018-08-17fix background image reference for tablets, related to #8917cyBerta
2018-08-17Merge 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-01Renamed mask to logoJanak Amarasena
2018-07-01Renamed background imagesJanak Amarasena
2018-03-06cleanup - rename layout filesFup Duck
2018-02-27Merge branch '8865_cancel_without_internet' into '0.9.8'cyberta
8865 - allow disconnect without internet See merge request leap/bitmask_android!50
2018-02-278865 - smaller vertical paddingFup Duck
2018-02-27#8875 update licensescyBerta
2018-02-278865 - allow disconnect without connectionFup Duck
* revert last commit * dirty fix to disconnect - see #8876 * add padding in EipFragment
2018-02-27Revert "8865 - allow disconnecting without internet"Fup Duck
This reverts commit 44322f28b28676a8938f4c1066a75ba47397aa7d.
2018-02-268865 - allow disconnecting without internetFup Duck
* moved logic from MainActivity to EIP
2018-02-228868 - fix lollipop ui issuesFup Duck
2018-02-16Merge 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-098554 - show Loading screen on bigger screensFup Duck
2018-02-07#8823 update configuration wizard layout for tabletscyBerta
2018-02-07fix runtime exception due to missing resource for tabletscyBerta
2018-02-06Merge branch 'origin_0.9.8' into 8823_cw_tablet_layoutcyBerta
2018-01-29#8818 test NavigationDrawer with espresso test and update sdk thereforecyBerta
2018-01-27fix comments for mergerequestFup Duck
2018-01-23add tablet design for ConfigWizardFup Duck
based upon !28 I could not check this - starting emulator freezes my system and I have no tablet.
2018-01-19improve layoutFup Duck
* improve layout * gracefully handle orientation changes * respect small devices * set correct colors for buttons, error messages...
2018-01-18WizardConfiguration themeFup 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-09create ProviderDetail ActivityFup Duck
2017-11-098784 fix worst issues in about layout for tabletscyBerta
2017-11-098784 fix major tablet layout issues on dashboard, add new user icon that ↵cyBerta
complies with the other icons - foreground white, background transparent
2017-11-098782 fixes app crashes due to missing layout references, removes unneeded ↵cyBerta
layout files, minor layout clean up
2017-11-06add missing informations in about layout for x-lage screenscyBerta
2017-09-21update ics-openvpn: update classes, manifest, resources and build scriptcyBerta
2015-05-05Rename 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-30Better layout, xlarge adaptation too.Parménides GV
2015-04-28Remove the "provider:" label, simplifying layoutParménides GV
2015-04-28Put button and icon below the vpn labelParmé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.
2015-04-28Seem good sizes, but layout is ugly.Parménides GV