58 Commits

Author SHA1 Message Date
Diego Beraldin
caedb98436
enhancement: alternate Markdown rendering visibility in debug builds (#1106) 2024-07-10 14:24:58 +02:00
Christopher
136cefaf2a
feat: add search text highlighting (#1043) 2024-06-26 20:40:01 +02:00
Diego Beraldin
822f0e1ab8
chore: add xml files to avoid sync issues with Weblate (#1018) 2024-06-22 13:09:14 +02:00
Diego Beraldin
aa3b9fd1c5
fix: Swedish language code (#1017) 2024-06-22 09:42:00 +02:00
Christopher
ead7100948
enhancement: simplify network availability checks (#1013) 2024-06-22 08:06:14 +02:00
Diego Beraldin
4db3ff9317
fix: share image as file (#1001) 2024-06-18 01:17:37 +02:00
Diego Beraldin
73800d3512
chore: add zh_TW and zh_HK localizations (#973) 2024-06-12 22:21:23 +02:00
Diego Beraldin
5391828bb1
feat: add new app icon, update notification icon and splash screen (#945) 2024-06-08 06:47:41 +02:00
Diego Beraldin
6c81212aa2
refactoring: migrate l10n from XML to pure Kotlin (#936) 2024-06-06 08:14:36 +02:00
Diego Beraldin
a6672c76f2
enhancement: write crash report in append mode (#935) 2024-06-05 21:53:35 +02:00
Diego Beraldin
b3fbd77ebc
chore: :feature:profile viewmodel tests (#924) 2024-06-03 22:21:39 +02:00
Diego Beraldin
012146db44
fix: flaky tests due to concurrency issues (#918) 2024-06-03 09:52:38 +02:00
Diego Beraldin
2b7a885904
fix: IME padding (#910) 2024-05-30 23:54:23 +02:00
Diego Beraldin
62c378a005
chore: improve iOS compatibility (#899) 2024-05-28 13:37:12 +02:00
Diego Beraldin
c85de822da
chore: update to Kotlin 2.0.0 and Compose Multiplatform 1.6.10 (#892) 2024-05-27 07:26:30 +02:00
Diego Beraldin
8b4514b5e2
fix: iOS compatibility (#861) 2024-05-17 23:33:30 +02:00
Diego Beraldin
b22e9033cb
fix: revert open custom tabs without history (#860) 2024-05-17 13:13:29 +02:00
Diego Beraldin
9201eb3305
feat: custom tabs without history (#857) 2024-05-16 22:06:21 +02:00
Diego Beraldin
8c167c8975
fix: pull to refresh indicator in filtered contents (#856) 2024-05-16 19:11:24 +02:00
Diego Beraldin
0703b1573f
chore: add ktlint (#854) 2024-05-15 23:49:48 +02:00
Diego Beraldin
c860280e35
chore: configure workflow (#850) 2024-05-15 18:06:29 +02:00
Diego Beraldin
d11ba757af
chore: update unit tests and documentation (#849) 2024-05-14 19:52:45 +02:00
Diego Beraldin
7248de98df
enhancement: select scale mode in image detail (#811) 2024-05-09 22:49:02 +02:00
Diego Beraldin
707f6f8a32
feat: support embedded web view in posts (#799) 2024-05-07 00:41:55 +02:00
Diego Beraldin
5d804f3da4
fix: custom tab option label (#752) 2024-05-01 15:16:00 +02:00
Diego Beraldin
2c0a7dddb5
feat: support opening URLs in custom tabs (#739) 2024-04-29 07:38:14 +02:00
Diego Beraldin
d31287fa10
fix: link hashtags (#720) 2024-04-24 20:27:22 +02:00
Diego Beraldin
9e30f8bda0
feat: settings import/export (#719) 2024-04-23 22:36:18 +02:00
Diego Beraldin
a3184f93e2
feat: alternate icon (#667) 2024-04-10 19:49:47 +02:00
Diego Beraldin
5e39a7a9a6
chore: remove integer IDs (#658) 2024-04-07 08:27:15 +02:00
Diego Beraldin
709307c24b
chore: apply detekt to other core modules (#647) 2024-03-30 21:36:42 +01:00
Diego Beraldin
302043e73a
chore: add detekt (#643) 2024-03-30 09:11:40 +01:00
Diego Beraldin
4127cfa1a6
feat: share image by file (#629)
closes #628
2024-03-25 13:07:00 +01:00
Diego Beraldin
9f9005a0d6
chore: add test for DefaultZombieModeHelper (#617) 2024-03-20 13:32:06 +01:00
Diego Beraldin
177442bb20 chore: add test for DefaultLruCache 2024-03-18 23:21:19 +01:00
Diego Beraldin
55953759d3
chore: add sr l10n (#604) 2024-03-15 12:56:31 +01:00
Diego Beraldin
9f04030a3e
feat: community-specific download directory (#581) 2024-03-07 23:43:56 +01:00
Diego Beraldin
0cbec1899f
feat: save drafts for posts and comments (#547) 2024-02-24 17:21:51 +01:00
Diego Beraldin
e9bac4841c
enhancement: better handle token expiration if not connected (#545) 2024-02-22 20:46:46 +01:00
Diego Beraldin
d72531c438
fix: language selection (#532) 2024-02-16 23:40:16 +01:00
Diego Beraldin
9faa6136fa
refactor: migration to lyricist; remove moko-resources (#525)
closes #524
2024-02-13 22:37:13 +01:00
Diego Beraldin
7bf38bf8cb
chore: remove Crashlytics again! (#522) 2024-02-11 11:00:54 +01:00
Diego Beraldin
81bafe9889
fix: edit posts and comments (#508)
* fix edit post

* fix edit comments
2024-02-05 19:58:08 +01:00
Diego Beraldin
01493e5486
fix: add missing font size; update Gradle; fix l10n (#506)
* add missing font weight for titles

* update to Gradle 8.6

closes #505
2024-02-05 17:52:22 +01:00
Diego Beraldin
83e936478b
feat: add autofill to login; prevent snackbar from being hidden by keyboard (#490) 2024-01-26 18:44:20 +01:00
Diego Beraldin
0cd0898c99
fix: some UI fixes; new l10n (#477)
* chore: add tok l10n

* clearer bar theme message

* fix broken link

* fix: remove duplicate setting item
2024-01-23 20:05:40 +01:00
Diego Beraldin
9b22c295d4
chore: add possibility to chose pt-BR l10n (#420) 2024-01-04 08:07:53 +01:00
Diego Beraldin
45791be89b
fix: formatting bar actions (#418) 2024-01-03 18:56:06 +01:00
Diego Beraldin
3caaac0b9d
refactor: modifiers (#414)
* refactor: remove Modifier.let calls

* refactor: remove composed modifier factory
2024-01-03 09:23:46 +01:00
Diego Beraldin
7381e6d30f
refactor: build warnings (#412)
* chore: remove empty modules

* chore: remove expect objects
2024-01-02 10:48:55 +01:00