Files
moasdawiki-app/CHANGELOG.md
T
Herbert Reiter c66e95b83e New release
2020-12-28 12:31:31 +01:00

68 lines
1.9 KiB
Markdown

# Changelog
## 2.4.2.0 (versionCode 20, 2020-12-28)
- Update to moasdawiki-server 2.4.2
- Upgrade library dependencies
- Refactoring: Replace deprecated AsyncTask
## 2.3.3.0 (versionCode 19, 2020-10-11)
- Bugfix: Show start page on app startup
- Bugfix: For searches only use the search index cache
- Update to moasdawiki-server 2.3.3
## 2.3.1.0 (versionCode 18, 2020-09-13)
- Speed up full text search by a search index
- Bugfix: Don't go back to start page after App restore
- Update to moasdawiki-server 2.3.1
## 2.2.1.1 (versionCode 17, 2020-09-08)
- Add German fastlane metadata for F-Droid repository
- Update library dependencies
## 2.2.1.0 (versionCode 16, 2020-03-15)
- Add fastlane metadata for F-Droid repository
## 2.2.0.0 (versionCode 15, 2020-02-08)
- Speed up full text search by searching only in the page titles in the first step
## 2.1.0.0 (versionCode 14, 2020-01-11)
- Renewed the user interface
- Birthdays and events can be provided as an Android calendar
- A lot of refactoring, updated to androidx packages
- Added `@Nullable` and `@NotNull` annotations, fixed potential bugs
- Removed UDP broadcast support as it didn't really work for the app
- Updated copyright
- Published sources on GitLab
## 2.0.9.2 (versionCode 13, 2019-01-03)
- HTML layout changed to border-box
- targetSdkVersion updated due to recent Google requirements
- Do not use an internal TCP port any more. Thus, the app requires no
Internet permission for normal usage, it is only necessary for synchronisation.
- Bugfix: Fixed broken search
- Bugfix: Page titles with space or special characters couldn't be shown
## 2.0.8 (versionCode 9, 2018-02-05)
- App can be closed by pressing the back button twice
## 2.0.7 (versionCode 7, 2017-05-28)
- Bugfix: Editor icons got visible on scrolling
## 2.0.6 (versionCode 6, 2016-11-28)
- Bugfix: Edit symbol was still available and active
## 2.0.5 (versionCode 5, 2016-11-22)
- Initial App