mirror of
https://github.com/CatimaLoyalty/Android.git
synced 2026-02-15 09:33:04 -05:00
Compare commits
54 Commits
v2.35.1
...
fix/weblat
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
83e381b24e | ||
|
|
8f6bd8c266 | ||
|
|
599d58e3c7 | ||
|
|
1dd58bf2d0 | ||
|
|
90cf3adc25 | ||
|
|
26797addb8 | ||
|
|
b320e6f253 | ||
|
|
48d9ac4eed | ||
|
|
388eb273e4 | ||
|
|
0eee713712 | ||
|
|
3ff1262149 | ||
|
|
f4a420b699 | ||
|
|
b35b0cf1f9 | ||
|
|
2f4ee75c85 | ||
|
|
b3356b6575 | ||
|
|
359a37c8a6 | ||
|
|
a5a57fe8c8 | ||
|
|
c1f088c191 | ||
|
|
fec8d05927 | ||
|
|
466f068e36 | ||
|
|
b5880223a5 | ||
|
|
0a8a621fad | ||
|
|
5267607b79 | ||
|
|
5474a516f4 | ||
|
|
221b8cd7d1 | ||
|
|
2b544a74bd | ||
|
|
bcb7df24ec | ||
|
|
59fb95a4a7 | ||
|
|
157617fe4a | ||
|
|
ecdfeee3e6 | ||
|
|
3cd3a53268 | ||
|
|
9edf3c3028 | ||
|
|
82d8addafa | ||
|
|
3b446145b8 | ||
|
|
92fec8558e | ||
|
|
df858a7d65 | ||
|
|
a4c0c51a45 | ||
|
|
33d4b3ab7c | ||
|
|
06dc720108 | ||
|
|
a24805232c | ||
|
|
5ec1bcb721 | ||
|
|
cddc273333 | ||
|
|
0bd46b96cb | ||
|
|
2b6926c800 | ||
|
|
ceb6bb8328 | ||
|
|
8fd88e29ec | ||
|
|
d97b1cc1d0 | ||
|
|
baf2848ce0 | ||
|
|
b16ea272ae | ||
|
|
59fa7d143d | ||
|
|
658cfd2d4a | ||
|
|
a428db36c4 | ||
|
|
469eaefcb6 | ||
|
|
e991c9fdc1 |
33
.github/workflows/gradle-update.yml
vendored
33
.github/workflows/gradle-update.yml
vendored
@@ -1,33 +0,0 @@
|
|||||||
name: Gradle update
|
|
||||||
on:
|
|
||||||
workflow_dispatch:
|
|
||||||
schedule:
|
|
||||||
- cron: '3 6 * * *'
|
|
||||||
permissions:
|
|
||||||
actions: none
|
|
||||||
checks: none
|
|
||||||
contents: write
|
|
||||||
deployments: none
|
|
||||||
discussions: none
|
|
||||||
id-token: none
|
|
||||||
issues: none
|
|
||||||
packages: none
|
|
||||||
pages: none
|
|
||||||
pull-requests: write
|
|
||||||
repository-projects: none
|
|
||||||
security-events: none
|
|
||||||
statuses: none
|
|
||||||
jobs:
|
|
||||||
gradle-update:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v4.2.2
|
|
||||||
- uses: obfusk/gradle-update-action@v3.0.0
|
|
||||||
id: gradle-update
|
|
||||||
- uses: gradle/actions/wrapper-validation@v4
|
|
||||||
- name: Create Pull Request
|
|
||||||
uses: peter-evans/create-pull-request@v7.0.8
|
|
||||||
with:
|
|
||||||
title: "Update Gradle to ${{ steps.gradle-update.outputs.version }}"
|
|
||||||
commit-message: "Update Gradle to ${{ steps.gradle-update.outputs.version }}"
|
|
||||||
branch-suffix: timestamp
|
|
||||||
@@ -1,5 +1,9 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## Unreleased - 150
|
||||||
|
|
||||||
|
- Made it harder to accidentally close edit view
|
||||||
|
|
||||||
## v2.35.1 - 149 (2025-06-17)
|
## v2.35.1 - 149 (2025-06-17)
|
||||||
|
|
||||||
- Dependency and translation updates
|
- Dependency and translation updates
|
||||||
|
|||||||
30
Gemfile.lock
30
Gemfile.lock
@@ -10,26 +10,26 @@ GEM
|
|||||||
public_suffix (>= 2.0.2, < 7.0)
|
public_suffix (>= 2.0.2, < 7.0)
|
||||||
artifactory (3.0.17)
|
artifactory (3.0.17)
|
||||||
atomos (0.1.3)
|
atomos (0.1.3)
|
||||||
aws-eventstream (1.3.2)
|
aws-eventstream (1.4.0)
|
||||||
aws-partitions (1.1105.0)
|
aws-partitions (1.1117.0)
|
||||||
aws-sdk-core (3.224.0)
|
aws-sdk-core (3.226.0)
|
||||||
aws-eventstream (~> 1, >= 1.3.0)
|
aws-eventstream (~> 1, >= 1.3.0)
|
||||||
aws-partitions (~> 1, >= 1.992.0)
|
aws-partitions (~> 1, >= 1.992.0)
|
||||||
aws-sigv4 (~> 1.9)
|
aws-sigv4 (~> 1.9)
|
||||||
base64
|
base64
|
||||||
jmespath (~> 1, >= 1.6.1)
|
jmespath (~> 1, >= 1.6.1)
|
||||||
logger
|
logger
|
||||||
aws-sdk-kms (1.101.0)
|
aws-sdk-kms (1.105.0)
|
||||||
aws-sdk-core (~> 3, >= 3.216.0)
|
aws-sdk-core (~> 3, >= 3.225.0)
|
||||||
aws-sigv4 (~> 1.5)
|
aws-sigv4 (~> 1.5)
|
||||||
aws-sdk-s3 (1.186.1)
|
aws-sdk-s3 (1.189.1)
|
||||||
aws-sdk-core (~> 3, >= 3.216.0)
|
aws-sdk-core (~> 3, >= 3.225.0)
|
||||||
aws-sdk-kms (~> 1)
|
aws-sdk-kms (~> 1)
|
||||||
aws-sigv4 (~> 1.5)
|
aws-sigv4 (~> 1.5)
|
||||||
aws-sigv4 (1.11.0)
|
aws-sigv4 (1.12.1)
|
||||||
aws-eventstream (~> 1, >= 1.0.2)
|
aws-eventstream (~> 1, >= 1.0.2)
|
||||||
babosa (1.0.4)
|
babosa (1.0.4)
|
||||||
base64 (0.2.0)
|
base64 (0.3.0)
|
||||||
claide (1.1.0)
|
claide (1.1.0)
|
||||||
colored (1.2)
|
colored (1.2)
|
||||||
colored2 (3.1.2)
|
colored2 (3.1.2)
|
||||||
@@ -58,10 +58,10 @@ GEM
|
|||||||
faraday (>= 0.8.0)
|
faraday (>= 0.8.0)
|
||||||
http-cookie (~> 1.0.0)
|
http-cookie (~> 1.0.0)
|
||||||
faraday-em_http (1.0.0)
|
faraday-em_http (1.0.0)
|
||||||
faraday-em_synchrony (1.0.0)
|
faraday-em_synchrony (1.0.1)
|
||||||
faraday-excon (1.1.0)
|
faraday-excon (1.1.0)
|
||||||
faraday-httpclient (1.0.1)
|
faraday-httpclient (1.0.1)
|
||||||
faraday-multipart (1.1.0)
|
faraday-multipart (1.1.1)
|
||||||
multipart-post (~> 2.0)
|
multipart-post (~> 2.0)
|
||||||
faraday-net_http (1.0.2)
|
faraday-net_http (1.0.2)
|
||||||
faraday-net_http_persistent (1.2.0)
|
faraday-net_http_persistent (1.2.0)
|
||||||
@@ -71,7 +71,7 @@ GEM
|
|||||||
faraday_middleware (1.2.1)
|
faraday_middleware (1.2.1)
|
||||||
faraday (~> 1.0)
|
faraday (~> 1.0)
|
||||||
fastimage (2.4.0)
|
fastimage (2.4.0)
|
||||||
fastlane (2.227.2)
|
fastlane (2.228.0)
|
||||||
CFPropertyList (>= 2.3, < 4.0.0)
|
CFPropertyList (>= 2.3, < 4.0.0)
|
||||||
addressable (>= 2.8, < 3.0.0)
|
addressable (>= 2.8, < 3.0.0)
|
||||||
artifactory (~> 3.0)
|
artifactory (~> 3.0)
|
||||||
@@ -158,7 +158,7 @@ GEM
|
|||||||
httpclient (2.9.0)
|
httpclient (2.9.0)
|
||||||
mutex_m
|
mutex_m
|
||||||
jmespath (1.6.2)
|
jmespath (1.6.2)
|
||||||
json (2.12.0)
|
json (2.12.2)
|
||||||
jwt (2.10.1)
|
jwt (2.10.1)
|
||||||
base64
|
base64
|
||||||
logger (1.7.0)
|
logger (1.7.0)
|
||||||
@@ -168,14 +168,14 @@ GEM
|
|||||||
multipart-post (2.4.1)
|
multipart-post (2.4.1)
|
||||||
mutex_m (0.3.0)
|
mutex_m (0.3.0)
|
||||||
nanaimo (0.4.0)
|
nanaimo (0.4.0)
|
||||||
naturally (2.2.1)
|
naturally (2.3.0)
|
||||||
nkf (0.2.0)
|
nkf (0.2.0)
|
||||||
optparse (0.6.0)
|
optparse (0.6.0)
|
||||||
os (1.1.4)
|
os (1.1.4)
|
||||||
ostruct (0.6.1)
|
ostruct (0.6.1)
|
||||||
plist (3.7.2)
|
plist (3.7.2)
|
||||||
public_suffix (6.0.2)
|
public_suffix (6.0.2)
|
||||||
rake (13.2.1)
|
rake (13.3.0)
|
||||||
representable (3.2.0)
|
representable (3.2.0)
|
||||||
declarative (< 0.1.0)
|
declarative (< 0.1.0)
|
||||||
trailblazer-option (>= 0.1.1, < 0.2.0)
|
trailblazer-option (>= 0.1.1, < 0.2.0)
|
||||||
|
|||||||
@@ -132,7 +132,7 @@ dependencies {
|
|||||||
val junitVersion = "4.13.2"
|
val junitVersion = "4.13.2"
|
||||||
testImplementation("androidx.test:core:$androidXTestVersion")
|
testImplementation("androidx.test:core:$androidXTestVersion")
|
||||||
testImplementation("junit:junit:$junitVersion")
|
testImplementation("junit:junit:$junitVersion")
|
||||||
testImplementation("org.robolectric:robolectric:4.14.1")
|
testImplementation("org.robolectric:robolectric:4.15.1")
|
||||||
|
|
||||||
androidTestImplementation("androidx.test:core:$androidXTestVersion")
|
androidTestImplementation("androidx.test:core:$androidXTestVersion")
|
||||||
androidTestImplementation("junit:junit:$junitVersion")
|
androidTestImplementation("junit:junit:$junitVersion")
|
||||||
|
|||||||
@@ -24,6 +24,7 @@ import android.view.View;
|
|||||||
import android.view.ViewGroup;
|
import android.view.ViewGroup;
|
||||||
import android.view.ViewTreeObserver;
|
import android.view.ViewTreeObserver;
|
||||||
import android.view.WindowManager;
|
import android.view.WindowManager;
|
||||||
|
import android.view.inputmethod.InputMethodManager;
|
||||||
import android.widget.ArrayAdapter;
|
import android.widget.ArrayAdapter;
|
||||||
import android.widget.AutoCompleteTextView;
|
import android.widget.AutoCompleteTextView;
|
||||||
import android.widget.Button;
|
import android.widget.Button;
|
||||||
@@ -680,7 +681,15 @@ public class LoyaltyCardEditActivity extends CatimaAppCompatActivity implements
|
|||||||
getOnBackPressedDispatcher().addCallback(this, new OnBackPressedCallback(true) {
|
getOnBackPressedDispatcher().addCallback(this, new OnBackPressedCallback(true) {
|
||||||
@Override
|
@Override
|
||||||
public void handleOnBackPressed() {
|
public void handleOnBackPressed() {
|
||||||
askBeforeQuitIfChanged();
|
InputMethodManager imm = (InputMethodManager) getSystemService(Context.INPUT_METHOD_SERVICE);
|
||||||
|
View view = getCurrentFocus();
|
||||||
|
if (view != null && imm.isAcceptingText()) {
|
||||||
|
imm.hideSoftInputFromWindow(view.getWindowToken(), 0);
|
||||||
|
view.clearFocus();
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
askBeforeQuitIfChanged();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
@@ -1514,7 +1523,7 @@ public class LoyaltyCardEditActivity extends CatimaAppCompatActivity implements
|
|||||||
int id = item.getItemId();
|
int id = item.getItemId();
|
||||||
|
|
||||||
if (id == android.R.id.home) {
|
if (id == android.R.id.home) {
|
||||||
askBeforeQuitIfChanged();
|
getOnBackPressedDispatcher().onBackPressed();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -594,6 +594,11 @@ public class Utils {
|
|||||||
double width = bitmap.getWidth();
|
double width = bitmap.getWidth();
|
||||||
double height = bitmap.getHeight();
|
double height = bitmap.getHeight();
|
||||||
|
|
||||||
|
// Early exit
|
||||||
|
if (Math.max(width, height) <= maxSize) {
|
||||||
|
return bitmap;
|
||||||
|
}
|
||||||
|
|
||||||
if (height > width) {
|
if (height > width) {
|
||||||
double scale = height / maxSize;
|
double scale = height / maxSize;
|
||||||
height = maxSize;
|
height = maxSize;
|
||||||
|
|||||||
@@ -22,22 +22,22 @@ Joel A
|
|||||||
Petr Novák
|
Petr Novák
|
||||||
laralem
|
laralem
|
||||||
Priit Jõerüüt
|
Priit Jõerüüt
|
||||||
|
Silvério Santos
|
||||||
Taco
|
Taco
|
||||||
Edgars Andersons
|
Edgars Andersons
|
||||||
nadiafekihahmed
|
nadiafekihahmed
|
||||||
pfaffenrodt
|
pfaffenrodt
|
||||||
Aayush Gupta
|
Aayush Gupta
|
||||||
Scrambled777
|
Scrambled777
|
||||||
Silvério Santos
|
|
||||||
ikanakova
|
ikanakova
|
||||||
Giovanni Donisi
|
Giovanni Donisi
|
||||||
HudobniVolk
|
HudobniVolk
|
||||||
Jiri Grönroos
|
|
||||||
Nyatsuki
|
Nyatsuki
|
||||||
|
Jiri Grönroos
|
||||||
Samantaz Fox
|
Samantaz Fox
|
||||||
josé m
|
|
||||||
Milo Ivir
|
|
||||||
Balázs Meskó
|
Balázs Meskó
|
||||||
|
Milo Ivir
|
||||||
|
josé m
|
||||||
Arno-github
|
Arno-github
|
||||||
Ankit Tiwari
|
Ankit Tiwari
|
||||||
Cliff Heraldo
|
Cliff Heraldo
|
||||||
@@ -49,30 +49,30 @@ Milan Šalka
|
|||||||
huuhaa
|
huuhaa
|
||||||
Skrripy
|
Skrripy
|
||||||
Kachelkaiser
|
Kachelkaiser
|
||||||
|
Fjuro
|
||||||
Projjal Moitra
|
Projjal Moitra
|
||||||
Quentin PAGÈS
|
Quentin PAGÈS
|
||||||
Vasilis
|
Vasilis
|
||||||
ngocanhtve
|
ngocanhtve
|
||||||
waffshappen
|
waffshappen
|
||||||
Marnick L'Eau
|
Marnick L'Eau
|
||||||
Fjuro
|
|
||||||
Robin
|
Robin
|
||||||
JungHee Lee
|
JungHee Lee
|
||||||
hajertabbane
|
hajertabbane
|
||||||
Ziad OUALHADJ
|
Ziad OUALHADJ
|
||||||
Denis Shilin
|
Warder
|
||||||
|
GitSpoon
|
||||||
Robin Liu
|
Robin Liu
|
||||||
Renko
|
Renko
|
||||||
|
Denis Shilin
|
||||||
しいたけ
|
しいたけ
|
||||||
Alexander Ivanov
|
Alexander Ivanov
|
||||||
Miha Frangež
|
|
||||||
Viet Nguyen Hoang
|
Viet Nguyen Hoang
|
||||||
|
Miha Frangež
|
||||||
stavpup
|
stavpup
|
||||||
ehrt74
|
ehrt74
|
||||||
Warder
|
|
||||||
Virginie
|
Virginie
|
||||||
Tim Trek
|
Tim Trek
|
||||||
GitSpoon
|
|
||||||
Ricky Tigg
|
Ricky Tigg
|
||||||
Peter Dave Hello
|
Peter Dave Hello
|
||||||
Michael Gangolf
|
Michael Gangolf
|
||||||
@@ -81,6 +81,6 @@ Kim Seohyun
|
|||||||
Govind S Nair
|
Govind S Nair
|
||||||
Freddo espresso
|
Freddo espresso
|
||||||
Augustin LAVILLE
|
Augustin LAVILLE
|
||||||
|
Aliaksandr Trush
|
||||||
arshbeerSingh
|
arshbeerSingh
|
||||||
MisterCosta96
|
MisterCosta96
|
||||||
Aliaksandr Trush
|
|
||||||
|
|||||||
@@ -300,4 +300,5 @@
|
|||||||
<string name="unsupportedFile">File ini tidak didukung</string>
|
<string name="unsupportedFile">File ini tidak didukung</string>
|
||||||
<string name="generic_error_please_retry">Maaf, terjadi kesalahan, silakan coba lagi...</string>
|
<string name="generic_error_please_retry">Maaf, terjadi kesalahan, silakan coba lagi...</string>
|
||||||
<string name="sort_by_valid_from">Berlaku dari</string>
|
<string name="sort_by_valid_from">Berlaku dari</string>
|
||||||
|
<string name="width">Lebar</string>
|
||||||
</resources>
|
</resources>
|
||||||
|
|||||||
@@ -307,4 +307,6 @@
|
|||||||
<string name="addFromPkpass">Selectează un fișier de tip Passbook (.pkpass)</string>
|
<string name="addFromPkpass">Selectează un fișier de tip Passbook (.pkpass)</string>
|
||||||
<string name="unsupportedFile">Acest fișier nu este suportat</string>
|
<string name="unsupportedFile">Acest fișier nu este suportat</string>
|
||||||
<string name="generic_error_please_retry">Scuze, ceva nu a funționat. Încearcă din nou ...</string>
|
<string name="generic_error_please_retry">Scuze, ceva nu a funționat. Încearcă din nou ...</string>
|
||||||
|
<string name="width">Lățime</string>
|
||||||
|
<string name="setBarcodeWidth">Setează Lățimea Codului de Bare</string>
|
||||||
</resources>
|
</resources>
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
id("com.android.application") version "8.10.1" apply false
|
id("com.android.application") version "8.11.1" apply false
|
||||||
id("org.jetbrains.kotlin.android") version "2.1.21" apply false
|
id("org.jetbrains.kotlin.android") version "2.2.0" apply false
|
||||||
}
|
}
|
||||||
|
|
||||||
allprojects {
|
allprojects {
|
||||||
|
|||||||
@@ -10,4 +10,4 @@
|
|||||||
7. Upload `app/build/outputs/apk/gplay/release/app-gplay-release.apk` to Google Play Open Testing
|
7. Upload `app/build/outputs/apk/gplay/release/app-gplay-release.apk` to Google Play Open Testing
|
||||||
8. Push the version update commit: `git push`
|
8. Push the version update commit: `git push`
|
||||||
9. Create a new release on GitHub and attach the `app/build/outputs/apk/foss/release/app-foss-release.apk` and `SHA256SUMS` files
|
9. Create a new release on GitHub and attach the `app/build/outputs/apk/foss/release/app-foss-release.apk` and `SHA256SUMS` files
|
||||||
10. After the release has been approved on Google Play Production, update the metadata there: `bundle exec fastlane supply --version_code <VERSION_CODE>`
|
10. When pushing the release to Google Play Production, update the metadata there: `bundle exec fastlane supply --version_code <VERSION_CODE>`
|
||||||
|
|||||||
1
fastlane/metadata/android/ar/changelogs/149.txt
Normal file
1
fastlane/metadata/android/ar/changelogs/149.txt
Normal file
@@ -0,0 +1 @@
|
|||||||
|
- تحديثات التبعية و الترجمة
|
||||||
2
fastlane/metadata/android/ar/changelogs/27.txt
Normal file
2
fastlane/metadata/android/ar/changelogs/27.txt
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
- تقليل الحد الأدنى لإصدار مجموعة أدوات مطوري البرامج من 17 إلى 15. (طلب سحب رقم 226 (https://github.com/brarcher/loyalty-card-locker/pull/226))
|
||||||
|
- إزالة إستخدام مكتبة apache الموروثة, أستخدمت فقط في مرحلة أختبار الوحدة ولم تعد مطلوبة.(طلب سحب رقم 225 (https://github.com/brarcher/loyalty-card-locker/pull/225))
|
||||||
5
fastlane/metadata/android/ar/changelogs/28.txt
Normal file
5
fastlane/metadata/android/ar/changelogs/28.txt
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
- أُضيفت ترجمات
|
||||||
|
- اللغة البولندية (طلب سحب رقم 232 (https://github.com/brarcher/loyalty-card-locker/pull/232))
|
||||||
|
- اللغة الإسبانية (طلب سحب رقم 232 (https://github.com/brarcher/loyalty-card-locker/pull/232))
|
||||||
|
- اللغة السلوفاكية (طلب سحب رقم 232 (https://github.com/brarcher/loyalty-card-locker/pull/232))
|
||||||
|
- حدثت الترجمات (طلب سحب رقم 239 (https://github.com/brarcher/loyalty-card-locker/pull/239))
|
||||||
2
fastlane/metadata/android/ar/changelogs/29.txt
Normal file
2
fastlane/metadata/android/ar/changelogs/29.txt
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
- إصلاح الترجمة الإسبانية (طلب سحب رقم 224 (https://github.com/brarcher/loyalty-card-locker/pull/244))
|
||||||
|
- تحديث الترجمات (طلب سحب رقم 224 (https://github.com/brarcher/loyalty-card-locker/pull/244))
|
||||||
14
fastlane/metadata/android/ar/changelogs/3.txt
Normal file
14
fastlane/metadata/android/ar/changelogs/3.txt
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
- الآن رسمياً ندعم الباركودات التالية ذات أحادية الأبعاد و ثنائية الأبعاد:
|
||||||
|
- AZTEC
|
||||||
|
- CODABAR
|
||||||
|
- CODE_39
|
||||||
|
- CODE_128
|
||||||
|
- DATA_MATRIX
|
||||||
|
- EAN_8
|
||||||
|
- EAN_13
|
||||||
|
- ITF
|
||||||
|
- PDF_417
|
||||||
|
- QR_CODE
|
||||||
|
- UPC_A
|
||||||
|
|
||||||
|
- الباركودات المُوَلَّدة بواسطة البرنامج الآن تظهر بشكل أكبر من أجل تسهيل عملية المسح بإستخدام جهاز المسح (القارئ الضوئي)
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 22 KiB |
@@ -1 +1 @@
|
|||||||
Catima
|
كاتيما - محفظة بطاقة الولاء
|
||||||
|
|||||||
1
fastlane/metadata/android/cs-CZ/changelogs/149.txt
Normal file
1
fastlane/metadata/android/cs-CZ/changelogs/149.txt
Normal file
@@ -0,0 +1 @@
|
|||||||
|
- Aktualizace závislostí a překladů
|
||||||
1
fastlane/metadata/android/de-DE/changelogs/149.txt
Normal file
1
fastlane/metadata/android/de-DE/changelogs/149.txt
Normal file
@@ -0,0 +1 @@
|
|||||||
|
- Übersetzungs- und Abhängigkeitsaktualisierungen
|
||||||
1
fastlane/metadata/android/en-US/changelogs/150.txt
Normal file
1
fastlane/metadata/android/en-US/changelogs/150.txt
Normal file
@@ -0,0 +1 @@
|
|||||||
|
- Made it harder to accidentally close edit view
|
||||||
1
fastlane/metadata/android/fr-FR/changelogs/149.txt
Normal file
1
fastlane/metadata/android/fr-FR/changelogs/149.txt
Normal file
@@ -0,0 +1 @@
|
|||||||
|
- Mises à jour des dépendances et des traductions
|
||||||
1
fastlane/metadata/android/it-IT/changelogs/149.txt
Normal file
1
fastlane/metadata/android/it-IT/changelogs/149.txt
Normal file
@@ -0,0 +1 @@
|
|||||||
|
- Aggiornamento delle dipendenze e delle traduzioni
|
||||||
4
fastlane/metadata/android/pt-PT/changelogs/141.txt
Normal file
4
fastlane/metadata/android/pt-PT/changelogs/141.txt
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
- Alterar a coluna padrão em ecrãs largas para 4
|
||||||
|
- Permitir substituir a contagem de colunas para retrato e paisagem em configurações
|
||||||
|
- Manter o filtro de pesquisa do ecrã principal ao girar o ecrã ou abrir um cartão
|
||||||
|
- Limitar o comprimento máximo de exibição de nota no ecrã principal
|
||||||
4
fastlane/metadata/android/pt-PT/changelogs/148.txt
Normal file
4
fastlane/metadata/android/pt-PT/changelogs/148.txt
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
- Adicionar capacidade de escolher a largura de código de barras na visualização em ecrã cheio
|
||||||
|
- Remover a confusão da função importar da app
|
||||||
|
- Várias correções de digitalização
|
||||||
|
- Corrigir travar ao carregar um ficheiro de pkpass sem código de barras
|
||||||
1
fastlane/metadata/android/pt-PT/changelogs/149.txt
Normal file
1
fastlane/metadata/android/pt-PT/changelogs/149.txt
Normal file
@@ -0,0 +1 @@
|
|||||||
|
- Atualizações de dependências e traduções
|
||||||
4
fastlane/metadata/android/pt/changelogs/141.txt
Normal file
4
fastlane/metadata/android/pt/changelogs/141.txt
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
- Alterar a coluna padrão em ecrãs largas para 4
|
||||||
|
- Permitir substituir a contagem de colunas para retrato e paisagem em configurações
|
||||||
|
- Manter o filtro de pesquisa do ecrã principal ao girar o ecrã ou abrir um cartão
|
||||||
|
- Limitar o comprimento máximo de exibição de nota no ecrã principal
|
||||||
4
fastlane/metadata/android/pt/changelogs/148.txt
Normal file
4
fastlane/metadata/android/pt/changelogs/148.txt
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
- Adicionar capacidade de escolher a largura de código de barras na visualização em ecrã cheio
|
||||||
|
- Remover a confusão da função importar da app
|
||||||
|
- Várias correções de digitalização
|
||||||
|
- Corrigir travar ao carregar um ficheiro de pkpass sem código de barras
|
||||||
1
fastlane/metadata/android/pt/changelogs/149.txt
Normal file
1
fastlane/metadata/android/pt/changelogs/149.txt
Normal file
@@ -0,0 +1 @@
|
|||||||
|
- Atualizações de dependências e traduções
|
||||||
1
fastlane/metadata/android/ru-RU/changelogs/149.txt
Normal file
1
fastlane/metadata/android/ru-RU/changelogs/149.txt
Normal file
@@ -0,0 +1 @@
|
|||||||
|
- Обновления зависимостей и переводов
|
||||||
1
fastlane/metadata/android/sk/changelogs/149.txt
Normal file
1
fastlane/metadata/android/sk/changelogs/149.txt
Normal file
@@ -0,0 +1 @@
|
|||||||
|
- Aktualizácie závislostí a prekladov
|
||||||
1
fastlane/metadata/android/uk/changelogs/149.txt
Normal file
1
fastlane/metadata/android/uk/changelogs/149.txt
Normal file
@@ -0,0 +1 @@
|
|||||||
|
- Оновлення залежностей та перекладів
|
||||||
1
fastlane/metadata/android/zh-CN/changelogs/149.txt
Normal file
1
fastlane/metadata/android/zh-CN/changelogs/149.txt
Normal file
@@ -0,0 +1 @@
|
|||||||
|
- 更新依赖项和翻译
|
||||||
Reference in New Issue
Block a user