aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* MainActivity: Fix styleHarsh Shandilya2018-06-061-5/+2
| | | | Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
* ToolsInstallerPreference: do not check for magisk on main threadJason A. Donenfeld2018-06-062-7/+10
|
* MainActivity: Silence useless warningHarsh Shandilya2018-06-051-0/+4
| | | | Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
* MainActivity: collapse action menu on toolbar touchHarsh Shandilya2018-06-051-0/+9
| | | | Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
* ToolsInstaller: allow installing as Magisk moduleJason A. Donenfeld2018-06-052-8/+62
|
* TunnelListFragment: hide menu when going to settingsJason A. Donenfeld2018-06-051-0/+6
| | | | Really the menu should be hidden when clicking on the action bar, too.
* MainActivity: styleJason A. Donenfeld2018-06-051-1/+1
|
* fab: properly get theme colorJason A. Donenfeld2018-06-051-8/+7
| | | | | Harsh changed this before, but my original way is what the support library does internally.
* fab: Remove useless overrideHarsh Shandilya2018-06-051-5/+0
| | | | Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
* fab: Use themed context to set styleHarsh Shandilya2018-06-051-1/+1
| | | | Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
* DarkMode: move to shared preferences listenerJason A. Donenfeld2018-06-055-206/+79
|
* MainActivity: styleJason A. Donenfeld2018-06-041-1/+0
|
* FloatingActionsMenu: remove unused importsJason A. Donenfeld2018-06-041-3/+0
|
* BaseActivity: support android 5 and 6 when clearing drawable cacheJason A. Donenfeld2018-06-041-7/+15
|
* LogExporterPreference: get all past processesJason A. Donenfeld2018-06-041-1/+1
|
* BaseActivity: invalidate icon cache on Android PJason A. Donenfeld2018-06-042-15/+15
|
* TunnelManager: disable dangerous intents for nowJason A. Donenfeld2018-06-041-0/+6
| | | | | 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.
* TunnelManager: new intentsJason A. Donenfeld2018-06-042-11/+37
|
* Backends: print versions somewhere in logJason A. Donenfeld2018-06-022-2/+4
|
* android: Cleanup classesHarsh Shandilya2018-06-0211-40/+41
| | | | | | | - Use final modifer wherever possible - Use try-with-resources for input/output streams Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
* crypto: KeyEncoding: Fix styleHarsh Shandilya2018-06-021-25/+32
| | | | | | | - 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>
* Topic: John does things differentlyJason A. Donenfeld2018-06-021-29/+30
|
* ExporterPreferences: disable control immediatelyJason A. Donenfeld2018-06-022-4/+8
|
* Preferences: add log exporterJason A. Donenfeld2018-06-022-14/+128
|
* Topic: make reentrantJason A. Donenfeld2018-06-011-6/+17
|
* BaseActivity: flush themed icon cache on theme changeJason A. Donenfeld2018-06-011-0/+18
| | | | | | | | 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.
* Settings: add versionJason A. Donenfeld2018-06-013-0/+73
|
* TunnelListFragment: Dejank action mode titleHarsh Shandilya2018-06-011-1/+5
| | | | | | | | | | | | 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>
* FloatingActionButton: Cleanup declaration of TranslucentLayerDrawable classHarsh Shandilya2018-06-011-2/+2
| | | | Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
* FloatingActionButton: Make attribute grabbing not be terribleHarsh Shandilya2018-06-011-8/+8
| | | | Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
* theme: add dark theme with toggleJason A. Donenfeld2018-06-014-3/+174
|
* global: fix theme situation and clean up cruft while adding more cruftJason A. Donenfeld2018-06-013-21/+41
|
* fab: default to app theme colorsHarsh Shandilya2018-06-012-7/+14
| | | | Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
* fab: use AppCompatTextView for labelHarsh Shandilya2018-06-011-2/+3
| | | | Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
* fab: cleanupHarsh Shandilya2018-06-013-34/+32
| | | | Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
* wg-quick: don't break push notificationsJason A. Donenfeld2018-05-311-1/+2
|
* KeyEncoding: more constant timeJason A. Donenfeld2018-05-301-21/+28
|
* FloatingActionButton: import cleaned up getbase codeJason A. Donenfeld2018-05-294-0/+1226
|
* SharedLibraryLoader: introduce to work around Samsung PackageManager bugsJason A. Donenfeld2018-05-292-4/+76
|
* Support always-on-vpnJason A. Donenfeld2018-05-274-6/+55
|
* EditorFragment: show toast on creation tooJason A. Donenfeld2018-05-271-0/+1
|
* libwg-go: try no stickiness and no roamingJason A. Donenfeld2018-05-261-6/+0
|
* libwg-go: reenable sticky sockets, just slightly less stickyJason A. Donenfeld2018-05-241-0/+6
|
* ExceptionLoggers: never have a null messageJason A. Donenfeld2018-05-166-11/+20
|
* android: Directly use views for snackbarsHarsh Shandilya2018-05-162-15/+8
| | | | | | There should be no need to deference an extra variable. Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
* global: Cleanup line lengths and misc lint warningsHarsh Shandilya2018-05-0910-71/+85
| | | | | | | | | 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>
* MainActivity: Nip out as early as possible when moving to same fragmentHarsh Shandilya2018-05-091-3/+3
| | | | | | Save the useless logging and fragment manager object creation. Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
* TunnelEditor: Add toast messages to success eventsHarsh Shandilya2018-05-051-0/+2
| | | | | | | Letting the user know that the operation went successfully via visual cues is a nice UX touch. Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
* TunnelEditor: Remove unused parameterHarsh Shandilya2018-05-031-2/+2
| | | | Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
* config: loosen parser to match realityJason A. Donenfeld2018-05-032-5/+9
| | | | Mid-line comments, mixed case.