Skip to content
This repository was archived by the owner on Jun 2, 2022. It is now read-only.

Commit ae6e801

Browse files
committed
ApplicationId has been changed from "com.mishiranu.dashchan" to "com.f77.dashchan". So, you can delete the forked "com.mishiranu.dashchan" application now and even to install the original app instead. There will be 2 apps. But the forked app may not see some new modified modules from the original app, if they have modified API, especially new captcha types. compileSdkVersion and libraries have been updated to the modern versions. README.md has been updated. Removed english instructions (there will be no any support for boards except "dvach" and the forked client app, so, they are not necessary). But yes, I will still write this changelog in english anyway, just because.
1 parent 2b4edbe commit ae6e801

File tree

5 files changed

+32
-167
lines changed

5 files changed

+32
-167
lines changed

AndroidManifest.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127

128128
<provider
129129
android:name=".content.FileProvider"
130-
android:authorities="com.mishiranu.providers.dashchan"
130+
android:authorities="${applicationId}.provider"
131131
android:exported="false"
132132
android:grantUriPermissions="true" />
133133

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1111
### Security
1212

1313

14+
## [2.22.0] - 2020-09-29
15+
### Changed
16+
- ApplicationId has been changed from "com.mishiranu.dashchan" to "com.f77.dashchan". So, you can delete the forked "com.mishiranu.dashchan" application now and even to install the original app instead. There will be 2 apps. But the forked app may not see some new modified modules from the original app, if they have modified API, especially new captcha types.
17+
- compileSdkVersion and libraries have been updated to the modern versions.
18+
- README.md has been updated. Removed english instructions (there will be no any support for boards except "dvach" and the forked client app, so, they are not necessary). But yes, I will still write this changelog in english anyway, just because.
19+
1420
## [2.21.0] - 2020-06-16
1521
### Added
1622
- There are 2 amoled themes now: old and contrast.
@@ -164,6 +170,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
164170
- Added this changelog.
165171
- Rebuilt to a new Android SDK (29).
166172

173+
[2.22.0]: https://github.com/f77/Dashchan/compare/2.21.0...2.22.0
167174
[2.21.0]: https://github.com/f77/Dashchan/compare/2.20.0...2.21.0
168175
[2.20.0]: https://github.com/f77/Dashchan/compare/2.19.1...2.20.0
169176
[2.19.1]: https://github.com/f77/Dashchan/compare/2.19.0...2.19.1

0 commit comments

Comments
 (0)