-
-
Notifications
You must be signed in to change notification settings - Fork 91
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
5 changed files
with
17 additions
and
6 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
Submodule CommonUtils
updated
2 files
+53 −0 | utils/src/main/res/values-tr-rTR/strings.xml | |
+1 −1 | utils/src/main/res/values-zh-rCN/strings.xml |
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,5 @@ | ||
### Fixed | ||
- Fixed crash reporting and analytics (Google Play only) | ||
### Added | ||
- Added preference to skip WebView dialog | ||
|
||
### Changed | ||
- Do not show confirmation dialog when sharing link |
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,3 +1,3 @@ | ||
include ':CommonUtils', ':app', ':aria2lib' | ||
include ':CommonUtils', ':aria2lib', ':app' | ||
project(':CommonUtils').projectDir = new File('./CommonUtils/utils') | ||
project(':aria2lib').projectDir = new File('./aria2lib') |