Compare commits

...

7 Commits
4.4.1 ... 4.4.2

Author SHA1 Message Date
tibbi
e78b7491fb updating changelog 2018-08-01 14:40:02 +02:00
tibbi
f2c2a3d573 update version to 4.4.2 2018-08-01 14:39:54 +02:00
tibbi
a7d21a52eb update commons to 4.5.13 2018-08-01 14:39:22 +02:00
Tibor Kaputa
9c2290d8b2 Merge pull request #889 from chris-w89/patch-1
Update german strings
2018-08-01 14:32:51 +02:00
chris-w89
c680cc9229 Update german strings
Added better translation
2018-08-01 11:48:35 +02:00
Tibor Kaputa
4bc7241830 Merge pull request #887 from ScratchBuild/l10n-ja
Update Japanese translation
2018-07-31 08:54:18 +02:00
ScratchBuild
3065db316d Update Japanese translation 2018-07-31 13:51:45 +09:00
5 changed files with 19 additions and 14 deletions

View File

@@ -1,11 +1,16 @@
Changelog
==========
Version 4.4.2 *(2018-08-01)*
----------------------------
* Removed the homepage from About section
Version 4.4.1 *(2018-07-30)*
----------------------------
* Hide both Play and Pause video buttons after 2 secs
* Improve Immersive mode fullscreen behaviour
* Improved Immersive mode fullscreen behaviour
* Some other stability improvements
Version 4.4.0 *(2018-07-26)*

View File

@@ -11,8 +11,8 @@ android {
applicationId "com.simplemobiletools.gallery"
minSdkVersion 16
targetSdkVersion 27
versionCode 189
versionName "4.4.1"
versionCode 190
versionName "4.4.2"
multiDexEnabled true
setProperty("archivesBaseName", "gallery")
}
@@ -47,7 +47,7 @@ ext {
}
dependencies {
implementation 'com.simplemobiletools:commons:4.5.12'
implementation 'com.simplemobiletools:commons:4.5.13'
implementation 'com.theartofdev.edmodo:android-image-cropper:2.7.0'
implementation 'com.android.support:multidex:1.0.3'
implementation 'it.sephiroth.android.exif:library:1.0.1'

View File

@@ -60,6 +60,9 @@ fun Activity.launchCamera() {
}
fun SimpleActivity.launchAbout() {
val licenses = LICENSE_GLIDE or LICENSE_CROPPER or LICENSE_MULTISELECT or LICENSE_RTL or LICENSE_SUBSAMPLING or LICENSE_PATTERN or
LICENSE_REPRINT or LICENSE_GIF_DRAWABLE or LICENSE_PHOTOVIEW or LICENSE_EXOPLAYER or LICENSE_PANORAMA_VIEW or LICENSE_SANSELAN or LICENSE_FILTERS
val faqItems = arrayListOf(
FAQItem(R.string.faq_5_title_commons, R.string.faq_5_text_commons),
FAQItem(R.string.faq_1_title, R.string.faq_1_text),
@@ -76,9 +79,6 @@ fun SimpleActivity.launchAbout() {
FAQItem(R.string.faq_12_title, R.string.faq_12_text),
FAQItem(R.string.faq_2_title_commons, R.string.faq_2_text_commons))
val licenses = LICENSE_GLIDE or LICENSE_CROPPER or LICENSE_MULTISELECT or LICENSE_RTL or LICENSE_SUBSAMPLING or LICENSE_PATTERN or
LICENSE_REPRINT or LICENSE_GIF_DRAWABLE or LICENSE_PHOTOVIEW or LICENSE_EXOPLAYER or LICENSE_PANORAMA_VIEW or LICENSE_SANSELAN or LICENSE_FILTERS
startAboutActivity(R.string.app_name, licenses, BuildConfig.VERSION_NAME, faqItems, true)
}

View File

@@ -28,9 +28,9 @@
<string name="force_portrait">Hochkant erzwingen</string>
<string name="force_landscape">Breitbild erzwingen</string>
<string name="use_default_orientation">Standard Ausrichtung benutzen</string>
<string name="fix_date_taken">Aufnahmedatum reparieren</string>
<string name="fixing">Repariere…</string>
<string name="dates_fixed_successfully">Datum erfolgreich repariert</string>
<string name="fix_date_taken">Aufnahmedatum korrigieren</string>
<string name="fixing">Korrigiere…</string>
<string name="dates_fixed_successfully">Datum erfolgreich korrigiert</string>
<!-- Filter -->
<string name="filter_media">Filter</string>

View File

@@ -28,9 +28,9 @@
<string name="force_portrait">縦で固定</string>
<string name="force_landscape">横で固定</string>
<string name="use_default_orientation">デフォルト仕様</string>
<string name="fix_date_taken">Fix Date Taken value</string>
<string name="fixing">Fixing</string>
<string name="dates_fixed_successfully">Dates fixed successfully</string>
<string name="fix_date_taken">撮影日の値を修正</string>
<string name="fixing">修正中</string>
<string name="dates_fixed_successfully">撮影日が正常に修正されました</string>
<!-- Filter -->
<string name="filter_media">表示する形式</string>
@@ -82,7 +82,7 @@
<string name="error_saving_file">元のファイルを上書きできません</string>
<string name="rotate_left">左に回転</string>
<string name="rotate_right">右に回転</string>
<string name="rotate_one_eighty">180o回転</string>
<string name="rotate_one_eighty">180回転</string>
<string name="flip">反転</string>
<string name="flip_horizontally">水平方向に反転</string>
<string name="flip_vertically">垂直方向に反転</string>