Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-05 | fab: properly get theme color | Jason A. Donenfeld | |
Harsh changed this before, but my original way is what the support library does internally. | |||
2018-06-05 | fab: Remove useless override | Harsh Shandilya | |
Signed-off-by: Harsh Shandilya <harsh@prjkt.io> | |||
2018-06-05 | fab: Use themed context to set style | Harsh Shandilya | |
Signed-off-by: Harsh Shandilya <harsh@prjkt.io> | |||
2018-06-05 | DarkMode: move to shared preferences listener | Jason A. Donenfeld | |
2018-06-04 | MainActivity: style | Jason A. Donenfeld | |
2018-06-04 | FloatingActionsMenu: remove unused imports | Jason A. Donenfeld | |
2018-06-04 | BaseActivity: support android 5 and 6 when clearing drawable cache | Jason A. Donenfeld | |
2018-06-04 | LogExporterPreference: get all past processes | Jason A. Donenfeld | |
2018-06-04 | BaseActivity: invalidate icon cache on Android P | Jason A. Donenfeld | |
2018-06-04 | TunnelManager: disable dangerous intents for now | Jason A. Donenfeld | |
We need to think about how to allow this securely. It's not okay for all apps to be allowed to twiddle with VPN settings. | |||
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 | Backends: print versions somewhere in log | Jason A. Donenfeld | |
2018-06-02 | android: Cleanup classes | Harsh Shandilya | |
- Use final modifer wherever possible - Use try-with-resources for input/output streams Signed-off-by: Harsh Shandilya <harsh@prjkt.io> | |||
2018-06-02 | crypto: KeyEncoding: Fix style | Harsh Shandilya | |
- Replace python style variable names with camel case - Don't declare multiple variables in the same line Signed-off-by: Harsh Shandilya <harsh@prjkt.io> | |||
2018-06-02 | Topic: John does things differently | Jason A. Donenfeld | |
2018-06-02 | ExporterPreferences: disable control immediately | Jason A. Donenfeld | |
2018-06-02 | Preferences: add log exporter | Jason A. Donenfeld | |
2018-06-01 | Topic: make reentrant | Jason A. Donenfeld | |
2018-06-01 | BaseActivity: flush themed icon cache on theme change | Jason A. Donenfeld | |
The most terrible hack you have ever seen. The drawable cache isn't properly flushed when changing the theme -- a frameworks bug, evidently -- so we work around it by digging deep into the mud. | |||
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> | |||
2018-06-01 | TunnelListFragment: Dejank action mode title | Harsh Shandilya | |
When unselecting items, the toolbar briefly says '0 items selected' before it reverts back to the non-action mode toolbar which feels janky at best. To mitigate this, just set a blank title to the action mode toolbar when item count is 0, to facilitate the smoothness of the transition to non-action mode toolbar. Signed-off-by: Harsh Shandilya <harsh@prjkt.io> | |||
2018-06-01 | fab: Make label responsive to night mode | Harsh Shandilya | |
Signed-off-by: Harsh Shandilya <harsh@prjkt.io> | |||
2018-06-01 | FloatingActionButton: Cleanup declaration of TranslucentLayerDrawable class | Harsh Shandilya | |
Signed-off-by: Harsh Shandilya <harsh@prjkt.io> | |||
2018-06-01 | FloatingActionButton: Make attribute grabbing not be terrible | Harsh Shandilya | |
Signed-off-by: Harsh Shandilya <harsh@prjkt.io> | |||
2018-06-01 | theme: add dark theme with toggle | Jason A. Donenfeld | |
2018-06-01 | global: fix theme situation and clean up cruft while adding more cruft | Jason A. Donenfeld | |
2018-06-01 | fab: default to app theme colors | Harsh Shandilya | |
Signed-off-by: Harsh Shandilya <harsh@prjkt.io> | |||
2018-06-01 | fab: use AppCompatTextView for label | Harsh Shandilya | |
Signed-off-by: Harsh Shandilya <harsh@prjkt.io> | |||
2018-06-01 | fab: cleanup | Harsh Shandilya | |
Signed-off-by: Harsh Shandilya <harsh@prjkt.io> | |||
2018-05-31 | wg-quick: don't break push notifications | Jason A. Donenfeld | |
2018-05-30 | KeyEncoding: more constant time | Jason A. Donenfeld | |
2018-05-29 | FloatingActionButton: import cleaned up getbase code | Jason A. Donenfeld | |
2018-05-29 | SharedLibraryLoader: introduce to work around Samsung PackageManager bugs | Jason A. Donenfeld | |
2018-05-27 | Support always-on-vpn | Jason A. Donenfeld | |
2018-05-27 | EditorFragment: show toast on creation too | Jason A. Donenfeld | |
2018-05-26 | libwg-go: try no stickiness and no roaming | Jason A. Donenfeld | |
2018-05-24 | libwg-go: reenable sticky sockets, just slightly less sticky | Jason A. Donenfeld | |
2018-05-16 | ExceptionLoggers: never have a null message | Jason A. Donenfeld | |
2018-05-16 | android: Directly use views for snackbars | Harsh Shandilya | |
There should be no need to deference an extra variable. Signed-off-by: Harsh Shandilya <harsh@prjkt.io> | |||
2018-05-09 | theme: revert to old color scheme | Jason A. Donenfeld | |
Noble effort, but ultimately ugly. | |||
2018-05-09 | global: Cleanup line lengths and misc lint warnings | Harsh Shandilya | |
I know we decided to ditch the idea of shutting up "Exception thrown with empty param" warnings but this pesters me too much and we can instead just treat this as a weird future proofing thing if and when we end up needing the exception messages. Signed-off-by: Harsh Shandilya <harsh@prjkt.io> | |||
2018-05-09 | MainActivity: Nip out as early as possible when moving to same fragment | Harsh Shandilya | |
Save the useless logging and fragment manager object creation. Signed-off-by: Harsh Shandilya <harsh@prjkt.io> | |||
2018-05-05 | mipmap: Fix formatting of launcher icon XML | Samuel Holland | |
Signed-off-by: Samuel Holland <samuel@sholland.org> | |||
2018-05-05 | styles: Fixup CAB background color | Harsh Shandilya | |
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> | |||
2018-05-05 | drawables: Introduce material iconography | Harsh Shandilya | |
Signed-off-by: Harsh Shandilya <harsh@prjkt.io> | |||
2018-05-05 | styles: Propagate WireGuard blue in UI | Harsh Shandilya | |
Signed-off-by: Harsh Shandilya <harsh@prjkt.io> |