Vitor Pamplona
b5b8b62a16
Only trigger notification of events within 5minutes from the current time (avoids annoying notifications when rebroadcasting events)
2023-09-01 13:51:23 -04:00
Vitor Pamplona
8d3066b377
Marks which relays are using compression
2023-09-01 12:36:19 -04:00
Vitor Pamplona
18933b4326
Ignores brb.io if in the relay list. It's crashing the app too much with a weird implementation of the WebSockets protocol
2023-09-01 12:36:03 -04:00
Vitor Pamplona
672841c0ed
Doesn't notify if the GiftWrap's inner message came from the user.
2023-09-01 12:35:21 -04:00
Vitor Pamplona
451c5d1648
Removing LiveData Redirections
2023-08-31 19:04:07 -04:00
Vitor Pamplona
3423626c60
Fixes global feed
2023-08-31 19:02:54 -04:00
Vitor Pamplona
f06b5fdacf
New thread ordering scheme:
...
1. Thread author, ascending order by date.
2. My replies, descending by date.
3. My follow's replies, descending by date.
4. Everybody else, descending by date.
2023-08-31 16:41:02 -04:00
Vitor Pamplona
8ea8cf2985
Marks keep screen on to false when leaving a video player.
2023-08-31 15:23:30 -04:00
Vitor Pamplona
2771d34951
Fixes the report card when the author has been blocked by the logged in user but the list loaded before the block user list.
2023-08-31 14:53:43 -04:00
Vitor Pamplona
669b33a3e1
Reducing the height of the banner in the drawer
2023-08-31 13:43:57 -04:00
Vitor Pamplona
c934a1cdfe
Reduce the space between display name and status.
2023-08-31 13:36:46 -04:00
Vitor Pamplona
0ccd41f5e8
Fixes wrong EOSE updates.
2023-08-31 13:21:08 -04:00
Vitor Pamplona
1af3bb7dfc
Improve cohesiveness of the pruning system.
2023-08-31 11:48:22 -04:00
Vitor Pamplona
f0fcf1ea8a
Fixes the grammar in the nip05 error messages
2023-08-31 09:04:09 -04:00
Vitor Pamplona
d5607faadd
Requires 10 sat zaps to trigger notifications
2023-08-30 08:47:25 -04:00
Vitor Pamplona
1a9c3ccb79
Must have a valid ZapRequest to process.
2023-08-30 08:44:14 -04:00
Vitor Pamplona
053de4d06f
Removes unnecessary checks since the dual LiveData structure was activated
2023-08-29 17:57:47 -04:00
Vitor Pamplona
8b98efaad7
Refines zap and report pruning.
2023-08-29 17:24:48 -04:00
Vitor Pamplona
217ed90d9a
Fix the deletion of reports from authors
2023-08-29 17:14:25 -04:00
Vitor Pamplona
61efd237c2
Fixes: https://github.com/vitorpamplona/amethyst/issues/495 and https://github.com/vitorpamplona/amethyst/issues/398
2023-08-29 16:46:27 -04:00
Vitor Pamplona
6099948605
Migrates from Toast Message to a Dialog when Zap fails in the reaction row.
2023-08-29 16:43:45 -04:00
Vitor Pamplona
6c54082a12
clears the index cache when changing status fields.
2023-08-27 19:16:58 -04:00
Vitor Pamplona
0665c552aa
BugFix for a crash when receiving a new notification
2023-08-27 18:11:14 -04:00
Vitor Pamplona
3c24c011e3
Avoids rebuilding the channel object in DataSource.
2023-08-27 16:45:12 -04:00
Vitor Pamplona
536bdfe43a
- When All Follows, the live tab will load any event with a follow in the participant list.
...
- Removes prefix filters
2023-08-27 16:32:35 -04:00
Vitor Pamplona
0b41110938
Fixes formatting
2023-08-27 15:53:41 -04:00
Vitor Pamplona
da1d4018cf
Fixes crash when more than 1 status
2023-08-27 15:52:35 -04:00
Vitor Pamplona
6a64ebcc5b
migrates to a double layer observer structure for the memory cache
2023-08-27 12:18:11 -04:00
Vitor Pamplona
8e622bfbb1
Updates to debugging logs
2023-08-27 12:16:36 -04:00
Vitor Pamplona
d189dce7f0
Extracts chatroom from user file
2023-08-27 12:16:13 -04:00
Vitor Pamplona
43ac1bf555
Allows cleaning up on App Pause to perform separately from memory pruning functions
2023-08-27 12:10:12 -04:00
Vitor Pamplona
de1f13d64c
Faster crossfade animation between screens
2023-08-26 13:04:35 -04:00
Vitor Pamplona
2be04bfbe2
Better error handling when Zaps fail
2023-08-26 13:00:53 -04:00
Vitor Pamplona
57c33ae06a
Improves User filters by merging lastEOSEs into a single filter.
2023-08-26 12:59:41 -04:00
Vitor Pamplona
99e545f0b8
Adds polls to the hashtag screen
2023-08-26 11:32:37 -04:00
Vitor Pamplona
accb115a20
Making statuses filter just one with the minimum of all observing users.
2023-08-26 10:36:44 -04:00
Vitor Pamplona
b7c9b14b1f
Allowing any BaseTextNote on the reply window
2023-08-25 17:47:01 -04:00
Vitor Pamplona
53b0db61ea
Moves isAcceptableNote calculations to viewModel
2023-08-25 17:32:19 -04:00
Vitor Pamplona
6c09e47e4f
Moves coroutine of NIP-05 verification to the viewModel
2023-08-25 17:26:47 -04:00
Vitor Pamplona
9d9ad63b4d
BugFix deleting status
2023-08-25 17:15:17 -04:00
Vitor Pamplona
7ef46a2662
Continues to move away from starting co-routines directly in composables
2023-08-25 17:14:33 -04:00
Vitor Pamplona
a7d8c87c47
1. Triggers a Toast when no wallet is found to pay the invoice
...
2. Starts the wallet in a separate task to allow people to come back to Amethyst switching apps instead of the back button.
2023-08-25 15:18:01 -04:00
Vitor Pamplona
1bb2459277
Activates min/max values for polls
2023-08-25 15:08:10 -04:00
Vitor Pamplona
6b39562925
Allows the keyboard action to be used as commit in the status field.
2023-08-25 13:55:41 -04:00
Vitor Pamplona
3d34e1fc4e
Reduces the icon to the music and adds space before the status
2023-08-25 13:41:17 -04:00
Vitor Pamplona
86c0ca975b
Moves the User DataSource invalidation to the right channel
2023-08-25 13:27:57 -04:00
Vitor Pamplona
53eeea3225
Removes unused time
2023-08-25 13:26:56 -04:00
Vitor Pamplona
e9ff9d3b37
Adds a space between the status and the clickable icon
2023-08-25 13:24:47 -04:00
Vitor Pamplona
e2c011ec60
Avoids lists with the same hexId because the app was pruning events while loading them
2023-08-25 13:01:49 -04:00
Vitor Pamplona
5328740bff
Improves blinking when loading a thread.
2023-08-25 13:01:08 -04:00