aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* Preferences: don't use round iconJason A. Donenfeld2018-06-031-1/+1
|
* Preferences: Move version pref to top and add iconHarsh Shandilya2018-06-022-4/+4
| | | | Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
* 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
|
* libwg-go: fix styleJason A. Donenfeld2018-06-011-1/+1
|
* Version bumpJason A. Donenfeld2018-06-012-2/+2
|
* 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-017-0/+100
|
* 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-312-1/+2
|
* KeyEncoding: more constant timeJason A. Donenfeld2018-05-301-21/+28
|
* Version bumpJason A. Donenfeld2018-05-292-3/+3
|
* FloatingActionButton: import cleaned up getbase codeJason A. Donenfeld2018-05-2917-6/+1293
|
* SharedLibraryLoader: introduce to work around Samsung PackageManager bugsJason A. Donenfeld2018-05-292-4/+76
|
* Version bumpJason A. Donenfeld2018-05-271-2/+2
|
* Support always-on-vpnJason A. Donenfeld2018-05-275-9/+55
|
* libwg-go: Saner way to deal with socketsJason A. Donenfeld2018-05-272-0/+1
|
* EditorFragment: show toast on creation tooJason A. Donenfeld2018-05-271-0/+1
|
* Version bumpJason A. Donenfeld2018-05-262-2/+2
|
* libwg-go: try no stickiness and no roamingJason A. Donenfeld2018-05-264-53/+22
|
* Version bumpJason A. Donenfeld2018-05-241-2/+2
|
* libwg-go: reenable sticky sockets, just slightly less stickyJason A. Donenfeld2018-05-244-22/+53
|
* Version bumpJason A. Donenfeld2018-05-231-2/+2
|
* libwg-go: use gopathJason A. Donenfeld2018-05-237-28/+41
|
* libwg-go: No sticky sockets with VPNService.javaJason A. Donenfeld2018-05-222-2/+24
|
* Fix hang and version bumpJason A. Donenfeld2018-05-212-2/+2
|
* Add stacktrace via SIGUSR2Jason A. Donenfeld2018-05-211-1/+16
|
* Version bumpJason A. Donenfeld2018-05-213-2/+2
|
* libwg-go: better up/down syncJason A. Donenfeld2018-05-161-0/+0
|
* 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>
* libwg-go: more fixesJason A. Donenfeld2018-05-152-2/+2
|
* build: version bumpJason A. Donenfeld2018-05-151-2/+2
|
* libwg-go: bumpJason A. Donenfeld2018-05-152-0/+0
|
* tools: move wg-quick to main wireguard repoJason A. Donenfeld2018-05-143-667/+1
|