Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-29 | #8818 test NavigationDrawer with espresso test and update sdk therefore | cyBerta | |
2018-01-28 | Merge branch 'origin_0.9.8' into fupduck_8819_config_wizard_design | cyBerta | |
2018-01-27 | fix comments for mergerequest | Fup Duck | |
2018-01-23 | new UI for EipFragment | Fup Duck | |
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-17 | #8788 implement VpnNotificationManager to handle notifications from VoidVPN ↵ | cyBerta | |
and OpenVPN | |||
2018-01-09 | create LoginActivity and SignUpActivity | Fup Duck | |
2018-01-09 | create ProviderDetail Activity | Fup Duck | |
2018-01-08 | seperate accountList and settingsList in drawer | Fup Duck | |
2017-12-19 | adjust Fragments | Fup Duck | |
2017-12-14 | add LogFragment | Fup Duck | |
2017-12-12 | make downward compatible | Fup Duck | |
2017-12-12 | set background | Fup Duck | |
2017-12-07 | base for sidebar | Fup Duck | |
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 | change size of Bitmask title in About layout for normal layouts | cyBerta | |
2017-11-01 | add licence note for okhttp to about page | cyBerta | |
2017-09-21 | update ics-openvpn: update classes, manifest, resources and build script | cyBerta | |
2017-09-14 | minor changes: replace depr. img and change xml identifier to follow android ↵ | cyBerta | |
code guidelines | |||
2016-02-06 | Update ics-openvpn | Parménides GV | |
2015-06-16 | Resized account icon according to vpn icons | Parménides GV | |
2015-06-12 | Transparent background of the FabButton, yay! | Parménides GV | |
2015-05-29 | Updated libraries, simplified user status fragment | Parménides GV | |
Updated butterknife, dagger, renderers, fabbuton and gson, as well as gradle plugin. | |||
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-30 | Works smoothly, correct texts. | Parménides GV | |
Next step: beautify. | |||
2015-04-29 | Functional. | Parménides GV | |
2015-04-29 | Dynamically load user session fragment. | Parménides GV | |
Tests click new button, instead of action bar's. Fixing more bugs... | |||
2015-04-29 | Creating a user session fragment. | Parménides GV | |
I've separated the user session management to it, and encapsulated ProviderAPICommand into its own class. Putting the fragment statically in dashboard.xml isn't working, Android complains about it being duplicated, so I'm going to add it dynamically. | |||
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. | |||
2015-04-28 | Seem good sizes, but layout is ugly. | Parménides GV | |
2015-04-27 | Added a button to the UI | Parménides GV | |
Turn on VPN touching that button, and leave the image as a mere indicator. | |||
2015-04-23 | FlowLayout, to show the vpn icon in some small devices | Parménides GV | |
Tested with physical Galaxy Young S6310. | |||
2015-04-22 | Remove textual status. | Parménides GV | |
I had a difficult moment trying to detect if the LogWindow had already been shown after an error. Finally, I implemented a LogWindowWrapper which contains a field for the reason it was shown, so that we can check if the previous error is the same than the current one leading to the avoidance of the second LogWindow. For this to work, we need to reset that reason each time we trigger a new vpn state (i.e. each time the user taps on the vpn icon). | |||
2015-04-22 | Remove progress bar. | Parménides GV | |
2015-04-22 | Remove eip switch. | Parménides GV | |
2015-04-22 | Button with circle progress, added. | Parménides GV | |
Next step: a bit of UI design, removing the switch. | |||
2015-04-07 | Move switch down | Parménides GV | |
2015-03-13 | Progress spinning bar for user session status | Parménides GV | |
Copy changes to xlarge layout. | |||
2015-03-13 | Show user session status separately. | Parménides GV | |
Switching orientation doesn't hide that information, now we have two places to avoid it. | |||
2015-01-31 | Updated ics-openvpn to rev 1020. | Parménides GV | |
Improved build.gradle script. | |||
2015-01-19 | More tests, sometimes they don't pass sometimes do | Parménides GV | |
testIsValid depends on the speed of Runtime's exec: sometimes it's quick and passes (because it changes the date correctly) and sometimes is not. A waitFor doesn't fix the issue, it waits forever. | |||
2015-01-12 | xlarge layouts updated | Parménides GV | |
Last refactor, introducing ButterKnife and all those things, I forgot to update this layouts. | |||
2014-12-23 | Update ics-openvpn to 1006 | Parménides GV | |
2014-12-15 | Readd original copyright | Arne Schwabe | |
2014-12-09 | Final refactoring for this bug. | Parménides GV | |
Removed the sign up dialog, log in one is enough with the third button I added some time ago to sign up. Removed classes we don't need due to the libraries I have recently introduced. | |||
2014-12-04 | Renderers and dagger, refactoring CW. | Parménides GV | |