The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
2.22.0 - 2020-09-29
- 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.
2.21.0 - 2020-06-16
- There are 2 amoled themes now: old and contrast.
2.20.0 - 2020-06-16
- Added automatically paging of thread's posts while paging the videos in the exoplayer.
2.19.1 - 2020-06-16
- All code just have been reformatted.
2.19.0 - 2020-06-16
- Prevent sleep mode when playing with exoplayer.
2.18.0 - 2020-06-14
- Added whole thread's playlist playing in the exoplayer (exoplayer supports navigation between videos now).
- Added touch gestures in the exoplayer (left and right swipes for navigation and up swipe to close the player).
- Fixed appearing of the second app icon.
2.17.0 - 2020-06-14
- Added test support of ExoPlayer. Enabled by default. You can disable it in "Preferences -> Contents -> Video Player -> Use ExoPlayer".
2.16.0 - 2020-06-13
- Refresh button is now reloading thread, to refresh pull down.
- Long press on refresh button now removes deleted messages.
- Bigger send button.
- Update libraries, change to androidx.
- Removed ability to load captcha, if it solved before.
- Completely remove captcha after solving.
2.15.0 - 2020-03-13
- Pictures search has been improved.
2.14.0 - 2020-03-11
- Now you can see this changelog directly from the app (Preferences -> About -> Changelog).
2.13.0 - 2020-03-11
- Toast button has been fixed.
2.12.2 - 2020-02-21
- Added install instructions in English in the README.md.
- Updated version history links in the CHANGELOG.md.
2.12.1 - 2019-12-13
- Added the preferences for the fast search in the "interface" section.
2.12.0 - 2019-12-11
- Added the beta version of "fast search" of the replies to the user posts.
2.11.1 - 2019-12-09
- Reverted the dirty huck of WatcherService.
2.11.0 - 2019-12-08
- Added more faster Chrome Tabs instead of the WebView browser. (You still may disable Chrome Tabs in preferences).
2.10.18 - 2019-10-30
- OLED theme has been fixed. The color of text is full white now.
2.10.17 - 2019-09-27
- Migrated from GCC to Clang. NDK Revision r20 is used now.
2.10.16 - 2019-09-27
- Added the display of the total count of posts in the thread's summary.
2.10.15 - 2019-09-27
- Added the support of the automatically uploading to GitHub releases in the gradle script.
- Fixed YouTube videos' titles.
2.10.14 - 2019-09-25
- The app has been rebuilt to the older targetSdkVersion 25. Maybe, you need to delete the previous version (targetSdkVersion 29) before install this update.
2.10.13 - 2019-09-25
- Updated README.md.
2.10.12 - 2019-09-25
- Distribution system test 2.
2.10.11 - 2019-09-25
- UPDATE_SOURCE_URI_STRING has been changed to f77's fork github page.
2.10.10 - 2019-09-25
- Distribution system test 1.
2.10.9 - 2019-09-25
- Research of fingerprints.
2.10.8 - 2019-09-25
- Fixed a bug that appeared after android api 28: an exception throws while creating a notification about successful file downloading.
2.10.7 - 2019-09-25
- The android app's version is equal to the git version now.
- App's version code takes from git.
- Changed signingConfigs.
1.0.5 - 2019-09-24
- Fixed the git version.
1.0.4 - 2019-09-24
- Updated the versions generation code.
1.0.3 - 2019-09-24
- Updated README.md.
1.0.2 - 2019-09-24
- Added the possibility to change posts rating (tap to target post, select the menu option). The extension must implement the special method to this.
- The app name has been changed to "Dashchan Continued".
- Preferences.DEFAULT_PARTIAL_THREAD_LOADING has been changed to "false" for compatibility to the new dvach extension.
- Preferences.DEFAULT_RECAPTCHA_JAVASCRIPT has been changed to "false" for compatibility to the new dvach extension.
1.0.1 - 2019-09-22
- Добавил поля для возможности настройки просмотра и изменения рейтинга поста в классе борды.
- Добавил показ кнопок изменения рейтинга поста, если в конфигурации борды доступно изменение рейтинга.
1.0.0 - 2019-09-22
- Added this changelog.
- Rebuilt to a new Android SDK (29).