mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-06-05 21:59:19 +02:00
Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e78b7491fb | ||
|
|
f2c2a3d573 | ||
|
|
a7d21a52eb | ||
|
|
9c2290d8b2 | ||
|
|
c680cc9229 | ||
|
|
4bc7241830 | ||
|
|
3065db316d |
@@ -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)*
|
||||
|
||||
@@ -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'
|
||||
|
||||
@@ -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)
|
||||
}
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user