Skip to content

Commit

Permalink
prepare v0.7.2.181027 (40) Bugfixes: image orientation, media scanner
Browse files Browse the repository at this point in the history
  • Loading branch information
k3b committed Oct 24, 2018
1 parent a377924 commit 61fa729
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 20 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Privacy:
* Geotagging: Shows photos in a [geographic map](https://github.com/k3b/APhotoManager/wiki/geographic-map) from [openstreetmap](http://www.openstreetmap.org)
* Buildin file manager for photos: find, sort, view, copy, delete, Show in map, set gps exif data, send, edit exif, ... .
* Fast [find](https://github.com/k3b/APhotoManager/wiki/Filter-View) local photos by (sub-)folder, date, [geographic map](https://github.com/k3b/APhotoManager/wiki/geographic-map)or [tags (keywords)](https://github.com/k3b/APhotoManager/wiki/Tags).
* [Translations](https://crowdin.com/project/AndroFotoFinder): &nbsp;ar,&nbsp;<a href="https://github.com/k3b/APhotoManager/wiki/de-home">de</a>,&nbsp;<a href="https://github.com/k3b/APhotoManager/wiki/home" >en</a>,&nbsp;<a href="https://github.com/k3b/APhotoManager/wiki/it-home">it</a>,&nbsp;<a href="https://github.com/k3b/APhotoManager/wiki/fr-home">fr</a>,&nbsp;<a href="https://github.com/k3b/APhotoManager/wiki/ja-home">ja</a>,&nbsp;nl,&nbsp;pl,&nbsp;<a href="https://github.com/k3b/APhotoManager/wiki/ro-home">ro</a>,&nbsp;ru&nbsp;<a href="https://github.com/k3b/APhotoManager/wiki/tr-home">tr</a>,&nbsp;<a href="https://github.com/k3b/APhotoManager/wiki/zh-CN-home">zh-CN</a>,&nbsp;<a href="https://github.com/k3b/APhotoManager/wiki/zh-TW-home">zh-TW</a>
* [Translations](https://crowdin.com/project/AndroFotoFinder): &nbsp;ar,&nbsp;<a href="https://github.com/k3b/APhotoManager/wiki/de-home">de</a>,&nbsp;<a href="https://github.com/k3b/APhotoManager/wiki/home" >en</a>,&nbsp;<a href="https://github.com/k3b/APhotoManager/wiki/it-home">it</a>,&nbsp;<a href="https://github.com/k3b/APhotoManager/wiki/fr-home">fr</a>,&nbsp;<a href="https://github.com/k3b/APhotoManager/wiki/ja-home">ja</a>,&nbsp;nl,&nbsp;pl,&nbsp;<a href="https://github.com/k3b/APhotoManager/wiki/ro-home">ro</a>,&nbsp;ru&nbsp;<a href="https://github.com/k3b/APhotoManager/wiki/tr-home">tr</a>,&nbsp;<a href="https://github.com/k3b/APhotoManager/wiki/uk-home">uk</a>,&nbsp;<a href="https://github.com/k3b/APhotoManager/wiki/zh-CN-home">zh-CN</a>,&nbsp;<a href="https://github.com/k3b/APhotoManager/wiki/zh-TW-home">zh-TW</a>
* [![Crowdin](https://d322cqt584bo4o.cloudfront.net/androFotoFinder/localized.svg)](https://crowdin.com/project/androFotoFinder)<a href="https://github.com/k3b/APhotoManager/issues/21">Help us to translate into other languages.</a>

---
Expand Down
5 changes: 3 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,10 @@ android {
// 0.6.9.180813 (37) public betta: Searchbar, vitual-folder, new icons
// 0.7.0.180823 (38) Searchbar, vitual-folder, new icons
// 0.7.1.180830 (39) Bugfix for 38; translation uk
// 0.7.2.181027 (40) Bugfixes: image orientation, media scanner

versionCode = 39
versionName = '0.7.1.180830'
versionCode = 40
versionName = '0.7.2.181027'
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_7
Expand Down
28 changes: 17 additions & 11 deletions app/src/main/res/values/donottranslate.xml
Original file line number Diff line number Diff line change
Expand Up @@ -181,17 +181,23 @@ this program. If not, see <http://www.gnu.org/licenses/>
<hr />Translations supported
<a href="http://crowdin.com">crowdin.com</a>
<ul>
<li>arabic by medowill</li>
<li>Dutch by keunes</li>
<li>English by k3b, v133, keunes and mary-kate</li>
<li>French by Tuuux</li>
<li>German by k3b and v133</li>
<li>Italian by random_r</li>
<li>Japanese by naofum</li>
<li>Polish by Maselkowicz</li>
<li>Romanian by mironeasav</li>
<li>russian by divizdev</li>
<li>turkish by erdenerr and srkns</li>
<li>ar Arabic by Vitality, medowill</li>
<li>nl Dutch by ookikgavertalen, keunes</li>
<li>en English by k3b, v133, keunes and mary-kate</li>
<li>fr French by Poussinou, tuuux</li>
<li>de German by k3b and v133</li>
<li>in Indonesian by isaideureka</li>
<li>it Italian by .Rogue.,random_r</li>
<li>ja Japanese by naofum</li>
<li>pl Polish by Maselkowicz</li>
<li>pt-rBR Portugeese by thiagonkami, Nana13</li>
<li>ro Romanian by mironeasav</li>
<li>es Spanish by Andreaevangelina, Dani Certad (daniconejito)
<li>ru Russian by Dmitry Zhgun (trupizzza), ku ku(2ku), divizdev, Sergey (LegionAnon)</li>
<li>tr Turkish by Boyut, srkns, erdenerr</li>
<li>uk Ukrainian by Sergey (LegionAnon)</li>
<li>zh-rCN Chinese (China) by Forbidden (cptbl00dra1n), Liu Feng (pitumaomao)</li>
<li>zh-rTW Chinese (Taiwan) by Liu Feng (pitumaomao), rosatravels</li>
</ul>
<br />Android is a trademark of Google Inc. Use of this trademark is subject to Google Permissions.
<br />
Expand Down
2 changes: 1 addition & 1 deletion fastlane/metadata/android/en-US/changelogs/39.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ Changes from 0.6.4 to 0.7.0
* New Logo/Icons.
* New Virutal Albums/".album" files.
* New search bar and "Filter by Date".
* Translation updates: ar,de,en,es,fr,it,ja,ru,tr,zh-CN (7 = 100%, 5 > 90%, 5 < 65%
* Translation updates: ar,de,en,es,fr,it,ja,ru,tr,zh-CN (7 = 100%, 5 > 90%, 5 < 65%)
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/40.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Changes from 0.7.1 to 0.7.2

* Fixed: Some images where shown with wrong orientation
* Fixed: Could not start media scanner from gallery menu
* Folderpicker: animated pathbar makes it discoverable.
* updated translation: uk (100%), ru (95%)
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/41.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Changes from 0.7.2 to 0.7.3

Loading

0 comments on commit 61fa729

Please sign in to comment.