Vitor Pamplona
b4f1c4d13e
Migrates to Encrypted Push Notifications
2023-09-08 16:16:26 -04:00
greenart7c3
36a3c4123c
Merge branch 'main' into amber
2023-09-08 15:48:13 -03:00
Vitor Pamplona
939eb1bd8d
Fixes the lack of permission when using Android's PhotoPicker to upload videos (thumbnail fails to load and videos don't play because the Playback service doesn't have permission to run)
2023-09-08 11:39:14 -04:00
Vitor Pamplona
c2a4c9bbb3
Improvements to the relay settings page.
2023-09-07 19:07:33 -04:00
Vitor Pamplona
190b7fe819
Using the correct observer for picture profile in the Top bar.
2023-09-07 12:53:19 -04:00
Vitor Pamplona
8eb89f0fe9
Adds nostr.wine and noswhere.com as two new NIP-50 relays.
2023-09-07 12:52:44 -04:00
Vitor Pamplona
3085353729
Adds SeenOn relays when successfully broadcasting a note.
2023-09-07 12:52:14 -04:00
Vitor Pamplona
1465ce112c
Refines relay icon row compose
2023-09-07 11:11:10 -04:00
Vitor Pamplona
4e8ecff67b
Fixes the missing channel header in conversations.
2023-09-07 09:55:43 -04:00
greenart7c3
6303573dd9
support for sending and receiving nip 44 dms
2023-09-06 18:53:11 -03:00
greenart7c3
a7aa3705ef
fix crash on reaction
2023-09-06 10:43:59 -03:00
greenart7c3
a64c941f36
add cache to decrypted dms
2023-09-06 09:21:55 -03:00
Vitor Pamplona
db740f4747
Upgrades the RelayPoolStatus to a Flow
2023-09-05 17:21:36 -04:00
Vitor Pamplona
6a3206b938
Avoids race condition when update EOSEs
2023-09-05 17:20:37 -04:00
greenart7c3
59cde5699e
add support for status
2023-09-04 18:28:11 -03:00
greenart7c3
bd836a9580
Merge branch 'main' into amber
2023-09-04 18:09:29 -03:00
greenart7c3
90aade338c
sign event in background
2023-09-04 18:06:09 -03:00
Vitor Pamplona
d13e8bacec
Fixes thread ordering issues with two notes with the same idHex
2023-09-02 12:46:24 -04:00
Vitor Pamplona
d3fa05a4df
Remeber should be based on the Note
2023-09-02 12:28:16 -04:00
Vitor Pamplona
734dd2e119
Adds UI Feedback for Custom Zaps
2023-09-02 12:27:24 -04:00
Vitor Pamplona
a9ea9ea2ae
Improves error message from LN Invoice servers.
2023-09-02 12:26:36 -04:00
Vitor Pamplona
bcca4d4bcc
Adds idHex to the date sorting in replies and comments to make sure the order is correct when 2 posts are placed within the same second.
2023-09-01 14:25:48 -04:00
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
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
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