mirror of
https://github.com/CatimaLoyalty/Android.git
synced 2025-12-31 19:17:54 -05:00
Compare commits
18 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f777491dcd | ||
|
|
81445a21ff | ||
|
|
ff410542fb | ||
|
|
343e10f433 | ||
|
|
8023372a03 | ||
|
|
cd999f2346 | ||
|
|
4272d48fbf | ||
|
|
ae40737b75 | ||
|
|
4fe55be866 | ||
|
|
c5c4cf615f | ||
|
|
44e542ed5a | ||
|
|
bc2be8d33c | ||
|
|
73ed0edab7 | ||
|
|
a34a091cdb | ||
|
|
4f3d162d7a | ||
|
|
99605d7d18 | ||
|
|
fa152510a6 | ||
|
|
ddc868894e |
@@ -1,5 +1,9 @@
|
||||
# Changelog
|
||||
|
||||
## v2.39.1 - 154 (2025-10-01)
|
||||
|
||||
- Fix possible crash that could occur for cards missing colour information in the database
|
||||
|
||||
## v2.39.0 - 153 (2025-09-30)
|
||||
|
||||
- Target Android 16
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
**Last updated**
|
||||
August 30 2023
|
||||
September 30 2025
|
||||
|
||||
# Privacy Policy
|
||||
Catima does not collect or transmit any personal information.
|
||||
@@ -11,6 +11,12 @@ To ensure correct app functionality, we require access to the following:
|
||||
|
||||
Catima offers a feature to share cards with other users. All the relevant data is in the generated shareable URLs and never transmitted to our servers. When viewed through catima.app, the data in the URL is rendered using client-side Javascript to further ensure no data is ever transmitted to us.
|
||||
|
||||
## Crash reporting privacy
|
||||
|
||||
In the FOSS version of Catima (the version used on IzzyOnDroid, F-Droid and GitHub), the open source crash reporter ACRA is used for crash reporting. When a crash is detected, Catima will ask the user if they are willing to report the crash. If they choose to do so, the user's mail client is opened so they can review the data that would be sent. Crash reporting data is only sent when the user explicitly chooses to do so, it is **never** sent automatically. Crash reporting data is only used to solve crashes and no (potentially) sensitive information is ever shared. Users who do not want to be asked to report crashes can disable the "Ask to send crash reports" setting in Catima settings.
|
||||
|
||||
For the Google Play version of Catima, crash reporting is [managed by Google](https://support.google.com/googleplay/android-developer/answer/9859174?hl=en). Users can opt in or out of crash reporting through the Google app under the "Usage and diagnostics" setting.
|
||||
|
||||
# Changes
|
||||
This Privacy Policy may be updated from time to time for any reason. We will notify you of any changes to our Privacy Policy by posting the new Privacy Policy to https://catima.app/privacy-policy/. A snapshot of the Privacy Policy is available within the Catima app, though it may be outdated. When the Privacy Policy on the website and in the app differ, the website should be considered leading. You are advised to consult the Privacy Policy regularly for any changes, as continued use is deemed approval of all changes.
|
||||
|
||||
|
||||
@@ -17,8 +17,8 @@ android {
|
||||
applicationId = "me.hackerchick.catima"
|
||||
minSdk = 21
|
||||
targetSdk = 36
|
||||
versionCode = 153
|
||||
versionName = "2.39.0"
|
||||
versionCode = 154
|
||||
versionName = "2.39.1"
|
||||
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
multiDexEnabled = true
|
||||
|
||||
@@ -22,11 +22,6 @@ import androidx.core.graphics.PaintCompat;
|
||||
* is shown instead.
|
||||
*/
|
||||
class LetterBitmap {
|
||||
|
||||
/**
|
||||
* The number of available tile colors
|
||||
*/
|
||||
private static final int NUM_OF_TILE_COLORS = 8;
|
||||
/**
|
||||
* The letter bitmap
|
||||
*/
|
||||
@@ -121,7 +116,7 @@ class LetterBitmap {
|
||||
private static int pickColor(String key, TypedArray colors) {
|
||||
// String.hashCode() is not supposed to change across java versions, so
|
||||
// this should guarantee the same key always maps to the same color
|
||||
final int color = Math.abs(key.hashCode()) % NUM_OF_TILE_COLORS;
|
||||
final int color = Math.abs(key.hashCode()) % colors.length();
|
||||
return colors.getColor(color, Color.BLACK);
|
||||
}
|
||||
|
||||
|
||||
@@ -299,4 +299,9 @@
|
||||
<string name="card_list_widget_empty">Catima\'ya sadakat kartları eklediğinizde, burada gözükecekler. Eğer kartlarınız varsa, arşivlemediğinizden emin olun.</string>
|
||||
<string name="cardWithNumber">Kart <xliff:g>%d</xliff:g></string>
|
||||
<string name="cardWithNumberAndLocale">Kart <xliff:g>%d</xliff:g> (<xliff:g>%s</xliff:g>)</string>
|
||||
<string name="pleaseDoNotRotateTheDevice">Lütfen cihazı döndürme, bu işlemi iptal edecektir</string>
|
||||
<string name="acra_catima_has_crashed">Üzgünüz, fakat <xliff:g id="app_name">%s</xliff:g> çöktü. Lütfen bunu çözmemize yardım etmek için bize bir hata raporu gönderin.</string>
|
||||
<string name="acra_explain_crash">Mümkünse lütfen ne yaptığınızla ilgili daha fazla detay ekleyin:</string>
|
||||
<string name="acra_crash_email_subject"><xliff:g id="app_name">%s</xliff:g> çökme raporu</string>
|
||||
<string name="pref_enable_acra_summary">Etkinleştirildiğinde, bir çökmeyi şikayet etmeniz istenecektir. Çökme raporları hiç bir zaman otomatik olarak gönderilmez.</string>
|
||||
</resources>
|
||||
|
||||
1
fastlane/metadata/android/de-DE/changelogs/154.txt
Normal file
1
fastlane/metadata/android/de-DE/changelogs/154.txt
Normal file
@@ -0,0 +1 @@
|
||||
- Möglichen Absturz behoben, der auftreten konnte, wenn in der Datenbank Farbinformationen für Karten fehlten
|
||||
1
fastlane/metadata/android/en-US/changelogs/154.txt
Normal file
1
fastlane/metadata/android/en-US/changelogs/154.txt
Normal file
@@ -0,0 +1 @@
|
||||
- Fix possible crash that could occur for cards missing colour information in the database
|
||||
1
fastlane/metadata/android/fr-FR/changelogs/154.txt
Normal file
1
fastlane/metadata/android/fr-FR/changelogs/154.txt
Normal file
@@ -0,0 +1 @@
|
||||
- Correction d'un risque de plantage qui pouvait survenir pour des cartes dont l'information de couleur était manquante en base de données
|
||||
1
fastlane/metadata/android/lv/changelogs/154.txt
Normal file
1
fastlane/metadata/android/lv/changelogs/154.txt
Normal file
@@ -0,0 +1 @@
|
||||
- Novērsta iespējama avārija, kas varēja atgadīties ar kartēm, kurām datubāzē nav informācija par krāsām
|
||||
1
fastlane/metadata/android/ru-RU/changelogs/154.txt
Normal file
1
fastlane/metadata/android/ru-RU/changelogs/154.txt
Normal file
@@ -0,0 +1 @@
|
||||
- Исправлена потенциальная ошибка, возникавшая при отсутствии информации о цвете карт в базе данных
|
||||
1
fastlane/metadata/android/uk/changelogs/154.txt
Normal file
1
fastlane/metadata/android/uk/changelogs/154.txt
Normal file
@@ -0,0 +1 @@
|
||||
- Виправлено можливий збій, який міг виникнути через картки, яким бракує інформації про колір у базі даних
|
||||
1
fastlane/metadata/android/zh-CN/changelogs/154.txt
Normal file
1
fastlane/metadata/android/zh-CN/changelogs/154.txt
Normal file
@@ -0,0 +1 @@
|
||||
- 修复由于数据库中缺少颜色信息的卡片而可能出现的崩溃
|
||||
Reference in New Issue
Block a user