940 Commits

Author SHA1 Message Date
Craftplacer
cf94ec5506 Extract URL from instance field 2022-09-07 12:02:00 +02:00
Craftplacer
2528434dee Update .metadata 2022-09-06 10:10:51 +02:00
Craftplacer
1b74afea0e Merge branch 'master' of https://github.com/Kaiteki-Fedi/Kaiteki 2022-09-06 10:01:43 +02:00
Craftplacer
80685658a0 Add .dev package suffix for debug builds 2022-09-06 10:01:11 +02:00
Craftplacer
c006acd332 Android migrations 2022-09-06 10:00:53 +02:00
Craftplacer
948d50d91d Make directory correspond to package name 2022-09-06 09:59:00 +02:00
Craftplacer
8e274e0800 Merge pull request #185 from ThatOneCalculator/fix_android
fix: 💚 Android CI
2022-09-04 02:09:32 +02:00
ThatOneCalculator
3f2e666716 fix: 💚 Android CI fix 2022-09-03 16:26:37 -07:00
Craftplacer
2f7eeed16c Remove hardcoded tooltip in ToggleSubjectButton 2022-09-03 23:16:22 +02:00
Craftplacer
a41c38ee28 Use IconButton.isSelected
Removes `ToggleIconButton`
2022-09-03 23:11:56 +02:00
Craftplacer
babd94fcb5 Migrate to the new icon property of AlertDialog 2022-09-03 16:04:01 +02:00
Craftplacer
bdff71c924 Resolve deprecations for ButtonStyle 2022-09-03 14:59:40 +02:00
Craftplacer
fd1e26c98f Update ci.yml 2022-09-03 14:50:41 +02:00
Craftplacer
9806c20bff Update ci.yml 2022-09-03 14:45:26 +02:00
Craftplacer
0dd94c49a2 Add submodule to translations repository 2022-09-03 14:28:57 +02:00
Craftplacer
6e8f42e9d0 Remove local translations 2022-09-03 14:28:39 +02:00
Craftplacer
324077e471 Add consts to CreditsScreen 2022-08-31 23:16:50 +02:00
Craftplacer
a544e52d5c Delete application_widget.dart 2022-08-31 23:16:38 +02:00
Craftplacer
5c1c3f5c3f Set main axis size to min for ErrorLandingWidget 2022-08-31 23:16:33 +02:00
Craftplacer
2ba9f218bf Use tabs for timeline switching 2022-08-31 22:55:07 +02:00
Craftplacer
411b26e5b5 Add end of timeline indicator 2022-08-29 11:08:15 +02:00
Craftplacer
6c3b8746f3 Update credits 2022-08-29 11:08:00 +02:00
Craftplacer
9d631a6a75 Add pin indicator for Mastodon/Pleroma 2022-08-28 23:14:33 +02:00
Craftplacer
011247d22a Minor adjustments 2022-08-28 23:02:59 +02:00
Craftplacer
8255a63184 Add paged fetching to user timeline 2022-08-28 23:02:40 +02:00
Craftplacer
7cc4609580 Add/update splash screen 2022-08-28 18:53:58 +02:00
Craftplacer
157a5ef5bf Update settings_screen.dart 2022-08-28 18:47:15 +02:00
Craftplacer
8c9b9908ce Merge branch 'master' of https://github.com/Kaiteki-Fedi/Kaiteki 2022-08-27 22:11:54 +02:00
Craftplacer
b6e9a55522 Refresh timeline on account/adapter change 2022-08-27 22:11:49 +02:00
Craftplacer
4010152688 Add locale settings 2022-08-27 22:11:35 +02:00
Craftplacer
0139e44505 Simplify SettingsScreen 2022-08-27 22:10:48 +02:00
Craftplacer
66d156e128 Use .overrideWithProvider 2022-08-27 22:00:20 +02:00
Craftplacer
af7787c70b Create CODEOWNERS 2022-08-27 13:42:56 +00:00
Craftplacer
0c4a12d627 Localization changes 2022-08-26 10:31:35 +02:00
Craftplacer
cec6a97c85 Merge branch 'master' of https://github.com/Kaiteki-Fedi/Kaiteki 2022-08-26 09:57:30 +02:00
Craftplacer
b903413677 Update enum.dart 2022-08-26 09:57:28 +02:00
Craftplacer
5ac5b3e38d Add refresh indicator (pull-to-refresh) 2022-08-26 09:57:20 +02:00
Craftplacer
0df07faa25 Move ComposeScreen 2022-08-26 09:57:00 +02:00
Craftplacer
a79a08e234 Move async widgets into subfolder 2022-08-26 09:55:54 +02:00
Craftplacer
07f47cce2e Remove old preferences code 2022-08-26 09:53:08 +02:00
Craftplacer
e5a3569494 Merge pull request #183 from veselcraft/patch-1
Fix Russian localization a little bit
2022-08-25 13:06:03 +02:00
Vladimir Barinov
76b1985e34 Fix Russian localization a little bit
There is no point of Cyrillization of such words as "Kaiteki" or "Fediverse". If this user use this app, then he should know about Fediverse etc. There is also one word that needed to be Cyrillized, bc there is simpler word "ссылка" (literally "link") and it's more familiar than "URL". Also fixed some linguistic errors, hard pronunciations and repeats.

Just in case, "ссылка" word is not so used often in every-day sentences and it's not the same as in English. For example:
Файлы **связаны** между собой -> Files are **linked** to each other
Скинь мне **ссылку** на ютуб -> Drop me **link [URL]** to YouTube
Ленина приговорили к **ссылке** в сибирь -> Lenin sentenced to **exile** to Siberia
2022-08-25 14:03:22 +03:00
Craftplacer
48d299b584 Bump compileSdkVersion as required by plugin 2022-08-25 11:50:38 +02:00
Craftplacer
2018bdf155 Make post text selectable 2022-08-25 11:46:09 +02:00
Craftplacer
6d89cbb82c Remove launch check
It seems to be broken all the way
2022-08-25 11:46:01 +02:00
Craftplacer
ab7a4d284a Fix keyboard overlap on dynamic dialogs 2022-08-25 11:45:35 +02:00
Craftplacer
6448611043 Don't show Drawer under status bar 2022-08-25 11:45:11 +02:00
Craftplacer
b767f5288f Extract drawer from MainScreen 2022-08-25 11:13:06 +02:00
Craftplacer
d4672decb4 Localization updates 2022-08-25 10:49:47 +02:00
Craftplacer
778841fbcd Remove filtering settings 2022-08-25 10:49:13 +02:00