aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/res/drawable (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename app module to uiHarsh Shandilya2020-03-0912-154/+0
| | | | Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* Port tunnel creation UI from ViscerionHarsh Shandilya2020-02-141-10/+0
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Implement custom theming to match Google's AOSP designHarsh Shandilya2020-02-1210-26/+10
| | | | | Closes: #4 Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* Auto-format the source directoriesSamuel Holland2018-11-113-7/+11
| | | | | | Blame Jason for writing Java in vim. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Style: use attrs from appcompat rather than from frameworksJason A. Donenfeld2018-07-301-3/+3
| | | | | | | This isn't possible for colorForeground, colorBackground, textAppearanceMedium, but at least it's useful for some things here. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Show different color for multiselectionJason A. Donenfeld2018-07-301-5/+6
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Replace hard-coded colors with theme colorsJason A. Donenfeld2018-07-302-15/+13
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* MSF: make it more obvious what needs to be doneJason A. Donenfeld2018-07-292-4/+9
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Added QR code scanner as tunnel import methodEric Kuck2018-07-251-0/+9
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* fab: make icons always whiteJason A. Donenfeld2018-07-203-3/+3
| | | | | | | | With the new shade of blue, perhaps this simply looks better. I don't like hard coding the color away from the theme, however. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* fab: use support library's renderingEric Kuck2018-07-111-0/+9
| | | | Signed-off-by: Eric Kuck <eric@bluelinelabs.com>
* QuickTileService: automatically slash the tileJason A. Donenfeld2018-07-091-29/+0
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Switch from ListView to RecyclerViewEric Kuck2018-07-081-0/+1
| | | | Signed-off-by: Eric Kuck <eric@bluelinelabs.com>
* android: Add select all button to action modeHarsh Shandilya2018-06-301-0/+10
| | | | | | | Thanks to Jason for suggesting the not-clinically-insane method to go about this. Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* ActionBar: show single menu item as tooliconJason A. Donenfeld2018-06-051-1/+1
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* fab: Make label responsive to night modeHarsh Shandilya2018-06-011-1/+1
| | | | Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* global: fix theme situation and clean up cruft while adding more cruftJason A. Donenfeld2018-06-0111-18/+27
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* drawables: Introduce material iconographyHarsh Shandilya2018-05-051-2/+2
| | | | Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* drawable: add adaptive iconJason A. Donenfeld2018-05-021-0/+35
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* global: Fix or suppress most lints/warningsSamuel Holland2018-01-081-9/+0
| | | | Signed-off-by: Samuel Holland <samuel@sholland.org>
* project: Global cleanupSamuel Holland2018-01-088-63/+65
| | | | Signed-off-by: Samuel Holland <samuel@sholland.org>
* ConfigListFragment: Use a floating action menuSamuel Holland2017-11-281-0/+10
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* res/drawable: Fix icon sizesSamuel Holland2017-11-286-22/+22
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Open: better iconJason A. Donenfeld2017-11-282-9/+7
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* ConfigActivity: Add import menu itemSamuel Holland2017-11-081-0/+9
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Finish first pass of config editor fieldsSamuel Holland2017-08-221-0/+9
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* ConfigActivity: Make the two-pane layout more readableSamuel Holland2017-08-162-0/+10
| | | | | | | Highlight the selected configuration, and add a border between the two panes. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* ConfigListFragment: Implement config selection and removalSamuel Holland2017-08-161-0/+9
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* res: Add icons for quick settings tileSamuel Holland2017-08-082-0/+53
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* ProfileActivity: Refactor into clean layers of functionalitySamuel Holland2017-08-082-0/+19
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* ProfileList: Add a simple menuSamuel Holland2017-07-292-0/+18
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>