Commit Graph

  • d8e8f33968
    remove unnecessary long whitespace Conny Duck 2024-05-09 08:56:22 +0200
  • cdb8c327b1
    fix crash in AccountListFragment Conny Duck 2024-05-09 08:50:03 +0200
  • fba9191b38
    don't load custom emojis in their full size #4429 Conny Duck 2024-05-08 21:45:59 +0200
  • ff234f0fa4
    Update plugin ktlint to v12.1.1 #4428 renovate[bot] 2024-05-07 15:47:57 +0000
  • 440fe755b2 add back the JVM Toolchain, with a fix to allow Hilt to run the toolchain version #4423 Christophe Beyls 2024-05-07 15:45:08 +0200
  • 1948d55b61
    make Status.filtered nullable to make some weird api implementations work again Conny Duck 2024-05-06 19:00:42 +0200
  • 81a41d3cb8 improve documentation of the viewModelProviderFactory field in BaseActivity Christophe Beyls 2024-05-05 18:05:14 +0200
  • b8e6fd7ef6 optionally inject MainActivity so it can pass tests Christophe Beyls 2024-05-05 17:24:22 +0200
  • 96c719a17b add missing unchecked cast annotations Christophe Beyls 2024-05-05 17:18:54 +0200
  • 55a451558a add missing opt-in annotation in ReportViewModel Christophe Beyls 2024-05-05 17:16:11 +0200
  • 22fbec84f1 replace deprecated call in MainActivityTest Christophe Beyls 2024-05-05 17:03:51 +0200
  • bc47e72248 Merge branch 'develop' into refactor/dagger_hilt Christophe Beyls 2024-05-05 16:59:11 +0200
  • c60840e702 migrate all entry points and ViewModels to Hilt and disable kapt and Java toolchain. Christophe Beyls 2024-05-05 16:55:40 +0200
  • 133932b7d0
    add default value to Translation.mediaAttachments to fix translation on some servers #4422 Conny Duck 2024-05-05 12:35:14 +0200
  • 05c7e7b806
    Fix various lint warnings (#4409) Christophe Beyls 2024-05-05 08:34:41 +0200
  • 7dc71a5888
    Translations update from Weblate (#4410) Konrad Pozniak 2024-05-05 08:33:52 +0200
  • 1eca92a349
    Merge branch 'main' into develop Conny Duck 2024-05-04 20:55:39 +0200
  • 7e9e729331
    Release 120 v25.1 Conny Duck 2024-05-04 20:20:36 +0200
  • c10f82ffa6
    [v25.1] fix crash when glide fails to load avatar in ShareShortcutHelper (#4417) Konrad Pozniak 2024-05-04 18:36:39 +0200
  • 056aaa7e0e
    [v25.1] fix crash when exceeding max shortcut number (#4415) Konrad Pozniak 2024-05-04 18:36:26 +0200
  • b7d2f37a67
    fix crash when glide fails to load avatar in ShareShortcutHelper #4417 Conny Duck 2024-05-04 16:19:11 +0200
  • 22cf50c40d
    fix crash when exceeding max shortcut number #4415 Conny Duck 2024-05-04 10:31:52 +0200
  • a21041377d enable back menu in NotificationsFragment #4419 Christophe Beyls 2024-05-04 00:25:13 +0200
  • 4b7af31655 keep the Splash screen shown until the redirection to LoginActivity completes Christophe Beyls 2024-05-03 23:36:59 +0200
  • 4536db4be0 use LoginActivity.getIntent() to build the intent and remove the slide-in animation which will never be visible if the activity is finished in onCreate(). Christophe Beyls 2024-05-03 22:55:28 +0200
  • 4583c38f32 remove SplashActivity and properly configure androidx splashscreen in MainActivity. The final theme is set manually in BaseActivity.onCreate() so no need to specify it in SplashTheme. Christophe Beyls 2024-05-03 22:41:16 +0200
  • 65995e4492 Translated using Weblate (Vietnamese) #4410 Hồ Nhất Duy 2024-05-03 16:26:53 +0000
  • a1367037ba Translated using Weblate (Italian) Manuel 2024-05-03 16:26:53 +0000
  • 450fe72983 Translated using Weblate (Latvian) Anonymous 2024-05-03 16:26:52 +0000
  • ad1afdd241
    Refactor permissions requests to use ActivityResultContract (#4391) Christophe Beyls 2024-05-03 21:42:35 +0200
  • 72cc6f3e71 Merge branch 'develop' into fix/appcompat_vector_drawables_loading Christophe Beyls 2024-05-03 21:28:29 +0200
  • 2f2d39cced Merge branch 'develop' into chore/fix_lint_warnings #4409 Christophe Beyls 2024-05-03 21:20:19 +0200
  • 6a83575463 Merge branch 'develop' into refactor/override_activity_transition #4408 Christophe Beyls 2024-05-03 21:18:51 +0200
  • bad9737523 Merge branch 'develop' into refactor/permissions_result_contract #4391 Christophe Beyls 2024-05-03 21:18:11 +0200
  • 3e8484f928 remove unnecessary test of ViewPager position, since the callback will only be enabled if the position is not 0. Christophe Beyls 2024-05-03 21:08:46 +0200
  • 05b7358c04 upgrade DrawerLayout to 1.2.0 and simplify DrawerLayout code Christophe Beyls 2024-05-03 20:58:24 +0200
  • b2c0b18c8e
    Refactor notifications to Kotlin & paging (#4026) Konrad Pozniak 2024-05-03 18:27:10 +0200
  • b0fc909009 merge layers in toolbar icons into a single vector drawable Christophe Beyls 2024-05-03 17:37:57 +0200
  • afe417c500 use AppCompatResources instead of ContextCompat to load drawables. Set all compound drawables using relative positioning. Christophe Beyls 2024-05-03 15:46:44 +0200
  • abf0008b7a
    refresh notifications directly in viewmodel when responding to follow request #4026 Conny Duck 2024-05-03 15:34:51 +0200
  • 7f2e403bc5
    refresh notifications directly in viewmodel when responding to follow request Conny Duck 2024-05-03 15:33:27 +0200
  • 9285434b42 replace android:src with app:srcCompat in layouts Christophe Beyls 2024-05-03 15:24:54 +0200
  • b3a897831d
    don't specify executor when mapping/filtering pagingData Conny Duck 2024-05-03 15:21:21 +0200
  • 3581e9a933
    improve NotificationViewData Conny Duck 2024-05-03 15:18:56 +0200
  • a6e9fc1a4d
    CleanupDao -> DatabaseCleaner Conny Duck 2024-05-03 15:13:56 +0200
  • 33a3858d11 replace more Drawable.setColorFilter() with Drawable.setTint() Christophe Beyls 2024-05-03 14:49:27 +0200
  • a78433adcc
    use SpannableString instead of SpannableStringBuilder Conny Duck 2024-05-03 14:47:38 +0200
  • c5633de080
    change payloads param to be non-null Conny Duck 2024-05-03 14:45:24 +0200
  • d74dd6305b
    Merge branch 'develop' into refactor_notifications Conny Duck 2024-05-03 14:00:16 +0200
  • 3bbf96b057
    Update dependency com.android.application to v8.4.0 (#4403) renovate[bot] 2024-05-03 13:53:05 +0200
  • e793688c8c add Compat methods to retrieve Serializable from Intent Christophe Beyls 2024-05-03 13:50:09 +0200
  • 5b312c22ff
    Update dependency androidx.core:core-ktx to v1.13.1 (#4397) renovate[bot] 2024-05-03 13:46:39 +0200
  • b1f0e60e27 Merge branch 'develop' into chore/fix_lint_warnings Christophe Beyls 2024-05-03 13:34:29 +0200
  • 3419bc1fa5 Merge branch 'develop' into refactor/permissions_result_contract Christophe Beyls 2024-05-03 13:29:12 +0200
  • d58f1bd9cc
    Update material.drawer to v9 #4323 renovate/major-material.drawer renovate[bot] 2024-05-03 11:25:52 +0000
  • 1aa2159754
    Update dependency com.google.android.material:material to v1.12.0 (#4407) renovate[bot] 2024-05-03 13:25:26 +0200
  • 50b17a1d74
    Update dependency androidx.fragment:fragment-ktx to v1.7.0 (#4406) renovate[bot] 2024-05-03 13:25:16 +0200
  • 71424401a1
    switch all string placeholders to positional format (#4387) Konrad Pozniak 2024-05-03 13:22:34 +0200
  • 12a10908b7
    Update dependency com.android.application to v8.4.0 #4403 renovate[bot] 2024-05-03 11:22:18 +0000
  • ebf7153cd7
    Update dependency androidx.core:core-ktx to v1.13.1 #4397 renovate[bot] 2024-05-03 11:22:14 +0000
  • d5a01f671c
    refactor accountUpdateSource from Call to coroutine (#4386) Konrad Pozniak 2024-05-03 13:22:04 +0200
  • f8a25f896b
    upgrade androidx-core to 1.13.0 (#4384) Konrad Pozniak 2024-05-03 13:21:49 +0200
  • 36d982a359
    upgrade androidx-activity to 1.9.0 (#4383) Konrad Pozniak 2024-05-03 13:21:37 +0200
  • 76c6ec5510
    Show tooltips instead of Toasts when long-pressing attachment images (#4382) Christophe Beyls 2024-05-03 13:21:02 +0200
  • eda37c2663 fix KtLint error Christophe Beyls 2024-05-03 13:20:13 +0200
  • 35bfddbdd8 simplify backwards compatibility handling of overrideActivityTransition() Christophe Beyls 2024-05-02 19:04:39 +0200
  • e96ca01dec
    Release 119 v25.0 Conny Duck 2024-05-03 12:28:45 +0200
  • 1d2b89583f
    Merge e6bbf9043b into 88fbf33832 #3778 UlrichKu 2024-05-03 00:08:08 +0200
  • f05a5651d8
    Update dependency com.google.android.material:material to v1.12.0 #4407 renovate[bot] 2024-05-02 20:03:18 +0000
  • b868e2575f
    Update dependency androidx.fragment:fragment-ktx to v1.7.0 #4406 renovate[bot] 2024-05-01 18:12:38 +0000
  • 88fbf33832
    fix crash when quickly unfollowing hashtags (#4404) Konrad Pozniak 2024-05-01 18:43:45 +0200
  • 43752dcd8f
    fix crash when quickly unfollowing hashtags #4404 Conny Duck 2024-05-01 14:45:42 +0200
  • b8fb311eed
    Merge branch 'develop' into string-format-migration #4387 Conny Duck 2024-04-29 20:19:08 +0200
  • e6a042ddfc
    put back notification clearing and timestamp updating Conny Duck 2024-04-29 20:12:58 +0200
  • 135e619c25
    Merge branch 'develop' into refactor_notifications Conny Duck 2024-04-29 20:00:01 +0200
  • b2547c5eef
    fix crash in ViewThreadFragment (#4401) Konrad Pozniak 2024-04-29 19:52:08 +0200
  • 05b78a2a00
    add content description for bottom nav menu button (#4400) Konrad Pozniak 2024-04-29 19:51:59 +0200
  • 320c42fc45
    Translations update from Weblate (#4399) Konrad Pozniak 2024-04-29 19:51:48 +0200
  • 389059da43 Translated using Weblate (Turkish) #4399 Ümit Solmaz 2024-04-29 11:07:09 +0000
  • 6bdbbfd4bb Translated using Weblate (German) Connyduck 2024-04-29 11:07:09 +0000
  • fb906fd2cd
    fix crash in ViewThreadFragment #4401 Conny Duck 2024-04-28 18:49:00 +0200
  • a22628dc6f
    add content description for bottom nav menu button #4400 Conny Duck 2024-04-27 08:14:27 +0200
  • 9087b4186f
    fix deserializing Akkoma cards (#4395) Konrad Pozniak 2024-04-26 19:19:29 +0200
  • 338ec54b17
    Translations update from Weblate (#4398) Konrad Pozniak 2024-04-26 19:19:17 +0200
  • e6bbf9043b 3771: Add an "in reply to" text to a reply Lakoja 2023-06-28 13:56:59 +0200
  • c4573caea2 3477: Make background darker in dark theme and highlight colors darker in light theme Lakoja 2023-08-04 15:18:58 +0200
  • fdca12d85a 3477: (related) Group theme blocks Lakoja 2023-08-04 10:31:33 +0200
  • 884a2fc211 3477: (related) Only use color references in theme color files Lakoja 2023-08-04 09:51:27 +0200
  • aa8d74a200
    Merge 733fc87007 into 197a1f4eda #3642 UlrichKu 2024-04-26 14:49:53 +0200
  • cc6925d866 Translated using Weblate (Hungarian) #4398 Balázs Meskó 2024-04-26 04:45:00 +0000
  • fbf02444b8
    Merge branch 'develop' into string-format-migration Conny Duck 2024-04-25 17:59:11 +0200
  • 74bcfca7c0
    Update dependency androidx.activity:activity-ktx to v1.9.0 #4396 renovate[bot] 2024-04-25 15:56:28 +0000
  • 197a1f4eda
    Translations update from Weblate (#4390) Konrad Pozniak 2024-04-25 17:55:22 +0200
  • b89ef24113
    fix deserializing Akkoma cards #4395 Conny Duck 2024-04-25 17:31:27 +0200
  • 85a27dea3e Translated using Weblate (Galician) #4390 XoseM 2024-04-25 03:02:12 +0000
  • c4c391434f Translated using Weblate (Turkish) Ümit Solmaz 2024-04-25 03:02:12 +0000
  • d090222412 Translated using Weblate (Vietnamese) Hồ Nhất Duy 2024-04-25 03:02:12 +0000
  • 42df5f7c8a Translated using Weblate (Welsh) fin-w 2024-04-25 03:02:12 +0000
  • b8adc818c1 Translated using Weblate (Swedish) Luna Jernberg 2024-04-25 03:02:12 +0000
  • e1904080b0
    Translations update from Weblate (#4394) Konrad Pozniak 2024-04-25 17:55:04 +0200