Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-24 | add new icons for tethering | cyBerta | |
2019-10-01 | Merge branch 'pluggableTransports2' | cyBerta | |
2019-09-08 | New icon and text for Excluded Apps. Using PreferenceHelper. Test done. | akuma | |
2019-08-09 | Select Apps option | akuma | |
2019-08-02 | add missing bridge icons | cyBerta | |
2019-07-10 | add material design icons to the navigation drawer | cyBerta | |
2018-09-11 | fix splash screen layout for custom branded riseup vpn app | cyBerta | |
2018-03-02 | #8808 adds an optional dialog that shows instruction hints for always-on vpn | cyBerta | |
2018-02-27 | 8872 - new launcher icon | Fup Duck | |
2018-02-01 | #8832 add missing resources for now | cyBerta | |
2017-12-14 | Merge remote-tracking branch '0xacab/0.9.8' into 0.9.8/sidebar | Fup Duck | |
2017-12-14 | Merge remote-tracking branch '0xacab/0.9.8' into 0.9.8/sidebar | Fup Duck | |
2017-12-14 | Update constants renaming | cyBerta | |
2017-12-12 | readd images for StartActivity | Fup Duck | |
* android < 21 does not support VectorDrawables as background | |||
2017-12-07 | base for sidebar | Fup Duck | |
2017-12-05 | #8742 add some icons that represent the blocking vpn state | 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 | |||
2016-02-06 | Pause icon, init log file in Dashboard | Parménides GV | |
2016-02-06 | Update ics-openvpn | Parménides GV | |
2015-06-16 | Resized account icon according to vpn icons | Parménides GV | |
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-01-31 | Updated ics-openvpn to rev 1020. | Parménides GV | |
Improved build.gradle script. | |||
2014-12-23 | Update ics-openvpn to 1006 | Parménides GV | |
2014-12-12 | Updated ics-openvpn to last rev 14 Nov 2014. | Parménides GV | |
Material design! It still doesn't run properly on my tablet, openvpn keeps getting down and exiting. | |||
2014-06-25 | Update notification icons. | Parménides GV | |
If the connection is being established, the key with a clock icon is shown. If the connection has been established, the key without the clock icon is shown. I've also added all some icons to more resolutions. | |||
2014-05-15 | Copy some necessary icons from ics-openvpn. | Parménides GV | |
I'm hardcoding their values based on the compilation errors (i.e., the drawables referenced by de.blinkt.openvpn.core.OpenVpnService). If a new drawable were introduced, build.gradle should be updated accordingly. | |||
2014-04-09 | Back to the standard "app" module. | Parménides GV | |
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. | |||
2014-04-08 | Rename app->bitmask_android | Parménides GV | |
This way, gradle commands generate apks correctly named. | |||
2014-04-08 | Next step: compile jni sources correctly. | Parménides GV | |