summaryrefslogtreecommitdiffhomepage
path: root/app/src/main/res
AgeCommit message (Collapse)Author
2018-10-01strings: properly mark positionalsJason A. Donenfeld
2018-08-26Extract error messages to string resourcesHarsh Shandilya
Useful for validation errors and localisation later on Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
2018-07-30Style: use attrs from appcompat rather than from frameworksJason A. Donenfeld
This isn't possible for colorForeground, colorBackground, textAppearanceMedium, but at least it's useful for some things here.
2018-07-30Show different color for multiselectionJason A. Donenfeld
2018-07-30Replace hard-coded colors with theme colorsJason A. Donenfeld
2018-07-30Remove placeholder color and directly use alphaHarsh Shandilya
Why wasn't this done like this in the first place? Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
2018-07-29ConfigNamingDialog: use name input filterJason A. Donenfeld
2018-07-29MSF: make it more obvious what needs to be doneJason A. Donenfeld
2018-07-29MainActivity: only show two column on tabletsJason A. Donenfeld
2018-07-28MainActivity: Fix fragment selection logicSamuel Holland
Signed-off-by: Samuel Holland <samuel@sholland.org>
2018-07-25style: coloring the navbar looks a bit strange when rotatedJason A. Donenfeld
2018-07-25qrcode: minor adjustmentsJason A. Donenfeld
2018-07-25Added QR code scanner as tunnel import methodEric Kuck
2018-07-23Make placeholder prettyJason A. Donenfeld
2018-07-22Show help text when no tunnels are importedHarsh Shandilya
Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
2018-07-22RTL layout fixesHarsh Shandilya
Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
2018-07-20fab: move in direct ratio to scrollJason A. Donenfeld
2018-07-20UI: use background color for navbar in dark modeHarsh Shandilya
Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
2018-07-20fab: make icons always whiteJason A. Donenfeld
With the new shade of blue, perhaps this simply looks better. I don't like hard coding the color away from the theme, however.
2018-07-20theme: use less disgusting colorJason A. Donenfeld
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.
2018-07-18fab: add fab sized padding at bottom of recycler viewJason A. Donenfeld
This way we can keep scrolling when there are exactly the right number of items, so that the toggle switch becomes visible.
2018-07-18fab: make fab respond to recyclerview scroll eventsHarsh Shandilya
Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
2018-07-18fab: slide fab up when a snackbar showsHarsh Shandilya
Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
2018-07-12TunnelEditorFragment: add DNSes to allowedIPs when excluding rfc1918Jason A. Donenfeld
2018-07-11fab: use support library's renderingEric Kuck
Signed-off-by: Eric Kuck <eric@bluelinelabs.com>
2018-07-09QuickTileService: automatically slash the tileJason A. Donenfeld
2018-07-09Request VPN permissions on activationEric Kuck
Signed-off-by: Eric Kuck <eric@bluelinelabs.com>
2018-07-08Switch from ListView to RecyclerViewEric Kuck
Signed-off-by: Eric Kuck <eric@bluelinelabs.com>
2018-07-06PeerEditor: put exclusion checkbox next to labelJason A. Donenfeld
2018-07-06AppListDialogFragment: add deselect all buttonJason A. Donenfeld
2018-07-06PeerEditor: add exclude private IPs functionalityJason A. Donenfeld
2018-07-06TunnelEditor: fix nitsJason A. Donenfeld
2018-07-06AppListDialogFragment: add implementation for excluding applicationsEric Kuck
Signed-off-by: Eric Kuck <eric@bluelinelabs.com>
2018-07-06TunnelEditor: better looking buttonsJason A. Donenfeld
2018-06-30android: Add select all button to action modeHarsh Shandilya
Thanks to Jason for suggesting the not-clinically-insane method to go about this. Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
2018-06-10ToolsInstaller: safer state machineJason A. Donenfeld
2018-06-07Backend: abstract version informationJason A. Donenfeld
2018-06-07VersionPreference: account for checking state and move away from tools installerJason A. Donenfeld
2018-06-06FloatingActionMenu: 5.1 requires explicit text colorJason A. Donenfeld
2018-06-06ToolsInstallerPreference: do not check for magisk on main threadJason A. Donenfeld
2018-06-05FloatingActionMenu: use appcompat themeJason A. Donenfeld
2018-06-05ToolsInstaller: allow installing as Magisk moduleJason A. Donenfeld
2018-06-05ActionBar: show single menu item as tooliconJason A. Donenfeld
2018-06-04TunnelManager: new intentsJason A. Donenfeld
2018-06-03Preferences: don't use round iconJason A. Donenfeld
2018-06-02Preferences: Move version pref to top and add iconHarsh Shandilya
Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
2018-06-02Preferences: add log exporterJason A. Donenfeld
2018-06-01Settings: add versionJason A. Donenfeld
2018-06-01colors: final touchesJason A. Donenfeld
2018-06-01ui: Use better list colors in night modeHarsh Shandilya
Signed-off-by: Harsh Shandilya <harsh@prjkt.io>