chinwag-android/app/src/main/java/com/keylesspalace/tusky
QuirkyPony 17fb93626c
adapt file size error messages to show real instance upload limit (#2630)
* remove megabyte counts from file size error messages

The file size limits depend on the server; change strings to reflect that.

* show real file size limits instead of assuming Mastodon defaults

* correct previous commit

* correct previous commit (again)

* remove megabyte counts from file size error messages

The file size limits depend on the server; change strings to reflect that.

* Translated using Weblate (Galician)

Currently translated at 100.0% (489 of 489 strings)

Co-authored-by: XoseM <xosem@disroot.org>
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/gl/
Translation: Tusky/Tusky

* Translated using Weblate (Finnish)

Currently translated at 5.5% (1 of 18 strings)

Translation: Tusky/Tusky description
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky-app/fi/

* correct previous commit

correct previous commit (again)

fixed type error caused by previous commits

* fix lint error...

* Update strings.xml

* improve code, calculate correct max size and format it

Co-authored-by: Laura <the-ceo-of-antifa@protonmail.com>
Co-authored-by: XoseM <xosem@disroot.org>
Co-authored-by: Konrad Pozniak <k.pozniak@gmx.at>
2022-08-05 18:55:13 +02:00
..
adapter update minSdkVersion to 23 (#2638) 2022-08-04 16:48:26 +02:00
appstore improve logout (#2579) 2022-06-20 16:45:54 +02:00
components adapt file size error messages to show real instance upload limit (#2630) 2022-08-05 18:55:13 +02:00
db 2616: Save Scheduled Time for Drafts. (#2624) 2022-07-27 21:06:51 +02:00
di 2616: Save Scheduled Time for Drafts. (#2624) 2022-07-27 21:06:51 +02:00
entity Handle even more instance defaults (#2612) 2022-07-26 20:24:50 +02:00
fragment update minSdkVersion to 23 (#2638) 2022-08-04 16:48:26 +02:00
interfaces fix SearchActivity transition animations (#2464) 2022-04-28 20:37:46 +02:00
json use moshis Rfc3339DateJsonAdapter for json date parsing (#2584) 2022-06-16 18:51:35 +02:00
network add test for InstanceSwitchAuthInterceptor and convert it to Kotlin (#2596) 2022-06-30 21:25:44 +02:00
pager move AccountActivity and related classes to a new package (#2216) 2022-01-11 19:55:17 +01:00
receiver update minSdkVersion to 23 (#2638) 2022-08-04 16:48:26 +02:00
service update minSdkVersion to 23 (#2638) 2022-08-04 16:48:26 +02:00
settings Fix unintended [mismatched] show-replies preference (with key force-reset) (#2568) 2022-05-29 19:21:33 +02:00
usecase improve logout (#2579) 2022-06-20 16:45:54 +02:00
util update minSdkVersion to 23 (#2638) 2022-08-04 16:48:26 +02:00
view Use tags from status when adding handlers to hashtag spans in status content (#2344) 2022-02-25 18:56:21 +01:00
viewdata Fix hiding/showing preview cards for sensitive statuses (#2600) 2022-06-24 21:47:49 +02:00
viewmodel Handle even more instance defaults (#2612) 2022-07-26 20:24:50 +02:00
AboutActivity.kt add ktlint plugin to project and apply default code style (#2209) 2021-06-28 21:13:24 +02:00
AccountListActivity.kt add ktlint plugin to project and apply default code style (#2209) 2021-06-28 21:13:24 +02:00
AccountsInListFragment.kt migrate Lists from RxJava to Kotlin coroutines (#2537) 2022-05-18 18:45:35 +02:00
BaseActivity.java Implement Login via WebView (#2371) 2022-03-08 21:22:19 +01:00
BottomSheetActivity.kt Use tags from status when adding handlers to hashtag spans in status content (#2344) 2022-02-25 18:56:21 +01:00
EditProfileActivity.kt Handle even more instance defaults (#2612) 2022-07-26 20:24:50 +02:00
FiltersActivity.kt add ktlint plugin to project and apply default code style (#2209) 2021-06-28 21:13:24 +02:00
LicenseActivity.kt add ktlint plugin to project and apply default code style (#2209) 2021-06-28 21:13:24 +02:00
ListsActivity.kt migrate Lists from RxJava to Kotlin coroutines (#2537) 2022-05-18 18:45:35 +02:00
MainActivity.kt update minSdkVersion to 23 (#2638) 2022-08-04 16:48:26 +02:00
SplashActivity.kt remove legacy notification channel cleanup (#2550) 2022-05-25 20:54:25 +02:00
StatusListActivity.kt show list title when viewing list timeline (#2503) 2022-05-17 19:55:26 +02:00
TabData.kt Timeline paging (#2238) 2022-01-11 19:00:29 +01:00
TabPreferenceActivity.kt replace kotlin-result-calladapter with networkresult-calladapter (#2569) 2022-05-30 20:03:40 +02:00
TuskyApplication.kt New emoji picker (#2395) 2022-04-26 18:50:58 +02:00
ViewMediaActivity.kt upgrade ktlint gradle plugin to 10.2.1 (#2435) 2022-04-16 09:45:45 +02:00
ViewThreadActivity.java Use tags from status when adding handlers to hashtag spans in status content (#2344) 2022-02-25 18:56:21 +01:00