Skip to content

Commit

Permalink
Releasing 2.6.15
Browse files Browse the repository at this point in the history
  • Loading branch information
spacecowboy committed Jan 23, 2024
1 parent 3f9d050 commit 12846ac
Show file tree
Hide file tree
Showing 4 changed files with 66 additions and 3 deletions.
46 changes: 46 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,49 @@
# 2.6.15
Agnieszka C (1):
* [d8d3b6e0] Updated Polish translation using Weblate

ERYpTION (1):
* [9409eb87] Updated Danish translation using Weblate

Jonas Kalderstam (5):
* [a2465ad4] Added Galician language component
* [d31d028d] Removed decorative icons from TalkBack
* [475abdc5] Added invisible close menu buttons for TalkBack to all
dropdown menus
* [d5a7234e] Added LeakCanary to debug builds
* [3f9d0507] Testing not deleting galician language

Matth78 (1):
* [06d96170] Updated French translation using Weblate

Oğuz Ersen (1):
* [5c039435] Updated Turkish translation using Weblate

bittin1ddc447d824349b2 (1):
* [b56cbf6e] Updated Swedish translation using Weblate

gallegonovato (1):
* [232d5099] Updated Spanish translation using Weblate

josé m (1):
* [b0aa7a9c] Updated Galician translation using Weblate

v1s7 (2):
* [39187233] Updated Russian translation using Weblate
* [8563c182] Updated Russian translation using Weblate

zmni (1):
* [aa27c768] Updated Indonesian translation using Weblate

Ács Zoltán (1):
* [286d2ac0] Updated Hungarian translation using Weblate

Сергій (1):
* [1362067e] Updated Ukrainian translation using Weblate

大王叫我来巡山 (1):
* [2fa7266b] Updated Chinese (Simplified) translation using Weblate

# 2.6.14
Jonas Kalderstam (1):
* [ff495c38] Fixed mark as read on scroll also marking items when opening
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {

defaultConfig {
applicationId = "com.nononsenseapps.feeder"
versionCode = 299
versionName = "2.6.14"
versionCode = 300
versionName = "2.6.15"
minSdk = 23
targetSdk = 33

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/xml/locales_config.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<locale-config xmlns:android="http://schemas.android.com/apk/res/android">
<locale android:name="ar"/> <locale android:name="bg"/> <locale android:name="bs-rBA"/> <locale android:name="ca-rES"/> <locale android:name="cs-rCZ"/> <locale android:name="da"/> <locale android:name="de"/> <locale android:name="el"/> <locale android:name="en"/> <locale android:name="es"/> <locale android:name="fa"/> <locale android:name="fi"/> <locale android:name="fr"/> <locale android:name="hu"/> <locale android:name="in"/> <locale android:name="it"/> <locale android:name="ja"/> <locale android:name="ku"/> <locale android:name="lt"/> <locale android:name="ml"/> <locale android:name="nb-rNO"/> <locale android:name="nl"/> <locale android:name="pl"/> <locale android:name="pt-rBR"/> <locale android:name="pt-rPT"/> <locale android:name="ro"/> <locale android:name="ru"/> <locale android:name="sr"/> <locale android:name="sv"/> <locale android:name="ta"/> <locale android:name="th"/> <locale android:name="tr"/> <locale android:name="uk"/> <locale android:name="vi"/> <locale android:name="zh-rCN"/> <locale android:name="zh-rTW"/>
<locale android:name="ar"/> <locale android:name="bg"/> <locale android:name="bs-rBA"/> <locale android:name="ca-rES"/> <locale android:name="cs-rCZ"/> <locale android:name="da"/> <locale android:name="de"/> <locale android:name="el"/> <locale android:name="en"/> <locale android:name="es"/> <locale android:name="fa"/> <locale android:name="fi"/> <locale android:name="fr"/> <locale android:name="gl"/> <locale android:name="hu"/> <locale android:name="in"/> <locale android:name="it"/> <locale android:name="ja"/> <locale android:name="ku"/> <locale android:name="lt"/> <locale android:name="ml"/> <locale android:name="nb-rNO"/> <locale android:name="nl"/> <locale android:name="pl"/> <locale android:name="pt-rBR"/> <locale android:name="pt-rPT"/> <locale android:name="ro"/> <locale android:name="ru"/> <locale android:name="sr"/> <locale android:name="sv"/> <locale android:name="ta"/> <locale android:name="th"/> <locale android:name="tr"/> <locale android:name="uk"/> <locale android:name="vi"/> <locale android:name="zh-rCN"/> <locale android:name="zh-rTW"/>
</locale-config>
17 changes: 17 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/300.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# 2.6.15
Agnieszka C (1):
* [d8d3b6e0] Updated Polish translation using Weblate

ERYpTION (1):
* [9409eb87] Updated Danish translation using Weblate

Jonas Kalderstam (5):
* [a2465ad4] Added Galician language component
* [d31d028d] Removed decorative icons from TalkBack
* [475abdc5] Added invisible close menu buttons for TalkBack to all
dropdown menus
* [d5a7234e] Added LeakCanary to debug builds
* [3f9d0507] Testing not deleting galician language

Matth78 (1):
* [06d961

0 comments on commit 12846ac

Please sign in to comment.