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
greenart7c3
6d691c4741
add support for reports
2023-09-01 13:32:39 -03:00
greenart7c3
bbba27752d
support for public and anon zaps
2023-09-01 12:25:42 -03:00
greenart7c3
d9cf090cc9
add support for nip94
2023-09-01 10:46:50 -03:00
greenart7c3
46effa572c
refactor default values in signEvent variables
2023-09-01 10:18:49 -03:00
greenart7c3 and GitHub
f76ab01c11
Merge branch 'main' into amber
2023-09-01 05:12:29 -03: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
greenart7c3
d1cb699027
support for nip95
2023-08-30 16:40:11 -03:00
greenart7c3
9ee1250f3a
unblock users
2023-08-30 14:15:20 -03:00
greenart7c3
7a68cf867e
block users using amber
2023-08-30 11:54:36 -03: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
greenart7c3
bc8fa00608
move openAmber to AmberUtils
2023-08-30 08:29:56 -03:00
greenart7c3
329d806ffd
decrypt dms of notifications
2023-08-30 08:07:45 -03:00
greenart7c3 and GitHub
e040d0f971
Merge branch 'main' into amber
2023-08-30 07:03:55 -03: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
greenart7c3
c223c1372b
add support for amber in the follow dropdown menu
2023-08-28 14:31:20 -03:00
greenart7c3
a450dcbac1
add support for add/remove public bookmarks
2023-08-28 11:58:48 -03:00
greenart7c3
ee5fbce2ce
refactor mainactivity to use IntentUtils.start
2023-08-28 09:56:12 -03:00
greenart7c3
559b88be18
fix build after merge
2023-08-28 07:18:04 -03:00
greenart7c3 and GitHub
dfbc5fa556
Merge branch 'main' into amber
2023-08-28 07:06:52 -03: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