Commit Graph

  • 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
  • 7b2b4612c5 Translated using Weblate (Turkish) #4394 Ümit Solmaz 2024-04-24 04:45:00 +0000
  • c55d79562c
    fix scheduling posts (#4392) Konrad Pozniak 2024-04-25 17:08:57 +0200
  • f2ffba1679
    never create more than the allowed number of shortcuts (#4389) Konrad Pozniak 2024-04-25 17:08:46 +0200
  • 733fc87007 3591: Rework push notification code - especially to detect local changes in providers #3642 Lakoja 2023-05-04 08:47:08 +0200
  • d208f01406
    remove unused import #4389 Conny Duck 2024-04-23 22:30:43 +0200
  • d964689524
    simplify glide load in ShareShortcutHelper Conny Duck 2024-04-23 22:02:47 +0200
  • c4ff1766af
    fix scheduling posts #4392 Conny Duck 2024-04-23 17:05:01 +0200
  • efcaf94904 remove legacy code from BaseActivity Christophe Beyls 2024-04-23 15:26:01 +0200
  • bb6673db59 update permission request code in SearchStatusesFragment and SFragment, store the argument in a field saved as part of instance state. Christophe Beyls 2024-04-23 15:24:36 +0200
  • 99b4629b8c update permission request code in ComposeActivity Christophe Beyls 2024-04-23 14:05:16 +0200
  • bc8c0e580d update permission request code in ViewMediaActivity Christophe Beyls 2024-04-23 13:51:52 +0200
  • 40dc8907e7
    Merge branch 'develop' into string-format-migration Conny Duck 2024-04-22 19:49:35 +0200
  • fe7103f2b9
    Translations update from Weblate (#4388) Weblate 2024-04-22 19:46:06 +0200
  • 1099246cdc
    never create more than the allowed number of shortcuts Conny Duck 2024-04-22 19:40:31 +0200
  • 5193c4fad5 Translated using Weblate (Vietnamese) #4388 Hồ Nhất Duy 2024-04-22 04:45:00 +0000
  • b2a2fbdeb3 Translated using Weblate (Italian) Manuel 2024-04-22 04:45:00 +0000
  • 04dca066aa
    put back accidentally deleted strings Conny Duck 2024-04-21 11:54:20 +0200
  • c1ff24849c
    merge develop Conny Duck 2024-04-21 11:15:20 +0200
  • d49f6139d0
    switch all string placeholders to positional format Conny Duck 2024-04-21 11:11:46 +0200
  • 7960db6c78
    Translations update from Weblate (#4385) Weblate 2024-04-21 10:26:36 +0200
  • b86f54762f
    refactor accountUpdateSource from Call to coroutine #4386 Conny Duck 2024-04-21 09:46:29 +0200
  • 777e107492 Translated using Weblate (Swedish) #4385 Luna Jernberg 2024-04-21 06:56:53 +0000
  • 7485bf6de8 Translated using Weblate (Turkish) Ümit Solmaz 2024-04-21 06:56:53 +0000
  • 333beec17d
    upgrade to gradle/actions/wrapper-validation@v3 in the other workflow as well 🙄 (#4378) Konrad Pozniak 2024-04-21 09:35:59 +0200
  • 8e4aab8bae Add F-Droid changelog for Tusky 25 v25.0-beta.1 charlag 2024-04-20 18:11:53 +0200
  • 0362a32163 update changelog Conny Duck 2024-04-20 16:22:02 +0200
  • 3fe900c2dd improve changelog layout Conny Duck 2024-04-17 21:10:23 +0200
  • 51b7745cee update screenshots Conny Duck 2024-04-17 21:05:47 +0200
  • 0a9485f8e9 upgrade version to 25.0 beta 1 Conny Duck 2024-04-17 20:51:17 +0200
  • a9fe9ba079 update changelog Conny Duck 2024-04-17 20:50:31 +0200
  • 0a6efb7ccc
    Add F-Droid changelog for Tusky 25 #4380 charlag 2024-04-20 18:11:53 +0200
  • 7db2163de8
    update changelog Conny Duck 2024-04-20 16:22:02 +0200
  • 7f5189a6d7
    Merge a3009ab30d into 72ee0b4292 #4341 Zongle Wang 2024-04-19 09:44:39 +0800
  • 5ba10f2d20
    refactor respondToFollowRequest to return Deferred Conny Duck 2024-04-18 21:46:50 +0200
  • 7186d2e651
    rename mock* to fake* Conny Duck 2024-04-18 21:05:53 +0200
  • 9882c27bf6
    use start/end instead of left/right in item_report_notification.xml Conny Duck 2024-04-18 20:55:06 +0200
  • ed37bb27a2
    shorten some code in NotificationsFragment Conny Duck 2024-04-18 20:54:43 +0200
  • c8bf78021f
    Merge branch 'develop' into refactor_notifications Conny Duck 2024-04-18 20:48:12 +0200
  • 0a5714a6ee
    move json de/serialization completely to room converter Conny Duck 2024-04-18 20:47:35 +0200
  • cbd9f06fe9
    fix hasSpoiler condition in StatusNotificationViewHolder Conny Duck 2024-04-18 20:23:56 +0200
  • b68dce0831 revert incorrect import reorder Christophe Beyls 2024-04-18 14:48:14 +0200
  • f7e6f672fb replace IntentCompat and BundleCompat methods to retrieve Parcelables with Kotlin extension functions Christophe Beyls 2024-04-18 14:45:44 +0200
  • 0c87f1640e remove deprecated call to setTargetFragment() (target fragment is not used) Christophe Beyls 2024-04-18 01:59:24 +0200
  • 09ddffbf64 remove deprecated call to isUserVisibleHint() and test if the view has been destroyed instead. prevent potential memory leak by clearing the toolbarVisibilityDisposable reference. Christophe Beyls 2024-04-18 01:29:47 +0200
  • 0cc229fd67 rename arguments to supertype names Christophe Beyls 2024-04-18 01:21:39 +0200
  • c035d43946 replace deprecated Bundle.getParcelable(String) Christophe Beyls 2024-04-18 01:15:44 +0200
  • 71fe78aa88 rename shadowed variables Christophe Beyls 2024-04-18 01:08:48 +0200
  • 5c674ab6b8 replace .size() == 0 with .isEmpty() and prevent NPE in StatusBaseViewHolder.setDisplayName() Christophe Beyls 2024-04-18 00:59:51 +0200
  • 4585385342 replace deprecated drawable.setColorFilter() with simpler drawable.setTint() Christophe Beyls 2024-04-18 00:30:55 +0200
  • 513b3179b4 remove unused imports Christophe Beyls 2024-04-18 00:17:52 +0200
  • 7945d86b35 replace deprecated MigrationTestHelper constructor Christophe Beyls 2024-04-18 00:17:21 +0200
  • b9befb9abb remove unnecessary casts Christophe Beyls 2024-04-18 00:16:36 +0200
  • 7d8ce68a76 remove empty test file Christophe Beyls 2024-04-18 00:16:10 +0200
  • b7d767d6a2 remove unnecessary .orEmpty() on non-null fields Christophe Beyls 2024-04-18 00:15:55 +0200
  • 0dde036049
    remove unused import Conny Duck 2024-04-17 21:51:23 +0200
  • 0cb0721dc4
    move listener setup to constructor of PlaceholderViewHolder Conny Duck 2024-04-17 21:45:54 +0200
  • 98098a1d56
    get context from view instead of fragment when possible Conny Duck 2024-04-17 21:40:46 +0200
  • eaaf865f43
    use Kotlin isEmpty() instead of TextUtils.isEmpty Conny Duck 2024-04-17 21:38:45 +0200
  • a6bc8415d3
    make NotificationViewData implementations data classes Conny Duck 2024-04-17 21:36:28 +0200
  • 0e8b0c3d4b
    add jump-to-top on reselect back into NotificationsFragment Conny Duck 2024-04-17 21:35:53 +0200
  • 72ee0b4292
    Enable support for WebVTT and TTML subtitles for the player (#4377) Christophe Beyls 2024-04-17 21:29:21 +0200
  • c2c54c5753
    upgrade androidx-core to 1.13.0 #4384 Conny Duck 2024-04-17 21:27:33 +0200
  • 81d436daf8
    upgrade androidx-activity to 1.9.0 #4383 Conny Duck 2024-04-17 21:23:33 +0200
  • 8a0b3aca69
    improve changelog layout Conny Duck 2024-04-17 21:10:23 +0200
  • 575b6291e0
    fix(deps): update dependency androidx.core:core-ktx to v1.13.0 #4381 renovate[bot] 2024-04-17 19:07:06 +0000
  • 282c1e63c4
    fix(deps): update dependency androidx.activity:activity-ktx to v1.9.0 #4379 renovate[bot] 2024-04-17 19:07:02 +0000
  • c08fb040e5
    update screenshots Conny Duck 2024-04-17 21:05:47 +0200
  • 843463ee7e
    Merge branch 'develop' into refactor_notifications Conny Duck 2024-04-17 20:53:57 +0200
  • ed4c05dcca
    upgrade version to 25.0 beta 1 Conny Duck 2024-04-17 20:51:17 +0200
  • 8a3e1edf5a
    update changelog Conny Duck 2024-04-17 20:50:31 +0200
  • 7e8ed0116e use Tooltip instead of Toast for attachment description on long press #4382 Christophe Beyls 2024-04-17 19:55:49 +0200
  • 5eecf96d3b simplify getFormattedDescription() Christophe Beyls 2024-04-17 19:13:14 +0200
  • 89f89f716b
    upgrade to gradle/actions/wrapper-validation@v3 in the other workflow as well 🙄 #4378 Conny Duck 2024-04-17 18:44:13 +0200
  • 4e822c9a0a
    larger background for toolbar icons in AccountActivity (#4375) Konrad Pozniak 2024-04-17 18:41:51 +0200
  • e0dff1a835
    chore(deps): update gradle/wrapper-validation-action action to v3 #4373 renovate[bot] 2024-04-17 16:41:10 +0000
  • 703641bf06
    chore(deps): update plugin com.gradle.develocity to v3.17.2 (#4376) renovate[bot] 2024-04-17 18:40:35 +0200
  • e15516af68
    upgrade to gradle/actions/wrapper-validation@v3 (#4374) Konrad Pozniak 2024-04-17 18:40:26 +0200
  • 6286b6f99f enable support for WebVTT and TTML subtitles for the player #4377 Christophe Beyls 2024-04-17 16:11:23 +0200
  • ba6d6ea9d7
    chore(deps): update plugin com.gradle.develocity to v3.17.2 #4376 renovate[bot] 2024-04-17 11:24:50 +0000
  • 2cb99572fd
    Merge branch 'develop' into refactor_notifications Conny Duck 2024-04-14 17:33:53 +0200
  • f69cae2315
    Optimize I/O code using Okio - part 2 (#4372) Christophe Beyls 2024-04-14 16:39:29 +0200
  • 763dc3bd4e
    Merge branch 'develop' into account_header #4375 Conny Duck 2024-04-14 16:16:45 +0200
  • 210ab5c8d7
    larger background for toolbar icons in AccountActivity Conny Duck 2024-04-14 16:16:25 +0200
  • 2504f42f7b
    Apply window insets to SwipeRefreshLayout in AccountActivity to not obscure spinner (#4371) Konrad Pozniak 2024-04-14 16:13:41 +0200
  • 28dcd86ae1
    upgrade to gradle/actions/wrapper-validation@v3 #4374 Conny Duck 2024-04-14 15:42:50 +0200
  • 9b6d9a5d07 add explicit dependency to okio and upgrade to its latest version #4372 Christophe Beyls 2024-04-12 16:42:40 +0200
  • 3188ccb256 add comment explaining the current value of DEFAULT_CHUNK_SIZE in UriRequestBody and indent the file properly Christophe Beyls 2024-04-12 16:34:57 +0200
  • 194c63350b
    save last notification id to account Conny Duck 2024-04-12 16:22:33 +0200
  • d0c9eb5032 add comment explaining the current value of DEFAULT_CHUNK_SIZE in UriRequestBody and indent the file properly Christophe Beyls 2024-04-12 16:21:31 +0200
  • 2aa38d6550 - use Okio and its buffer system to copy ContentProvider stream and file to temporary file in MediaUploader.prepareMedia() - properly close the input file after copying it to a temporary file in MediaUploader.prepareMedia() Christophe Beyls 2024-04-12 16:17:33 +0200
  • 5ac34f679a
    various code cleanups Conny Duck 2024-04-12 15:50:16 +0200
  • c02cea54ff - properly close InputStream in case of error during Bitmap size decoding in getImageSquarePixels(). - return Int instead of long, since the current code simply converts the Int result to a Long (then compares it to an Int). Christophe Beyls 2024-04-12 15:47:08 +0200
  • 9a9d87c25f properly close sink in case of null body source during file copy in Uri.copyToFolder() Christophe Beyls 2024-04-12 15:37:01 +0200
  • b04f2ee7c6
    remove duplicate notification type to name mapping Conny Duck 2024-04-12 07:44:52 +0200
  • 4f14b4ecac
    revert unnecessary change in StatusViewHolder Conny Duck 2024-04-12 07:41:10 +0200
  • 654e522805
    improve report notification layout Conny Duck 2024-04-12 07:37:25 +0200
  • c9308abd57
    remove unused imports Conny Duck 2024-04-11 20:28:10 +0200
  • 55af4a3f03
    improve report notification layout Conny Duck 2024-04-11 20:24:49 +0200