aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* ui: force dark theme in TV modeJason A. Donenfeld2023-04-042-2/+19
* ui: use filled icon buttons in TV modeJason A. Donenfeld2023-04-041-2/+2
* ui: use real M3 themeing on TVJason A. Donenfeld2023-04-0412-53/+80
* ui: redirect to play store if no file manager on tvJason A. Donenfeld2023-04-041-1/+7
* ui: detect tv framework stubs when getting contentJason A. Donenfeld2023-04-041-1/+24
* ui: use ErrorMessages consistentlyJason A. Donenfeld2023-04-042-2/+4
* ui: do not crash if tunnel preparation failsJason A. Donenfeld2023-04-042-6/+15
* ui: do not OOM when leaving log window open for a whileJason A. Donenfeld2023-04-041-14/+39
* ui: show bottom sheet sync to prevent double addJason A. Donenfeld2023-04-041-1/+1
* ui: do not return to detail page when restoring stateJason A. Donenfeld2023-04-041-4/+14
* ui: never access CREATOR directlyJason A. Donenfeld2023-04-041-4/+13
* ui: never throw on link clicksJason A. Donenfeld2023-04-042-4/+6
* version: bump1.0.20230330Jason A. Donenfeld2023-04-041-2/+2
* tools: pass -Wl,--build-id=none and -buildid= to toolchainJason A. Donenfeld2023-04-042-2/+4
* build: exclude extra kotlin cruft from release buildJason A. Donenfeld2023-04-041-0/+4
* ui: don't play with status and navigation colors on old APIsJason A. Donenfeld2023-03-303-5/+20
* ui: do not allow double clicking fab to show menu twiceJason A. Donenfeld2023-03-301-0/+2
* ui: remove unneeded @JvmStatic annotationsJason A. Donenfeld2023-03-303-8/+1
* ui: add list selection highlight color for tabletJason A. Donenfeld2023-03-301-0/+4
* ui: the button is not always blue with Material YouJason A. Donenfeld2023-03-3028-28/+1
* ui: use app resources instead of ctx for strings in callbackJason A. Donenfeld2023-03-301-1/+1
* ui: use M3 theme for TV to prevent crashJason A. Donenfeld2023-03-302-3/+7
* version: bump1.0.20230328Jason A. Donenfeld2023-03-281-2/+2
* tools: use NDK's make binary rather than system'sJason A. Donenfeld2023-03-281-1/+1
* strings: sync crowdinJason A. Donenfeld2023-03-282-2/+5
* ui: add log items in buffered batchesJason A. Donenfeld2023-03-281-23/+34
* ui: color verbose logs the same as debug logsJason A. Donenfeld2023-03-281-1/+1
* ui: don't call getColor on already resolved attributeJason A. Donenfeld2023-03-281-1/+1
* ui: bring back dark log viewer colorsJason A. Donenfeld2023-03-283-6/+12
* ui: fix inconsistent style namingHarsh Shandilya2023-03-281-2/+2
* gradle: opt into new publishing APIsHarsh Shandilya2023-03-282-0/+7
* ui: adjust log viewer text sizesHarsh Shandilya2023-03-281-1/+0
* ui: use M3 styles everywhereHarsh Shandilya2023-03-2814-52/+40
* ui: add possibility for themed iconJason A. Donenfeld2023-03-272-0/+2
* ui: add list selection backgroundsJason A. Donenfeld2023-03-275-3/+4
* ui: cancel actionmode when pressing back buttonJason A. Donenfeld2023-03-271-0/+8
* ui: simplify actionmode castJason A. Donenfeld2023-03-271-3/+1
* ui: introduce a fresh set of Material3 themes and migrate to themHarsh Shandilya2023-03-2715-111/+147
* ui: use AndroidX `BundleCompat` for extracting parcelableHarsh Shandilya2023-03-272-7/+3
* ui: switch from SwitchMaterial to MaterialSwitchJason A. Donenfeld2023-03-253-6/+7
* ui: bring back donation buttonJason A. Donenfeld2023-03-244-0/+46
* strings: update from crowdinJason A. Donenfeld2023-03-2433-180/+1543
* ui: fix inconsistent toolbar colorHarsh Shandilya2023-03-241-0/+5
* ui: use Material switch componentHarsh Shandilya2023-03-241-2/+2
* ui: migrate to OnBackPressedDispatcherJason A. Donenfeld2023-03-243-10/+28
* build: raise target SDK to 33Harsh Shandilya2023-03-242-2/+2
* ui: set selected tunnel after creating fragmentsJason A. Donenfeld2023-03-241-8/+3
* ui: switch from using launchWhenCreated to using repeatOnLifecycleJason A. Donenfeld2023-03-241-1/+8
* ui: simplify IME displaying in ConfigNamingDialogFragmentJason A. Donenfeld2023-03-242-45/+8
* ui: migrate to MenuProviderHarsh Shandilya2023-03-222-13/+26