aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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-024-18/+137
|
* 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-015-0/+78
|
* 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>
* 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>
* fab: Make label responsive to night modeHarsh Shandilya2018-06-014-2/+9
| | | | 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-013-11/+10
| | | | Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
* theme: add dark theme with toggleJason A. Donenfeld2018-06-016-3/+183
|
* global: fix theme situation and clean up cruft while adding more cruftJason A. Donenfeld2018-06-0118-43/+78
|
* 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-2916-4/+1288
|
* SharedLibraryLoader: introduce to work around Samsung PackageManager bugsJason A. Donenfeld2018-05-292-4/+76
|
* Support always-on-vpnJason A. Donenfeld2018-05-275-9/+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>
* theme: revert to old color schemeJason A. Donenfeld2018-05-093-17/+1
| | | | Noble effort, but ultimately ugly.
* 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>
* 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>
* 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>
* ui: Use a proper CardView based layoutHarsh Shandilya2018-05-034-417/+442
| | | | 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.
* global: fix up copyrightsJason A. Donenfeld2018-05-0347-33/+49
|
* Keypair: Minimize the scope of warning suppressionSamuel Holland2018-05-021-1/+1
| | | | Signed-off-by: Samuel Holland <samuel@sholland.org>
* KeyEncoding: Address lints/warnings and match line lengthSamuel Holland2018-05-021-9/+12
| | | | Signed-off-by: Samuel Holland <samuel@sholland.org>
* global: Add or update copyright headers in Java codeSamuel Holland2018-05-0245-1/+224
| | | | Signed-off-by: Samuel Holland <samuel@sholland.org>
* global: Some more lint cleanupHarsh Shandilya2018-05-022-31/+28
| | | | Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
* drawable: add adaptive iconJason A. Donenfeld2018-05-024-0/+49
|
* ZipExporterPreference: account for directory already existingJason A. Donenfeld2018-04-301-1/+1
|
* global: Clean up JavaSamuel Holland2018-04-3013-215/+237
| | | | | | Address Java and Android lints. Signed-off-by: Samuel Holland <samuel@sholland.org>