aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/src/main/res (follow)
Commit message (Collapse)AuthorAgeFilesLines
* LogViewerActivity: set a separate titleJason A. Donenfeld2020-03-262-2/+3
| | | | Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* xml: cleanupJason A. Donenfeld2020-03-2629-106/+112
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* preferences: add key to all items to squelch warningsJason A. Donenfeld2020-03-261-3/+3
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Introduce realtime log viewerHarsh Shandilya2020-03-2614-15/+101
| | | | | | | | | This contains a share button and a save button, the former using a custom content provider. Co-authored-by: Jason A. Donenfeld <Jason@zx2c4.com> Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* strings: update Russian translateAlexey2020-03-251-1/+8
| | | | | Signed-off-by: Alexey <zasranecc@bk.ru> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* strings: Explicit indexing for 'import_partial_success'Eiji Tanioka2020-03-251-2/+2
| | | | | | | | | | When translate it to Japanese, values are exchanged. For example, '1 of 10' is '10 個中の 1'. So this string should be explicit indexed. Signed-off-by: Eiji Tanioka <tanioka404@gmail.com> Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* Resolve manifest warningsHarsh Shandilya2020-03-241-0/+0
| | | | Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* Preferences: hide advanced settingsJason A. Donenfeld2020-03-221-8/+8
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* TunnelManager: enable Tasker supportJason A. Donenfeld2020-03-228-7/+10
| | | | | | | Also fix up wording for the permission prompt that Tasker will show when initially setting this up. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* strings: Update Japanese translation.Eiji Tanioka2020-03-211-0/+2
| | | | | Signed-off-by: Eiji Tanioka <tanioka404@gmail.com> Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* AddTunnels: rearrange and relabelJason A. Donenfeld2020-03-208-28/+16
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* strings: Update Indonesian translationFiqri Ardyansyah2020-03-191-12/+13
| | | | | Signed-off-by: Fiqri Ardyansyah <fiqri15072019@gmail.com> Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* strings: Update Japanese TranslationEiji Tanioka2020-03-191-0/+1
| | | | | Signed-off-by: Eiji Tanioka <tanioka404@gmail.com> Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* strings: Remove now defunct translationsHarsh Shandilya2020-03-186-11/+0
| | | | | | The original strings are removed. Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* preference: restart application immediatelyJason A. Donenfeld2020-03-171-2/+1
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* strings: update Hindi translationShashank Baghel2020-03-171-9/+19
| | | | | Signed-off-by: Shashank Baghel <theradcolor@gmail.com> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* strings: add Indonesian translationsFiqri Ardyansyah2020-03-171-0/+187
| | | | | Signed-off-by: Fiqri Ardyansyah <fiqri15072019@gmail.com> Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* tunnel: Remove MISSING_VALUE from BadConfigException reasonsHarsh Shandilya2020-03-146-6/+0
| | | | | | | This is covered under SYNTAX_ERROR which feels like a reasonable choice, so get rid of this unused field and associated resource string. Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* strings: update Simplified Chinese translationLilligantMatsuri2020-03-121-15/+25
| | | | | Signed-off-by: LilligantMatsuri <srb12345@vip.qq.com> Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* strings: update Japanese translationEiji Tanioka2020-03-121-0/+10
| | | | | Signed-off-by: Eiji Tanioka <tanioka404@gmail.com> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* strings: update Russian translateAlexey2020-03-111-0/+10
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* strings: remove stale translations0.0.20200309Jason A. Donenfeld2020-03-095-5/+0
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* KernelModuleDisabler: allow disabling the kernel module backendJason A. Donenfeld2020-03-092-0/+6
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Preferences: give dual state summary for restore on bootJason A. Donenfeld2020-03-092-2/+4
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Preferences: reorder new checkboxJason A. Donenfeld2020-03-091-2/+2
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Use dark system bars on API 21Harsh Shandilya2020-03-091-0/+24
| | | | | | Light system bars didn't come around until API 23. Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* WgQuickBackend: by default use single-tunnel mode like GoBackend, but add optionJason A. Donenfeld2020-03-092-0/+9
| | | | | | | | | Note that this currently doesn't play well with people activating wg-quick tunnels from outside the app. Those tunnels won't be deactivated. But presumably that's desired behavior anyway, considering people are mucking around at the command line. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Rename app module to uiHarsh Shandilya2020-03-0957-0/+2519
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>