Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 80af757d4d | |||
| d243402082 | |||
| 297df3da1a | |||
| a0a77f6311 | |||
| db66908534 | |||
| b7f57c4748 | |||
| 88ce02dfda | |||
| 1239f83cd6 |
@@ -1,5 +1,22 @@
|
||||
# Changelog
|
||||
|
||||
## 2.5.2.0 (versionCode 24, 2021-02-28)
|
||||
|
||||
- Find also words that start with the search string
|
||||
- Update to moasdawiki-server 2.5.2
|
||||
|
||||
## 2.5.1.0 (versionCode 23, 2021-01-31)
|
||||
|
||||
- Enhance search index to full words
|
||||
- Introduce search ignore list
|
||||
- Add support for SVG images
|
||||
- Update to moasdawiki-server 2.5.1
|
||||
|
||||
## 2.4.4.0 (versionCode 22, 2021-01-23)
|
||||
|
||||
- Speed up search
|
||||
- Update to moasdawiki-server 2.4.4
|
||||
|
||||
## 2.4.3.0 (versionCode 21, 2021-01-04)
|
||||
|
||||
- Update descriptions for F-Droid
|
||||
|
||||
+3
-3
@@ -6,8 +6,8 @@ android {
|
||||
applicationId "net.moasdawiki.app"
|
||||
minSdkVersion 26 // 26 = Oreo 8.0
|
||||
targetSdkVersion 30 // should be same as compileSdkVersion
|
||||
versionCode 21
|
||||
versionName "2.4.3.0"
|
||||
versionCode 24
|
||||
versionName "2.5.2.0"
|
||||
archivesBaseName = "moasdawiki-" + versionName + "-" + versionCode
|
||||
}
|
||||
sourceSets {
|
||||
@@ -24,7 +24,7 @@ android {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'net.moasdawiki:moasdawiki-server:2.4.3'
|
||||
implementation 'net.moasdawiki:moasdawiki-server:2.5.2'
|
||||
implementation fileTree(include: ['*.jar'], dir: 'libs')
|
||||
implementation 'androidx.appcompat:appcompat:1.2.0'
|
||||
implementation 'androidx.preference:preference:1.1.1'
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@ buildscript {
|
||||
google()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:4.1.1'
|
||||
classpath 'com.android.tools.build:gradle:4.1.2'
|
||||
|
||||
// NOTE: Do not place your application dependencies here; they belong
|
||||
// in the individual module build.gradle files
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
- Suche beschleunigen
|
||||
- Auf moasdawiki-server 2.4.4 aktualisieren
|
||||
@@ -0,0 +1,4 @@
|
||||
- Suchindex auf ganze Wörter erweitern
|
||||
- Ignorierliste für Suchwörter einführen
|
||||
- Unterstützung für SVG-Grafiken hinzufügen
|
||||
- Auf moasdawiki-server 2.5.1 aktualisieren
|
||||
@@ -0,0 +1,2 @@
|
||||
- Auch Wörter, die mit dem Suchtext beginnen, finden
|
||||
- Auf moasdawiki-server 2.5.2 aktualisieren
|
||||
@@ -0,0 +1,2 @@
|
||||
- Speed up search
|
||||
- Update to moasdawiki-server 2.4.4
|
||||
@@ -0,0 +1,4 @@
|
||||
- Enhance search index to full words
|
||||
- Introduce search ignore list
|
||||
- Add support for SVG images
|
||||
- Update to moasdawiki-server 2.5.1
|
||||
@@ -0,0 +1,2 @@
|
||||
- Find also words that start with the search string
|
||||
- Update to moasdawiki-server 2.5.2
|
||||
Reference in New Issue
Block a user