summaryrefslogtreecommitdiff
path: root/app/src/main/res/drawable-ldpi
AgeCommit message (Collapse)Author
2022-11-22create UI for message of the daycyBerta
2022-05-14fix icons in advanced settings menuPratik Lagaskar
2021-11-25use pngs instead of vector graphics to avoid crashes on Android4cyBerta
2021-11-25implement separate settings fragmentcyBerta
2021-11-20show lightning bold instead of text 'You're connected to the recommended ↵cyBerta
location'
2021-11-15replace location marker icon by www/globe icon, similar to desktopcyBerta
2020-01-31add missing iconscyberta
2020-01-24add new icons for tetheringcyBerta
2018-09-08custom theme for riseup vpncyBerta
2018-07-01Renamed mask to logoJanak Amarasena
2018-03-02#8808 adds an optional dialog that shows instruction hints for always-on vpncyBerta
2018-02-278872 - new launcher iconFup Duck
2017-12-14Update constants renamingcyBerta
2017-12-12Add Splash StartActivityFup Duck
* added Splash StartActivity to handle updates and initialization * created global Constants * move EIPConstants to Constants * create update possibility * use VectorDrawable as background for StartActivity
2017-12-05#8742 add some icons that represent the blocking vpn statecyBerta
2017-11-16correct ic_stat_vpn_outline.png symlinkFup Duck
symlink ic_stat_vpn_outline.png did not point to ic_stat_vpn_empty_halo.png
2017-09-14minor changes: replace depr. img and change xml identifier to follow android ↵cyBerta
code guidelines
2014-06-25Update 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-04-09Back 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-08Rename app->bitmask_androidParménides GV
This way, gradle commands generate apks correctly named.
2014-04-08Next step: compile jni sources correctly.Parménides GV