Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-19 | fix font coloring for buttons, ensure the location selection button font ↵ | cyBerta | |
color is white | |||
2021-11-15 | change button text color depending on enabled state | cyBerta | |
2021-11-15 | make button text color customizable | cyBerta | |
2019-07-12 | set minWidth for all buttons | cyBerta | |
2019-07-11 | add little elevation to custom buttons, change general button shape to ↵ | cyBerta | |
custom button shape | |||
2019-07-11 | fix error hint color for older android versions | cyBerta | |
2019-07-09 | tweak buttons - fix pressed states, tweak vpn button | cyBerta | |
2018-02-06 | Merge branch 'origin_0.9.8' into 8823_cw_tablet_layout | cyBerta | |
2018-01-28 | Merge branch 'origin_0.9.8' into fupduck_8819_config_wizard_design | cyBerta | |
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-23 | new UI for EipFragment | Fup Duck | |
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 LoginActivity and SignUpActivity | Fup Duck | |
2016-04-02 | Update ics-openvpn | Parménides GV | |
2016-02-06 | Update ics-openvpn | Parménides GV | |
2014-12-23 | Update ics-openvpn to 1006 | Parménides GV | |
2014-12-12 | Updated ics-openvpn to rev924. | Parménides GV | |
2014-11-04 | Update ics-openvpn to rev 906. | Parménides GV | |
2014-05-29 | No AIDL nor api, logfragment related xml files | Parménides GV | |
api folder and aidl files aren't needed for us. They are used for external apps that want to use ics-openvpn as an already installed package, while what we want is to avoid the installation of ics-openvpn including it (refactored) in bitmask android. | |||
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 | |