aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* version: bump1.0.20200923Jason A. Donenfeld2020-09-241-2/+2
* tv: handle going up directories betterJason A. Donenfeld2020-09-242-25/+41
* tv: show volume descriptions for file pickerJason A. Donenfeld2020-09-241-4/+4
* ui: account for null data in callbackJason A. Donenfeld2020-09-241-0/+1
* ui: cleanup code after churnJason A. Donenfeld2020-09-235-220/+206
* tv: use system picker for API 29+Jason A. Donenfeld2020-09-231-10/+24
* tv: use our own file pickerJason A. Donenfeld2020-09-234-26/+265
* tv: escape deletion view with back buttonJason A. Donenfeld2020-09-231-0/+7
* tv: select first item after toggling deletion modeJason A. Donenfeld2020-09-221-0/+3
* tv: hook up isFocused as observable propertyJason A. Donenfeld2020-09-223-4/+11
* tv: add text when there are no tunnelsJason A. Donenfeld2020-09-223-1/+18
* tv: make cards slightly smallerJason A. Donenfeld2020-09-221-1/+1
* tv: select the right thing on loadJason A. Donenfeld2020-09-221-2/+9
* tv: tweak TV layout to fit 3 rows betterHarsh Shandilya2020-09-221-6/+8
* tv: set layout manager from XMLHarsh Shandilya2020-09-222-2/+2
* tv: make logo almost betterJason A. Donenfeld2020-09-222-9/+21
* tv: anchor RV bottom to top of delete buttonHarsh Shandilya2020-09-221-1/+1
* tv: remove useless attributeJason A. Donenfeld2020-09-221-1/+0
* tv: use plus instead of text for importingJason A. Donenfeld2020-09-221-3/+4
* tv: do themingHarsh Shandilya2020-09-227-19/+76
* tv: account for broken TVs with no file pickerJason A. Donenfeld2020-09-222-1/+8
* tv: remove tiny words from tv bannerJason A. Donenfeld2020-09-221-0/+0
* tv: do not redisplay stats when deletingJason A. Donenfeld2020-09-221-3/+3
* tv: add tv bannerJason A. Donenfeld2020-09-224-0/+220
* tv: use proper icon for buttonJason A. Donenfeld2020-09-221-3/+6
* tv: hide deletion button when nothing to deleteJason A. Donenfeld2020-09-221-0/+1
* tv: add ugly deletion modeJason A. Donenfeld2020-09-224-10/+64
* tv: wire in statsJason A. Donenfeld2020-09-224-13/+60
* tv: wire up tunnel start/stopJason A. Donenfeld2020-09-223-10/+59
* tv: begin to wire up databindingsJason A. Donenfeld2020-09-223-47/+48
* tv: abstract out tunnel importingJason A. Donenfeld2020-09-225-267/+175
* tv: initial draft of Android TV supportHarsh Shandilya2020-09-226-12/+286
* Statistics: only do one hash lookupJason A. Donenfeld2020-09-211-4/+6
* TunnelManager: catch exception in intent receiverJason A. Donenfeld2020-09-212-8/+11
* TunnelEditorFragment: do not assume a contextJason A. Donenfeld2020-09-201-2/+2
* TunnelListFragment: do not assume binding always existsJason A. Donenfeld2020-09-201-4/+4
* TunnelDetailFragment: use kotlin coroutine for timer and rework nullabilityJason A. Donenfeld2020-09-201-43/+38
* BaseFragment: avoid using requireContext() in permission result callbackJason A. Donenfeld2020-09-201-2/+2
* version: bump1.0.20200920Jason A. Donenfeld2020-09-201-2/+2
* AddTunnelsSheet: disable qrcode scanning if no cameraJason A. Donenfeld2020-09-201-1/+8
* ui: add tooling label for exclusions buttonHarsh Shandilya2020-09-201-1/+2
* ui: add navigation hints for D-Pad and IMEHarsh Shandilya2020-09-207-0/+106
* version: bump1.0.20200918Jason A. Donenfeld2020-09-181-2/+2
* ui: add xhdpi banner resourceHarsh Shandilya2020-09-181-0/+0
* SettingsActivity: account for module present but no rootJason A. Donenfeld2020-09-181-0/+9
* ui: move to Jetpack DataStore instead of SharedPrefsJason A. Donenfeld2020-09-1810-101/+304
* ui: reformat codeJason A. Donenfeld2020-09-183-5/+2
* gradle: downgrade androidx.{fragment,activity} to alpha07Jason A. Donenfeld2020-09-171-2/+2
* ui: retire EdgeToEdgeHarsh Shandilya2020-09-176-101/+1
* ui: replace deprecated onActivityCreated with onViewCreatedHarsh Shandilya2020-09-171-2/+2