mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2025-01-18 06:17:59 +01:00
update release notes
This commit is contained in:
parent
f2ecf5325f
commit
c80200c351
19 changed files with 71 additions and 2 deletions
|
@ -10,8 +10,8 @@ android {
|
||||||
applicationId "com.simplemobiletools.gallery"
|
applicationId "com.simplemobiletools.gallery"
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 23
|
targetSdkVersion 23
|
||||||
versionCode 82
|
versionCode 83
|
||||||
versionName "2.6.5"
|
versionName "2.6.6"
|
||||||
}
|
}
|
||||||
|
|
||||||
signingConfigs {
|
signingConfigs {
|
||||||
|
|
|
@ -369,6 +369,7 @@ class MainActivity : SimpleActivity(), DirectoryAdapter.DirOperationsListener {
|
||||||
add(Release(74, R.string.release_74))
|
add(Release(74, R.string.release_74))
|
||||||
add(Release(76, R.string.release_76))
|
add(Release(76, R.string.release_76))
|
||||||
add(Release(77, R.string.release_77))
|
add(Release(77, R.string.release_77))
|
||||||
|
add(Release(83, R.string.release_83))
|
||||||
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -82,6 +82,10 @@
|
||||||
<string name="animate_gifs">Animate gifs at thumbnails</string>
|
<string name="animate_gifs">Animate gifs at thumbnails</string>
|
||||||
|
|
||||||
<!-- Release notes -->
|
<!-- Release notes -->
|
||||||
|
<string name="release_83">
|
||||||
|
Fixed some sharing and editor issues\n
|
||||||
|
Sorry for the frequent updates lately, they should be stopped now.
|
||||||
|
</string>
|
||||||
<string name="release_77">
|
<string name="release_77">
|
||||||
Exclude the subfolders of excluded folders too\n
|
Exclude the subfolders of excluded folders too\n
|
||||||
Added an easy way of excluding parent folders from the exclude confirmation dialog\n
|
Added an easy way of excluding parent folders from the exclude confirmation dialog\n
|
||||||
|
|
|
@ -82,6 +82,10 @@
|
||||||
<string name="animate_gifs">Animate gifs at thumbnails</string>
|
<string name="animate_gifs">Animate gifs at thumbnails</string>
|
||||||
|
|
||||||
<!-- Release notes -->
|
<!-- Release notes -->
|
||||||
|
<string name="release_83">
|
||||||
|
Fixed some sharing and editor issues\n
|
||||||
|
Sorry for the frequent updates lately, they should be stopped now.
|
||||||
|
</string>
|
||||||
<string name="release_77">
|
<string name="release_77">
|
||||||
Exclude the subfolders of excluded folders too\n
|
Exclude the subfolders of excluded folders too\n
|
||||||
Added an easy way of excluding parent folders from the exclude confirmation dialog\n
|
Added an easy way of excluding parent folders from the exclude confirmation dialog\n
|
||||||
|
|
|
@ -82,6 +82,10 @@
|
||||||
<string name="animate_gifs">Animate gifs at thumbnails</string>
|
<string name="animate_gifs">Animate gifs at thumbnails</string>
|
||||||
|
|
||||||
<!-- Release notes -->
|
<!-- Release notes -->
|
||||||
|
<string name="release_83">
|
||||||
|
Fixed some sharing and editor issues\n
|
||||||
|
Sorry for the frequent updates lately, they should be stopped now.
|
||||||
|
</string>
|
||||||
<string name="release_77">
|
<string name="release_77">
|
||||||
Exclude the subfolders of excluded folders too\n
|
Exclude the subfolders of excluded folders too\n
|
||||||
Added an easy way of excluding parent folders from the exclude confirmation dialog\n
|
Added an easy way of excluding parent folders from the exclude confirmation dialog\n
|
||||||
|
|
|
@ -82,6 +82,10 @@
|
||||||
<string name="animate_gifs">Animate gifs at thumbnails</string>
|
<string name="animate_gifs">Animate gifs at thumbnails</string>
|
||||||
|
|
||||||
<!-- Release notes -->
|
<!-- Release notes -->
|
||||||
|
<string name="release_83">
|
||||||
|
Fixed some sharing and editor issues\n
|
||||||
|
Sorry for the frequent updates lately, they should be stopped now.
|
||||||
|
</string>
|
||||||
<string name="release_77">
|
<string name="release_77">
|
||||||
Exclude the subfolders of excluded folders too\n
|
Exclude the subfolders of excluded folders too\n
|
||||||
Added an easy way of excluding parent folders from the exclude confirmation dialog\n
|
Added an easy way of excluding parent folders from the exclude confirmation dialog\n
|
||||||
|
|
|
@ -82,6 +82,10 @@
|
||||||
<string name="animate_gifs">Animate gifs at thumbnails</string>
|
<string name="animate_gifs">Animate gifs at thumbnails</string>
|
||||||
|
|
||||||
<!-- Release notes -->
|
<!-- Release notes -->
|
||||||
|
<string name="release_83">
|
||||||
|
Fixed some sharing and editor issues\n
|
||||||
|
Sorry for the frequent updates lately, they should be stopped now.
|
||||||
|
</string>
|
||||||
<string name="release_77">
|
<string name="release_77">
|
||||||
Exclude the subfolders of excluded folders too\n
|
Exclude the subfolders of excluded folders too\n
|
||||||
Added an easy way of excluding parent folders from the exclude confirmation dialog\n
|
Added an easy way of excluding parent folders from the exclude confirmation dialog\n
|
||||||
|
|
|
@ -82,6 +82,10 @@
|
||||||
<string name="animate_gifs">Animate gifs at thumbnails</string>
|
<string name="animate_gifs">Animate gifs at thumbnails</string>
|
||||||
|
|
||||||
<!-- Release notes -->
|
<!-- Release notes -->
|
||||||
|
<string name="release_83">
|
||||||
|
Fixed some sharing and editor issues\n
|
||||||
|
Sorry for the frequent updates lately, they should be stopped now.
|
||||||
|
</string>
|
||||||
<string name="release_77">
|
<string name="release_77">
|
||||||
Exclude the subfolders of excluded folders too\n
|
Exclude the subfolders of excluded folders too\n
|
||||||
Added an easy way of excluding parent folders from the exclude confirmation dialog\n
|
Added an easy way of excluding parent folders from the exclude confirmation dialog\n
|
||||||
|
|
|
@ -82,6 +82,10 @@
|
||||||
<string name="animate_gifs">Animate gifs at thumbnails</string>
|
<string name="animate_gifs">Animate gifs at thumbnails</string>
|
||||||
|
|
||||||
<!-- Release notes -->
|
<!-- Release notes -->
|
||||||
|
<string name="release_83">
|
||||||
|
Fixed some sharing and editor issues\n
|
||||||
|
Sorry for the frequent updates lately, they should be stopped now.
|
||||||
|
</string>
|
||||||
<string name="release_77">
|
<string name="release_77">
|
||||||
Exclude the subfolders of excluded folders too\n
|
Exclude the subfolders of excluded folders too\n
|
||||||
Added an easy way of excluding parent folders from the exclude confirmation dialog\n
|
Added an easy way of excluding parent folders from the exclude confirmation dialog\n
|
||||||
|
|
|
@ -82,6 +82,10 @@
|
||||||
<string name="animate_gifs">Animate gifs at thumbnails</string>
|
<string name="animate_gifs">Animate gifs at thumbnails</string>
|
||||||
|
|
||||||
<!-- Release notes -->
|
<!-- Release notes -->
|
||||||
|
<string name="release_83">
|
||||||
|
Fixed some sharing and editor issues\n
|
||||||
|
Sorry for the frequent updates lately, they should be stopped now.
|
||||||
|
</string>
|
||||||
<string name="release_77">
|
<string name="release_77">
|
||||||
Exclude the subfolders of excluded folders too\n
|
Exclude the subfolders of excluded folders too\n
|
||||||
Added an easy way of excluding parent folders from the exclude confirmation dialog\n
|
Added an easy way of excluding parent folders from the exclude confirmation dialog\n
|
||||||
|
|
|
@ -82,6 +82,10 @@
|
||||||
<string name="animate_gifs">Animowanie gify z miniaturkami</string>
|
<string name="animate_gifs">Animowanie gify z miniaturkami</string>
|
||||||
|
|
||||||
<!-- Release notes -->
|
<!-- Release notes -->
|
||||||
|
<string name="release_83">
|
||||||
|
Fixed some sharing and editor issues\n
|
||||||
|
Sorry for the frequent updates lately, they should be stopped now.
|
||||||
|
</string>
|
||||||
<string name="release_77">
|
<string name="release_77">
|
||||||
Wykluczyć podfoldery folderów wykluczonych\n
|
Wykluczyć podfoldery folderów wykluczonych\n
|
||||||
Dodano łatwy sposób bez folderów nadrzędnych w oknie potwierdzenia wykluczenia\n
|
Dodano łatwy sposób bez folderów nadrzędnych w oknie potwierdzenia wykluczenia\n
|
||||||
|
|
|
@ -82,6 +82,10 @@
|
||||||
<string name="animate_gifs">Animação de gifs nas miniaturas</string>
|
<string name="animate_gifs">Animação de gifs nas miniaturas</string>
|
||||||
|
|
||||||
<!-- Release notes -->
|
<!-- Release notes -->
|
||||||
|
<string name="release_83">
|
||||||
|
Fixed some sharing and editor issues\n
|
||||||
|
Sorry for the frequent updates lately, they should be stopped now.
|
||||||
|
</string>
|
||||||
<string name="release_77">
|
<string name="release_77">
|
||||||
Exclude the subfolders of excluded folders too\n
|
Exclude the subfolders of excluded folders too\n
|
||||||
Added an easy way of excluding parent folders from the exclude confirmation dialog\n
|
Added an easy way of excluding parent folders from the exclude confirmation dialog\n
|
||||||
|
|
|
@ -82,6 +82,10 @@
|
||||||
<string name="animate_gifs">Animate gifs at thumbnails</string>
|
<string name="animate_gifs">Animate gifs at thumbnails</string>
|
||||||
|
|
||||||
<!-- Release notes -->
|
<!-- Release notes -->
|
||||||
|
<string name="release_83">
|
||||||
|
Fixed some sharing and editor issues\n
|
||||||
|
Sorry for the frequent updates lately, they should be stopped now.
|
||||||
|
</string>
|
||||||
<string name="release_77">
|
<string name="release_77">
|
||||||
Exclude the subfolders of excluded folders too\n
|
Exclude the subfolders of excluded folders too\n
|
||||||
Added an easy way of excluding parent folders from the exclude confirmation dialog\n
|
Added an easy way of excluding parent folders from the exclude confirmation dialog\n
|
||||||
|
|
|
@ -82,6 +82,10 @@
|
||||||
<string name="animate_gifs">Animovať gif súbory pri náhľade</string>
|
<string name="animate_gifs">Animovať gif súbory pri náhľade</string>
|
||||||
|
|
||||||
<!-- Release notes -->
|
<!-- Release notes -->
|
||||||
|
<string name="release_83">
|
||||||
|
Boli opravené problémy s editorom a zdieľaním\n
|
||||||
|
Ospravedlňujeme sa za časté aktualizácie, už by mali prestať.
|
||||||
|
</string>
|
||||||
<string name="release_77">
|
<string name="release_77">
|
||||||
Bulo pridané vylučovanie podpriečinky vylúčených priečinkov\n
|
Bulo pridané vylučovanie podpriečinky vylúčených priečinkov\n
|
||||||
Bol pridaný jednoduchý spôsob vylučovania rodičovských priečinkov z potvrdzujúceho okna\n
|
Bol pridaný jednoduchý spôsob vylučovania rodičovských priečinkov z potvrdzujúceho okna\n
|
||||||
|
|
|
@ -82,6 +82,10 @@
|
||||||
<string name="animate_gifs">Animate gifs at thumbnails</string>
|
<string name="animate_gifs">Animate gifs at thumbnails</string>
|
||||||
|
|
||||||
<!-- Release notes -->
|
<!-- Release notes -->
|
||||||
|
<string name="release_83">
|
||||||
|
Fixed some sharing and editor issues\n
|
||||||
|
Sorry for the frequent updates lately, they should be stopped now.
|
||||||
|
</string>
|
||||||
<string name="release_77">
|
<string name="release_77">
|
||||||
Exclude the subfolders of excluded folders too\n
|
Exclude the subfolders of excluded folders too\n
|
||||||
Added an easy way of excluding parent folders from the exclude confirmation dialog\n
|
Added an easy way of excluding parent folders from the exclude confirmation dialog\n
|
||||||
|
|
|
@ -82,6 +82,10 @@
|
||||||
<string name="animate_gifs">Küçük resimlerde gif\'leri canlandırın</string>
|
<string name="animate_gifs">Küçük resimlerde gif\'leri canlandırın</string>
|
||||||
|
|
||||||
<!-- Release notes -->
|
<!-- Release notes -->
|
||||||
|
<string name="release_83">
|
||||||
|
Fixed some sharing and editor issues\n
|
||||||
|
Sorry for the frequent updates lately, they should be stopped now.
|
||||||
|
</string>
|
||||||
<string name="release_77">
|
<string name="release_77">
|
||||||
Hariç tutulan klasörlerin alt klasörlerini de hariç tutun\n
|
Hariç tutulan klasörlerin alt klasörlerini de hariç tutun\n
|
||||||
Dışlama onay iletişim kutusundan üst klasörleri hariç tutmanın kolay bir yol ekledi\n
|
Dışlama onay iletişim kutusundan üst klasörleri hariç tutmanın kolay bir yol ekledi\n
|
||||||
|
|
|
@ -82,6 +82,10 @@
|
||||||
<string name="animate_gifs">Animate gifs at thumbnails</string>
|
<string name="animate_gifs">Animate gifs at thumbnails</string>
|
||||||
|
|
||||||
<!-- Release notes -->
|
<!-- Release notes -->
|
||||||
|
<string name="release_83">
|
||||||
|
Fixed some sharing and editor issues\n
|
||||||
|
Sorry for the frequent updates lately, they should be stopped now.
|
||||||
|
</string>
|
||||||
<string name="release_77">
|
<string name="release_77">
|
||||||
Exclude the subfolders of excluded folders too\n
|
Exclude the subfolders of excluded folders too\n
|
||||||
Added an easy way of excluding parent folders from the exclude confirmation dialog\n
|
Added an easy way of excluding parent folders from the exclude confirmation dialog\n
|
||||||
|
|
|
@ -97,6 +97,10 @@
|
||||||
<string name="animate_gifs">Animate gifs at thumbnails</string>
|
<string name="animate_gifs">Animate gifs at thumbnails</string>
|
||||||
|
|
||||||
<!-- Release notes -->
|
<!-- Release notes -->
|
||||||
|
<string name="release_83">
|
||||||
|
Fixed some sharing and editor issues\n
|
||||||
|
Sorry for the frequent updates lately, they should be stopped now.
|
||||||
|
</string>
|
||||||
<string name="release_77">
|
<string name="release_77">
|
||||||
Exclude the subfolders of excluded folders too\n
|
Exclude the subfolders of excluded folders too\n
|
||||||
Added an easy way of excluding parent folders from the exclude confirmation dialog\n
|
Added an easy way of excluding parent folders from the exclude confirmation dialog\n
|
||||||
|
|
|
@ -82,6 +82,10 @@
|
||||||
<string name="animate_gifs">Animate gifs at thumbnails</string>
|
<string name="animate_gifs">Animate gifs at thumbnails</string>
|
||||||
|
|
||||||
<!-- Release notes -->
|
<!-- Release notes -->
|
||||||
|
<string name="release_83">
|
||||||
|
Fixed some sharing and editor issues\n
|
||||||
|
Sorry for the frequent updates lately, they should be stopped now.
|
||||||
|
</string>
|
||||||
<string name="release_77">
|
<string name="release_77">
|
||||||
Exclude the subfolders of excluded folders too\n
|
Exclude the subfolders of excluded folders too\n
|
||||||
Added an easy way of excluding parent folders from the exclude confirmation dialog\n
|
Added an easy way of excluding parent folders from the exclude confirmation dialog\n
|
||||||
|
|
Loading…
Reference in a new issue