Commit Graph

1248 Commits

Author SHA1 Message Date
Thomas e6b34dd622 Fix somme issues with worker and Android 14 2023-12-13 18:04:15 +01:00
Thomas 5cca26e0c4 Cleaning code 1 2023-12-13 17:15:18 +01:00
Thomas 25e42fc7da Set app Id when sending BroadCasts 2023-12-12 17:27:05 +01:00
Thomas 9225ec35b5 Use ContextCompat 2023-12-12 16:07:48 +01:00
Thomas 4a07e7c5b8 Upgrade for Android 14+ 2023-12-12 15:47:15 +01:00
Thomas 4c911705ab fix issue #995 - Don't display translate popup if there is only one choice 2023-12-11 17:35:20 +01:00
Thomas e50a267309 Change regex 2023-12-11 10:13:37 +01:00
Thomas 61ff1608f8 Fix polls 2023-09-14 11:14:01 +02:00
Thomas 14127fd203 Merge branch 'fix_500' into develop 2023-09-11 11:03:07 +02:00
Thomas b6659de483 Fix a crash 2023-09-11 11:02:55 +02:00
Thomas ac6d9f430e forward intent when changing the account 2023-09-10 11:57:30 +02:00
Thomas d7d5f286f5 Notifications 2023-09-10 09:55:44 +02:00
Thomas 86dc5d2f13 Fix duplicated messages in threads 2023-09-09 16:25:21 +02:00
Thomas dbc118064c Merge branch 'direct_messages_chat' into develop 2023-09-09 16:11:06 +02:00
Thomas 392efd2c0c Fix Direct messages 2023-09-09 16:10:33 +02:00
sim a441ce8ff4 Fix IllegalMonitorStateException
When we unlock a lock the thread don't Held
2023-09-09 14:39:21 +02:00
Thomas 57860793ff Merge pull request 'Set one lock per account for push notif' (#956) from s1m/Fedilab:push-multi-lock into develop
Reviewed-on: https://codeberg.org/tom79/Fedilab/pulls/956
2023-09-05 04:53:33 +00:00
sim ceebe74ec1 Set one lock per account for push notif 2023-09-05 00:08:48 +02:00
Thomas 5f3ca62393 Fix issue #955 - Focus the clicked messages and allow selections for remote conversations 2023-09-04 17:17:15 +02:00
Thomas 95e4952012 More visible cursor when adding media descriptions 2023-09-04 11:20:29 +02:00
Thomas 0b6c1d6504 Merge branch 'main' into develop
# Conflicts:
#	app/src/main/java/app/fedilab/android/mastodon/helper/NotificationsHelper.java
2023-09-04 11:07:14 +02:00
Thomas b8c96e872f Add custom user agent 2023-09-04 11:02:40 +02:00
Thomas b62982074a Apply markdown only for message content 2023-09-04 10:44:30 +02:00
sim 36b28a4483 Fix missing push notifications
since_ids and last_notifid_reccorded often contained the same id
so fetching notification was aborted. It looks like these variables
were introduced to avoid multiple fetches at the same time.
So this commit adds a reentrantLock with a tryLock to do it
2023-08-28 23:16:21 +02:00
Thomas 1bc12d3202 Fix custom instance max length not working 2023-08-26 18:11:26 +02:00
Thomas 185479287c Change tabs in profiles 2023-08-26 17:53:55 +02:00
Thomas a9da1752b2 New logos 2023-08-26 12:15:28 +02:00
Thomas 23cce968f8 Mardown: stop parsing tags and support strike text 2023-08-25 18:26:43 +02:00
Thomas dd83e86382 Fix an issue when opening URLs 2023-08-25 17:46:18 +02:00
Thomas 14515e6ba6 keep position with remote conversations 2023-08-25 14:14:53 +02:00
Thomas d017952ffe Bug with long values 2023-08-25 13:36:20 +02:00
Thomas 30f3ab8dca Merge remote-tracking branch 'origin/develop' into develop 2023-08-23 09:35:54 +02:00
Thomas 14bd5e9750 Fix a crash when instance is null 2023-08-23 09:35:35 +02:00
Thomas 23aec94de7 Merge pull request 'accent_color_corrections' (#934) from Zekovski/Fedilab:accent_color_corrections into develop
Reviewed-on: https://codeberg.org/tom79/Fedilab/pulls/934
2023-08-21 18:45:38 +00:00
Thomas 50e88b3f86 Fix not clickable tags for some languages 2023-08-21 17:17:27 +02:00
Thomas c646e9136c Crash when several gif in same message 2023-08-21 16:49:17 +02:00
Thomas 12c4e0465e fix poll max chars 2023-08-21 16:40:59 +02:00
Thomas f11a5c544e make mastodon as default one 2023-08-18 17:47:50 +02:00
Thomas fc643162fb Hide self messages 2023-08-16 16:34:54 +02:00
Thomas c63ae5df4f Make buttons still visible when composing with media 2023-08-16 16:03:12 +02:00
Thomas d299c7020d CamelCase Tags when forwarding them 2023-08-16 10:22:21 +02:00
Thomas c1b256f150 Fix spoiler issue when composing threads 2023-08-16 10:09:41 +02:00
Thomas 92d52bbecf Allow to hide self boosts and self replies 2023-08-15 17:22:07 +02:00
Thomas 302b3e47d4 More place for media description 2023-08-15 16:58:31 +02:00
Zekovski ed9563d380 Replaced SDK version check with isDynamicColorAvailable before showing DynamicColors options. 2023-08-15 13:00:26 +02:00
Zekovski 49cd05ee35 Misnamed variable 2023-08-15 12:44:30 +02:00
Thomas be54c49918 Whole in timelines due to cache bug 2023-08-14 16:56:40 +02:00
Thomas 9b91ebf317 Fix tags issue with RTL and bookmark 2023-08-14 11:43:04 +02:00
Thomas ac24e25da0 Fix #929 - Scrollable bio when editing profiles 2023-08-12 09:56:11 +02:00
Thomas 11559ac68a Fix issue #932 - Crash when user is not in a list 2023-08-12 09:48:03 +02:00
Thomas 5a804fd892 Improve link side effect with Markdown 2023-08-09 17:56:47 +02:00
Thomas c9a86aae01 Fix line breaks with Markdown 2023-08-09 17:18:18 +02:00
Thomas 147917fc58 Fix issue #930 - Crash with Pixelfed 2023-08-09 17:06:06 +02:00
Thomas 65b9015d51 Fix issue #931 - Click on card does not open Mastodon posts inside the app 2023-08-09 16:59:40 +02:00
Thomas ba0fc54cbc Fix maths converter 2023-08-07 17:09:30 +02:00
Thomas e954fd860a Markdown support 2023-08-07 17:03:14 +02:00
Thomas 6790158ed9 Support Markdown 2023-08-06 18:13:08 +02:00
Thomas f37bf1df53 Scrollable media description 2023-07-30 18:16:16 +02:00
Thomas bbb47626ce fix for all calls 2023-07-30 11:13:14 +02:00
Thomas ac290dec2b Fix a crash when visiting Peertube in menu 2023-07-30 10:53:37 +02:00
Thomas 4d2fa93632 Fix a crash when remote profiles is enabled 2023-07-30 10:38:10 +02:00
Thomas cf4b156863 Fix issue #913 - Fix Nitter feeds 2023-07-29 17:37:32 +02:00
Thomas 9e0d44824a Add preview for new logo 2023-07-29 12:34:05 +02:00
Thomas a43a97d960 Add new logo 2023-07-29 12:12:35 +02:00
Thomas fcef89f0c9 Display icon when changing logo 2023-07-29 11:44:13 +02:00
Thomas bf447d823e Clean code 2023-07-27 14:47:22 +02:00
Thomas 44752cc329 Fix Punycode not supported for domains 2023-07-27 14:46:05 +02:00
Thomas 8c60348939 voice messages for Android 10+ 2023-07-27 13:57:29 +02:00
Thomas e06222733c Fix - Videos are played simultaneously 2023-07-23 17:31:35 +02:00
Thomas 958e4f6aa5 Fix issue #904 - Avoid sleep mode for media activity 2023-07-22 10:48:36 +02:00
Thomas c1575fbf5f Fix a crash with PixelFed 2023-07-22 10:38:47 +02:00
Thomas 49c5f864a7 Merge branch 'fix_3220' into develop 2023-07-14 18:16:30 +02:00
Thomas c7f6fefc7f crash 2023-07-14 18:15:47 +02:00
Thomas fbd2bcb418 Avoid multiple notifications 2023-07-14 15:50:54 +02:00
Thomas bbba486be1 Fix a crash 2023-07-14 15:25:32 +02:00
Thomas ce607226d9 remote conversations 2023-07-14 11:11:27 +02:00
Thomas 6d983a74de Oops 2023-07-14 10:14:09 +02:00
Thomas 7fdebf20f1 Fix issue #901 2023-07-12 16:57:34 +02:00
Thomas ad178f3cd0 Order by date 2023-07-12 16:33:49 +02:00
Thomas cbd1332213 Pass first message 2023-07-11 17:08:42 +02:00
Thomas 7cfe2cbecf Fetch comments 2023-07-08 16:41:37 +02:00
Thomas 58f193e71b Display lammy main threads 2023-07-08 16:32:02 +02:00
Thomas 5ca288a04b Add activity for timelines 2023-07-08 16:17:13 +02:00
Thomas c331cbeb26 converter 2023-07-07 16:59:16 +02:00
Thomas 12b7663653 create entity 2023-07-07 16:27:46 +02:00
Thomas a53ac333e3 Add timeline action 2023-07-07 16:01:09 +02:00
Thomas 04355116f4 Fix a crash 2023-06-08 16:27:46 +02:00
Thomas 9375abffd3 Allow to mute and unmute own user from Home timeline 2023-06-05 17:29:08 +02:00
Thomas f6483c0ccb Merge pull request 'Reinstanciate linebreaks in shared content' (#849) from Augier/Fedilab:reinstanciate-linebreaks-in-share into develop
Reviewed-on: https://codeberg.org/tom79/Fedilab/pulls/849
2023-06-01 14:51:56 +00:00
Thomas 7e86d9377f Fix issue #875 - Visibility of the first message is changed to unlisted when adding replies 2023-06-01 16:46:23 +02:00
Thomas 3861a7b6e4 Crash due to delayed service call (Peertube) 2023-06-01 16:31:54 +02:00
Thomas 719665a2d8 Release 3.22.0 2023-05-30 09:44:40 +02:00
Thomas 37838681da Fix empty Home when starting 2023-05-30 08:59:28 +02:00
Thomas cb2ede287d comment #874 - Avoid multiple notification fetch 2023-05-27 14:47:35 +02:00
Thomas 88da62b8e8 Fix a crash when forwarding tags 2023-05-26 12:14:20 +02:00
Thomas 3858220937 Add a fallback when remote profiles are not working 2023-05-26 12:05:18 +02:00
Thomas be8943163a Fix issue #871 - Remove instance name encoded in UTF-8 2023-05-26 11:02:11 +02:00
Christophe Henry 0fcc2e5898 Reinstanciate linebreaks in shared content 2023-04-04 17:02:15 +02:00
Thomas 103f030f6b Fix issue #838 - Load and display last notifications when clicking on a push notifications 2023-03-25 18:03:42 +01:00
Thomas 917f33334c some fixes 2023-03-25 17:42:36 +01:00