yuhan6665
92d2cb35c4
Make drawer item unchecked
...
Current checked item is not consistent with the active activity.
In fact, we don't need checked state. This is a standard behavior.
You can find in apps like Google Playstore.
2020-05-24 11:13:12 -04:00
yuhan6665
6ce3d540e8
Remove config item in drawer
...
The drawer is attached to MainActivity. When user see the drawer, the
MainActivity must be active. Showing an menu item to launch itself is
confusing.
2020-05-24 11:09:11 -04:00
2dust
c105d84b35
Merge pull request #300 from yuhan6665/master
...
Fix UI touch issues for Android TV
2020-04-12 10:04:52 +08:00
2dust
3ea04c076c
Merge pull request #314 from yuhan6665/chrome-os
...
Add tags in AndroidManifest to support PlayStore filtering
2020-03-16 16:24:58 +08:00
yuhan6665
68ee61a753
Add tags in AndroidManifest to support PlayStore filtering
...
Google Playstore is using uses-feature and supports-screens
to filter devices.
By setting all screens to true and specifing features as
"not required" should make app compatible with more devices
Particularly it includes Chrome OS devices.
2020-03-14 14:07:31 -04:00
yuhan6665
90ba9ef2b7
Use annotation to fix lint error
2020-03-14 13:03:51 -04:00
yuhan6665
0ec114322e
Fix UI touch issues for Android TV
2020-03-08 12:06:44 -04:00
2dust
76f52e7aa7
Merge pull request #287 from yuhan6665/multidex
...
Fix multidex for Android devices below L
2020-03-03 14:52:19 +08:00
yuhan6665
e33d7e9bcf
Fix multidex for Android devices below L
2020-02-29 10:51:58 -05:00
yuhan6665
e120fce0b7
Add delete log button in logcat
...
Also, automatically scroll to bottom of the log if it is too long
2020-02-22 12:01:16 -05:00
Annoymous contributor
746254bb7e
Give user the ability to edit/copy/paste custom config for convenience.
...
Fix import for go.Seq
2019-10-13 04:55:00 +00:00
Annoymous contributor
4d0e9e2b44
Bugfix: When a setting is changed proxy will now auto restart to apply the change. Fix proxy service cannot be stopped bug.
2019-10-11 10:28:45 +00:00
Annoymous contributor
5cba8a228c
Add proxy sharing. Fix potential unahthorized access from LAN/Internet.
2019-10-11 10:26:46 +00:00
2dust
2d8ed22dba
mge
2019-10-11 14:17:10 +08:00