aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/res/values (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Preferences: Move version pref to top and add iconHarsh Shandilya2018-06-021-3/+3
| | | | Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
* Preferences: add log exporterJason A. Donenfeld2018-06-021-3/+7
|
* Settings: add versionJason A. Donenfeld2018-06-011-0/+4
|
* colors: final touchesJason A. Donenfeld2018-06-011-2/+3
|
* fab: Make label responsive to night modeHarsh Shandilya2018-06-012-1/+3
| | | | Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
* FloatingActionButton: Make attribute grabbing not be terribleHarsh Shandilya2018-06-012-3/+2
| | | | Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
* theme: add dark theme with toggleJason A. Donenfeld2018-06-011-0/+3
|
* global: fix theme situation and clean up cruft while adding more cruftJason A. Donenfeld2018-06-012-1/+7
|
* FloatingActionButton: import cleaned up getbase codeJason A. Donenfeld2018-05-291-0/+58
|
* theme: revert to old color schemeJason A. Donenfeld2018-05-092-11/+1
| | | | Noble effort, but ultimately ugly.
* 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>
* 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-052-1/+4
| | | | Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
* drawable: add adaptive iconJason A. Donenfeld2018-05-021-0/+4
|
* global: Clean up XMLSamuel Holland2018-04-301-6/+12
| | | | Signed-off-by: Samuel Holland <samuel@sholland.org>
* global: Automatic code formattingSamuel Holland2018-04-302-1/+3
| | | | Signed-off-by: Samuel Holland <samuel@sholland.org>
* Preferences: use v14 material styleJason A. Donenfeld2018-04-301-1/+1
|
* SettingsActivity: Define preferenceTheme for AppCompatHarsh Shandilya2018-04-301-0/+3
| | | | Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
* wg: Add and use dummy AppThemeHarsh Shandilya2018-04-301-0/+1
| | | | | | | Preparation for when the app will start carrying colors reflecting the WireGuard brand. Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
* TunnelEditorFragment: rewrite and simplifyJason A. Donenfeld2018-04-301-1/+1
| | | | | This should remove some null pointer dereferences and overall make the thing more robust.
* Allow exporting to zip fileJason A. Donenfeld2018-04-291-1/+5
|
* Allow importing from zip fileJason A. Donenfeld2018-04-281-1/+3
|
* More javaficationJason A. Donenfeld2018-04-181-1/+1
|
* GoBackend: integrate into appJason A. Donenfeld2018-02-171-17/+0
|
* Fragment/Tile: Make success/error messages translatableSamuel Holland2018-01-081-10/+26
| | | | Signed-off-by: Samuel Holland <samuel@sholland.org>
* QuickTileService: show toast for longer and use right messagesJason A. Donenfeld2018-01-081-0/+1
|
* RootShell: multiplex commandsJason A. Donenfeld2018-01-081-0/+1
|
* Handle tunnel state change errors appropriatelySamuel Holland2018-01-081-1/+0
| | | | | | | This class should probably be renamed and moved, but I don't know to what or where. Signed-off-by: Samuel Holland <samuel@sholland.org>
* project: Global cleanupSamuel Holland2018-01-081-21/+11
| | | | Signed-off-by: Samuel Holland <samuel@sholland.org>
* ToolsInstaller: Extract to its own classesSamuel Holland2018-01-081-6/+6
| | | | Signed-off-by: Samuel Holland <samuel@sholland.org>
* Remove primary configuration preferenceSamuel Holland2018-01-071-2/+0
| | | | | | It is no longer used. Signed-off-by: Samuel Holland <samuel@sholland.org>
* project: Minor cleanupsSamuel Holland2018-01-061-2/+2
| | | | Signed-off-by: Samuel Holland <samuel@sholland.org>
* Serviceless rewrite, part 1Samuel Holland2018-01-061-3/+5
| | | | Signed-off-by: Samuel Holland <samuel@sholland.org>
* SettingsActivity: allow for installing command line toolsJason A. Donenfeld2017-12-191-0/+6
|
* tools: build required tools with apkJason A. Donenfeld2017-12-151-1/+0
|
* VpnService: require root accessJason A. Donenfeld2017-11-301-0/+1
|
* ConfigListFragment: Use a floating action menuSamuel Holland2017-11-282-1/+10
|
* Open: better iconJason A. Donenfeld2017-11-281-2/+2
|
* NotSupported: Better sorry textJason A. Donenfeld2017-11-271-2/+18
|
* NotSupported: check if the module existsJason A. Donenfeld2017-11-271-1/+6
|
* Settings: show quick tile config if no primary is definedJason A. Donenfeld2017-11-271-1/+1
| | | | This seems like a horrific set of hacks.
* QuickTileService: show app if no profiles existJason A. Donenfeld2017-11-271-1/+0
|
* ConfigActivity: Add import menu itemSamuel Holland2017-11-081-0/+1
|
* ConfigEditFragment: Copy public key on clickSamuel Holland2017-08-241-0/+2
|
* ConfigEditFragment: Add a field for the optional pre-shared keySamuel Holland2017-08-241-0/+2
|
* Finish first pass of config editor fieldsSamuel Holland2017-08-221-3/+9
|
* Add an adapter for binding an ObservableList to a LinearLayoutSamuel Holland2017-08-221-0/+4
| | | | EditTexts do not work in ListViews.
* ConfigListFragment: Restore the non-FAB add menuSamuel Holland2017-08-171-0/+1
|
* QuickTileService: Implement and update from VpnServiceSamuel Holland2017-08-171-0/+1
|
* preferences: Control restoring enabled configsSamuel Holland2017-08-161-0/+2
|