-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix scrolling issue in subscribe dialog; fix base URL background colo…
…r; fix dark mode action bar
- Loading branch information
Philipp Heckel
committed
Feb 6, 2022
1 parent
edb80cd
commit 678be49
Showing
7 changed files
with
104 additions
and
77 deletions.
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
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
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
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
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
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
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 |
---|---|---|
@@ -1,2 +1,18 @@ | ||
Features: | ||
* Support auth / access control (#19, thanks to @cmeis, @gedw99, @karmanyaahm, | ||
@Mek101, @gc-ss, @julianfoad, @nmoseman, Jakob, PeterCxy, Techlosopher) | ||
* Export/upload log now allows censored/uncensored logs (no ticket) | ||
* Removed wake lock (except for notification dispatching, no ticket) | ||
* Swipe to remove notifications (#117) | ||
|
||
Bug fixes: | ||
* Fix download issues on SDK 29 "Movement not allowed" (#116, thanks Jakob) | ||
* Fix for Android 12 crashes (#124, thanks @eskilop) | ||
* Fix WebSocket retry logic bug with multiple servers (no ticket) | ||
* Fix race in refresh logic leading to duplicate connections (no ticket) | ||
* Fix scrolling issue in subscribe to topic dialog (#131, thanks @arminus) | ||
* Fix base URL text field color in dark mode, and size with large fonts (no ticket) | ||
* Fix action bar color in dark mode (make black, no ticket) | ||
|
||
Notes: | ||
* Foundational work for per-subscription settings |