forked from jonjomckay/fritter
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,3 +7,6 @@ | |
- Allows video to continue to play when Squawker is in the background | ||
- Allows video/music of other apps to play in the background while a video is playing in Squawker. | ||
* Implement feature #219 Allow to set a proxy HTTP(S) or SOCKS5. | ||
The proxy can be set under Settings / General then tap on the Proxy item. | ||
The format is: scheme://[user:pwd@]host:port. | ||
Eg https://1.2.3.4:5678 or socks5://who:[email protected]:2468. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,3 +7,6 @@ | |
- Allows video to continue to play when Squawker is in the background | ||
- Allows video/music of other apps to play in the background while a video is playing in Squawker. | ||
* Implement feature #219 Allow to set a proxy HTTP(S) or SOCKS5. | ||
The proxy can be set under Settings / General then tap on the Proxy item. | ||
The format is: scheme://[user:pwd@]host:port. | ||
Eg https://1.2.3.4:5678 or socks5://who:[email protected]:2468. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters