Commit Graph

258 Commits

Author SHA1 Message Date
Thomas 5b805ca9a9 Fix a crash 2023-12-17 17:41:17 +01:00
Thomas 197702b461 Fix profiles 2023-12-16 18:38:19 +01:00
Thomas a9712d45b3 Fix mentions length count 2023-12-15 17:37:00 +01:00
Thomas 4711d5fd23 Make links and media clickable when composing 2023-12-15 15:15:38 +01:00
Thomas 0861becc56 Hyper links clickable in original messages when replying 2023-12-15 14:15:45 +01:00
Thomas 739912fd60 clean code 2023-12-15 13:54:39 +01:00
Thomas c895b1c4af Change dialog title 2023-12-15 13:48:51 +01:00
Thomas 0ea5791fbd Add options in settings for automatically thread long messages (ASK, Disable, Enable) 2023-12-15 09:22:27 +01:00
Thomas bfc362ef62 Automatically split long copied/pasted messages into threads 2023-12-14 16:55:49 +01:00
Thomas f0324038e3 Fix issue #990 #421 - Crash during transitions 2023-12-14 10:56:09 +01:00
Thomas 0982e1bb38 Fix issue #997 - Store endpoint and create it only if it changes 2023-12-14 10:01:55 +01:00
Thomas eb0ecd7583 Fix issue #997 - Store endpoint and create it only if it changes 2023-12-14 08:03:47 +01:00
Thomas 0d949f8dd6 some cleaning 2023-12-14 07:33:59 +01:00
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 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 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 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