Age | Commit message (Collapse) | Author |
|
|
|
* improve layout
* gracefully handle orientation changes
* respect small devices
* set correct colors for buttons, error messages...
|
|
* 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)
|
|
|
|
|
|
complies with the other icons - foreground white, background transparent
|
|
layout files, minor layout clean up
|
|
|
|
|
|
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.
|
|
|
|
|
|
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.
|
|
|
|
|
|
Tested with physical Galaxy Young S6310.
|
|
Copy changes to xlarge layout.
|
|
Last refactor, introducing ButterKnife and all those things, I forgot to
update this layouts.
|
|
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.
|
|
Initial status message is "not connected", rather than "unknown".
|
|
|
|
This return to "app" instead of "bitmask_android" is due to this reading: https://developer.android.com/sdk/installing/studio-build.html#projectStructure
I'll have to tweak the final apk name in build.gradle.
|
|
This way, gradle commands generate apks correctly named.
|
|
|