Mygod
411f98c36f
Copy/paste for Wi-Fi configurations
2019-04-04 18:06:18 +08:00
Mygod
1145b0f23b
Support editing native Wi-Fi AP configurations
...
Support for repeater channel on Android 5 has been dropped because I am lazy.
2019-04-04 18:06:18 +08:00
Mygod
3cfb029fd7
Remove overkill
2019-02-08 21:18:09 +08:00
Mygod
08ab6a54ff
Add EmojiCompat
2019-01-31 20:40:24 +08:00
Mygod
d4208affbb
Implement MAC lookup ( #68 )
...
* Implement MAC lookup
* Refine error processing
* Use long to store MAC consistently
* Link back to macvendors.co
* Undo some havoc
* Do not show mac spans for TV
* Show MAC and IP in a consistent order
* Add IP spans by ipinfo.io
* Add SpanFormatter
* Fix IPv6 ipinfo.io link
* Refine SpanFormatter
* Fix pressing the link
2019-01-26 21:20:40 +08:00
Mygod
e43c2280c2
Fix lint error
2019-01-18 11:35:20 +08:00
Mygod
9c0bbf71f6
Title or not, platform default
2019-01-06 00:45:15 +08:00
Mygod
7eec6f7a06
Add starting state to temp hotspot
2018-12-28 14:42:45 +08:00
Mygod
48d6307b2b
Fix rate not working for polling clients
2018-10-03 15:58:49 +08:00
dwuku
d131d5d46b
Make compatible with F-Droid ( #42 )
...
* Make compatible with F-Droid
* Fix title bar empty
2018-10-02 23:13:12 +08:00
Mygod
38f95a382e
VPN Hotspot 2.0: Client+ ( #39 )
...
Fix #13 , #38 . I don't have a lot of confidence that this would work very well for every device.
Also here's an SQL command that hopefully somebody could make into the app for me: `SELECT TrafficRecord.mac, SUM(TrafficRecord.sentPackets), SUM(TrafficRecord.sentBytes), SUM(TrafficRecord.receivedPackets), SUM(TrafficRecord.receivedBytes) FROM TrafficRecord LEFT JOIN TrafficRecord AS Next ON TrafficRecord.id = Next.previousId WHERE Next.id IS NULL GROUP BY TrafficRecord.mac;`
2018-10-02 21:12:19 +08:00
Mygod
82ac2e56e7
No need for extract UI for PIN
2018-09-18 17:11:48 +08:00
Mygod
dbe43624ed
Refine layout margin
2018-09-17 23:15:57 +08:00
Mygod
c7faa24be9
Use monospace for password
2018-09-08 17:08:20 +08:00
Mygod
1c5d7c1109
Ask to disable tethering hardware acceleration on Android 8.1+
2018-08-26 15:22:27 +08:00
Mygod
14ccd9e9eb
Add night mode support
2018-08-16 11:12:43 +08:00
Mygod
da7f08fd71
Add focus
2018-08-14 11:44:12 +08:00
Mygod
a63fce8bb4
Line should be invisible
2018-08-04 20:20:58 +08:00
Mygod
179675a374
Refine code style
2018-07-21 17:18:21 +08:00
Mygod
d0e92b2505
Initial draft for porting to AndroidX
2018-07-15 14:28:42 +08:00
Mygod
89cbd96280
Prefer SnackBars
2018-07-14 23:30:05 +08:00
Mygod
33cd906f65
Add the best feature ever (E-begging)
...
This reverts commit ebb6061a6e .
2018-07-13 15:05:33 +08:00
Mygod
2e912bf767
Implement displaying tethering errors
2018-07-13 00:53:06 +08:00
Mygod
2488a528a3
Update dependencies
2018-06-23 18:59:31 +08:00
Mygod
c9344a9549
Fix wifi icon being way too overused
2018-06-11 11:13:09 +08:00
Mygod
5fb9e8408d
Remove unused layout
2018-06-11 11:11:11 +08:00
Mygod
0a76fce15c
Prevent EditText get focused on start-up
2018-06-10 17:47:23 +08:00
Mygod
8aa7d6d8c7
Huge refactor for better maintainability
2018-06-01 20:21:05 +08:00
Mygod
4c17b0ed45
Match 8.1 design style
2018-05-09 18:57:20 -07:00
Mygod
e7a15d476b
Refine padding
2018-05-09 18:21:04 -07:00
Mygod
dad9bc19e3
Add client count badge
2018-05-09 17:38:49 -07:00
Mygod
b005d18f13
Fix UI
2018-05-03 20:38:26 -07:00
Mygod
7e6f25d030
Fix selectable
2018-05-02 21:34:31 -07:00
Mygod
2fe7703d6d
Temporary Wi-Fi hotspot for bypassing tethering limits ( #18 )
...
* First draft of temporary hotspot
* Refactor with LocalOnlyInterfaceManager
* Refactor LocalOnlyHotspotService
* Localize
* Update strict summary
2018-05-02 17:53:06 -07:00
Mygod
39cd40627f
Redesign WifiP2pDialog using design lib
2018-04-24 22:49:05 -07:00
Mygod
2615abae2f
SSID no longer needed to be selectable
2018-04-21 22:27:49 -07:00
Mygod
2e7b30df1a
Misc refinements
2018-04-21 21:52:03 -07:00
Mygod
570998b255
Add support for modifying repeater credentials
...
Credits go to @fxsheep: https://forum.xda-developers.com/showpost.php?p=76298728&postcount=5
Currently it only works on later versions of Android due to usage of `killall`. A workaround is in progress.
2018-04-21 20:18:15 -07:00
Mygod
958b1ec350
Support toggling hotspots in app
...
This is a just-for-fun feature. It probably doesn't work.
2018-04-21 13:02:52 -07:00
Mygod
11edc1ae82
Show host addresses
2018-01-21 22:12:58 -08:00
Mygod
1e97032630
Refinements
2018-01-21 13:33:36 -08:00
Mygod
de7c6c5d8c
Mimic Android Wi-Fi setting design in tethering
2018-01-21 13:16:21 -08:00
Mygod
b91cb126a9
Misc refinements
2018-01-21 00:22:52 -08:00
Mygod
0660a20fcb
Support showing connected devices from system tethering
...
Also fixes IP address not showing up.
2018-01-20 22:52:54 -08:00
Mygod
6d3b4f7716
Provide keyboard navigation support
2018-01-15 13:43:40 -08:00
Mygod
67aa86f0f7
Make system tethering entry always available
2018-01-15 13:43:14 -08:00
Mygod
3a3e6b8689
Design
2018-01-15 12:53:51 -08:00
Mygod
11a1e793c9
Extract string resources
2018-01-13 19:53:34 +08:00
Mygod
5e97e3d9ae
Add support for WPS in repeater
2018-01-13 16:08:44 +08:00
Mygod
7b2166af61
Refine UI for tethering
2018-01-13 11:30:52 +08:00