Commit Graph

16 Commits

Author SHA1 Message Date
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 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
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 bbb47626ce fix for all calls 2023-07-30 11:13:14 +02:00
Thomas 44752cc329 Fix Punycode not supported for domains 2023-07-27 14:46:05 +02:00
Thomas fbd2bcb418 Avoid multiple notifications 2023-07-14 15:50:54 +02:00
Thomas 04355116f4 Fix a crash 2023-06-08 16:27:46 +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 103f030f6b Fix issue #838 - Load and display last notifications when clicking on a push notifications 2023-03-25 18:03:42 +01:00
Thomas e87a347354 working 2023-01-24 18:08:58 +01:00
Thomas 82a5bfebb4 Some changes 2023-01-23 15:01:44 +01:00
Thomas e9571221be Changes 2023-01-22 15:22:59 +01:00