Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-01 | strings: properly mark positionals | Jason A. Donenfeld | |
2018-08-26 | Extract error messages to string resources | Harsh Shandilya | |
Useful for validation errors and localisation later on Signed-off-by: Harsh Shandilya <harsh@prjkt.io> | |||
2018-07-30 | Style: use attrs from appcompat rather than from frameworks | Jason A. Donenfeld | |
This isn't possible for colorForeground, colorBackground, textAppearanceMedium, but at least it's useful for some things here. | |||
2018-07-30 | Show different color for multiselection | Jason A. Donenfeld | |
2018-07-30 | Replace hard-coded colors with theme colors | Jason A. Donenfeld | |
2018-07-30 | Remove placeholder color and directly use alpha | Harsh Shandilya | |
Why wasn't this done like this in the first place? Signed-off-by: Harsh Shandilya <harsh@prjkt.io> | |||
2018-07-29 | ConfigNamingDialog: use name input filter | Jason A. Donenfeld | |
2018-07-29 | MSF: make it more obvious what needs to be done | Jason A. Donenfeld | |
2018-07-29 | MainActivity: only show two column on tablets | Jason A. Donenfeld | |
2018-07-28 | MainActivity: Fix fragment selection logic | Samuel Holland | |
Signed-off-by: Samuel Holland <samuel@sholland.org> | |||
2018-07-25 | style: coloring the navbar looks a bit strange when rotated | Jason A. Donenfeld | |
2018-07-25 | qrcode: minor adjustments | Jason A. Donenfeld | |
2018-07-25 | Added QR code scanner as tunnel import method | Eric Kuck | |
2018-07-23 | Make placeholder pretty | Jason A. Donenfeld | |
2018-07-22 | Show help text when no tunnels are imported | Harsh Shandilya | |
Signed-off-by: Harsh Shandilya <harsh@prjkt.io> | |||
2018-07-22 | RTL layout fixes | Harsh Shandilya | |
Signed-off-by: Harsh Shandilya <harsh@prjkt.io> | |||
2018-07-20 | fab: move in direct ratio to scroll | Jason A. Donenfeld | |
2018-07-20 | UI: use background color for navbar in dark mode | Harsh Shandilya | |
Signed-off-by: Harsh Shandilya <harsh@prjkt.io> | |||
2018-07-20 | fab: make icons always white | Jason 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-20 | theme: use less disgusting color | Jason 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-18 | fab: add fab sized padding at bottom of recycler view | Jason 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-18 | fab: make fab respond to recyclerview scroll events | Harsh Shandilya | |
Signed-off-by: Harsh Shandilya <harsh@prjkt.io> | |||
2018-07-18 | fab: slide fab up when a snackbar shows | Harsh Shandilya | |
Signed-off-by: Harsh Shandilya <harsh@prjkt.io> | |||
2018-07-12 | TunnelEditorFragment: add DNSes to allowedIPs when excluding rfc1918 | Jason A. Donenfeld | |
2018-07-11 | fab: use support library's rendering | Eric Kuck | |
Signed-off-by: Eric Kuck <eric@bluelinelabs.com> | |||
2018-07-09 | QuickTileService: automatically slash the tile | Jason A. Donenfeld | |
2018-07-09 | Request VPN permissions on activation | Eric Kuck | |
Signed-off-by: Eric Kuck <eric@bluelinelabs.com> | |||
2018-07-08 | Switch from ListView to RecyclerView | Eric Kuck | |
Signed-off-by: Eric Kuck <eric@bluelinelabs.com> | |||
2018-07-06 | PeerEditor: put exclusion checkbox next to label | Jason A. Donenfeld | |
2018-07-06 | AppListDialogFragment: add deselect all button | Jason A. Donenfeld | |
2018-07-06 | PeerEditor: add exclude private IPs functionality | Jason A. Donenfeld | |
2018-07-06 | TunnelEditor: fix nits | Jason A. Donenfeld | |
2018-07-06 | AppListDialogFragment: add implementation for excluding applications | Eric Kuck | |
Signed-off-by: Eric Kuck <eric@bluelinelabs.com> | |||
2018-07-06 | TunnelEditor: better looking buttons | Jason A. Donenfeld | |
2018-06-30 | android: Add select all button to action mode | Harsh 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-10 | ToolsInstaller: safer state machine | Jason A. Donenfeld | |
2018-06-07 | Backend: abstract version information | Jason A. Donenfeld | |
2018-06-07 | VersionPreference: account for checking state and move away from tools installer | Jason A. Donenfeld | |
2018-06-06 | FloatingActionMenu: 5.1 requires explicit text color | Jason A. Donenfeld | |
2018-06-06 | ToolsInstallerPreference: do not check for magisk on main thread | Jason A. Donenfeld | |
2018-06-05 | FloatingActionMenu: use appcompat theme | Jason A. Donenfeld | |
2018-06-05 | ToolsInstaller: allow installing as Magisk module | Jason A. Donenfeld | |
2018-06-05 | ActionBar: show single menu item as toolicon | Jason A. Donenfeld | |
2018-06-04 | TunnelManager: new intents | Jason A. Donenfeld | |
2018-06-03 | Preferences: don't use round icon | Jason A. Donenfeld | |
2018-06-02 | Preferences: Move version pref to top and add icon | Harsh Shandilya | |
Signed-off-by: Harsh Shandilya <harsh@prjkt.io> | |||
2018-06-02 | Preferences: add log exporter | Jason A. Donenfeld | |
2018-06-01 | Settings: add version | Jason A. Donenfeld | |
2018-06-01 | colors: final touches | Jason A. Donenfeld | |
2018-06-01 | ui: Use better list colors in night mode | Harsh Shandilya | |
Signed-off-by: Harsh Shandilya <harsh@prjkt.io> |