aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/res (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added QR code scanner as tunnel import methodEric Kuck2018-07-254-21/+68
|
* Make placeholder prettyJason A. Donenfeld2018-07-234-6/+22
|
* Show help text when no tunnels are importedHarsh Shandilya2018-07-222-0/+15
| | | | Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
* RTL layout fixesHarsh Shandilya2018-07-225-4/+7
| | | | Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
* fab: move in direct ratio to scrollJason A. Donenfeld2018-07-201-1/+1
|
* UI: use background color for navbar in dark modeHarsh Shandilya2018-07-201-0/+9
| | | | Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
* fab: make icons always whiteJason A. Donenfeld2018-07-204-5/+5
| | | | | | With the new shade of blue, perhaps this simply looks better. I don't like hard coding the color away from the theme, however.
* theme: use less disgusting colorJason A. Donenfeld2018-07-201-1/+1
| | | | | | Harsh's "users" were offended by the dark theme. So, we change the accent to that used by gboard's dark theme, which should be pretty uncontroversial.
* fab: add fab sized padding at bottom of recycler viewJason A. Donenfeld2018-07-181-0/+2
| | | | | This way we can keep scrolling when there are exactly the right number of items, so that the toggle switch becomes visible.
* fab: make fab respond to recyclerview scroll eventsHarsh Shandilya2018-07-182-1/+5
| | | | Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
* fab: slide fab up when a snackbar showsHarsh Shandilya2018-07-181-1/+2
| | | | Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
* TunnelEditorFragment: add DNSes to allowedIPs when excluding rfc1918Jason A. Donenfeld2018-07-121-2/+2
|
* fab: use support library's renderingEric Kuck2018-07-1113-40/+22
| | | | Signed-off-by: Eric Kuck <eric@bluelinelabs.com>
* QuickTileService: automatically slash the tileJason A. Donenfeld2018-07-091-29/+0
|
* Request VPN permissions on activationEric Kuck2018-07-092-6/+10
| | | | Signed-off-by: Eric Kuck <eric@bluelinelabs.com>
* Switch from ListView to RecyclerViewEric Kuck2018-07-082-2/+8
| | | | Signed-off-by: Eric Kuck <eric@bluelinelabs.com>
* PeerEditor: put exclusion checkbox next to labelJason A. Donenfeld2018-07-062-13/+14
|
* AppListDialogFragment: add deselect all buttonJason A. Donenfeld2018-07-061-0/+1
|
* PeerEditor: add exclude private IPs functionalityJason A. Donenfeld2018-07-062-1/+13
|
* TunnelEditor: fix nitsJason A. Donenfeld2018-07-062-2/+6
|
* AppListDialogFragment: add implementation for excluding applicationsEric Kuck2018-07-064-0/+118
| | | | Signed-off-by: Eric Kuck <eric@bluelinelabs.com>
* TunnelEditor: better looking buttonsJason A. Donenfeld2018-07-061-0/+2
|
* android: Add select all button to action modeHarsh Shandilya2018-06-303-0/+17
| | | | | | | Thanks to Jason for suggesting the not-clinically-insane method to go about this. Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
* ToolsInstaller: safer state machineJason A. Donenfeld2018-06-101-2/+1
|
* Backend: abstract version informationJason A. Donenfeld2018-06-071-4/+3
|
* VersionPreference: account for checking state and move away from tools installerJason A. Donenfeld2018-06-071-1/+2
|
* FloatingActionMenu: 5.1 requires explicit text colorJason A. Donenfeld2018-06-063-2/+5
|
* ToolsInstallerPreference: do not check for magisk on main threadJason A. Donenfeld2018-06-061-0/+1
|
* FloatingActionMenu: use appcompat themeJason A. Donenfeld2018-06-053-6/+3
|
* ToolsInstaller: allow installing as Magisk moduleJason A. Donenfeld2018-06-051-3/+6
|
* ActionBar: show single menu item as tooliconJason A. Donenfeld2018-06-052-2/+3
|
* TunnelManager: new intentsJason A. Donenfeld2018-06-041-0/+2
|
* Preferences: don't use round iconJason A. Donenfeld2018-06-031-1/+1
|
* Preferences: Move version pref to top and add iconHarsh Shandilya2018-06-022-4/+4
| | | | Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
* Preferences: add log exporterJason A. Donenfeld2018-06-022-4/+9
|
* Settings: add versionJason A. Donenfeld2018-06-012-0/+5
|
* colors: final touchesJason A. Donenfeld2018-06-012-2/+6
|
* ui: Use better list colors in night modeHarsh Shandilya2018-06-011-0/+2
| | | | Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
* fab: Make label responsive to night modeHarsh Shandilya2018-06-014-2/+9
| | | | Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
* FloatingActionButton: Make attribute grabbing not be terribleHarsh Shandilya2018-06-012-3/+2
| | | | Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
* theme: add dark theme with toggleJason A. Donenfeld2018-06-012-0/+9
|
* global: fix theme situation and clean up cruft while adding more cruftJason A. Donenfeld2018-06-0115-22/+37
|
* FloatingActionButton: import cleaned up getbase codeJason A. Donenfeld2018-05-2912-4/+62
|
* theme: revert to old color schemeJason A. Donenfeld2018-05-093-17/+1
| | | | Noble effort, but ultimately ugly.
* mipmap: Fix formatting of launcher icon XMLSamuel Holland2018-05-052-6/+6
| | | | Signed-off-by: Samuel Holland <samuel@sholland.org>
* styles: Fixup CAB background colorHarsh Shandilya2018-05-051-0/+1
| | | | | | | Long pressing any list item entry would cause the action bar to use the dark color from the parent theme -- fix that. Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
* drawables: Introduce material iconographyHarsh Shandilya2018-05-051-2/+2
| | | | Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
* styles: Propagate WireGuard blue in UIHarsh Shandilya2018-05-052-0/+6
| | | | Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
* styles: Propagate WireGuard red in UIHarsh Shandilya2018-05-053-1/+10
| | | | Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
* ui: Use a proper CardView based layoutHarsh Shandilya2018-05-034-417/+442
| | | | Signed-off-by: Harsh Shandilya <harsh@prjkt.io>