KotlinGeekDev
07f82d3a22
String resources. Remove unneeded Todo.
2025-11-26 22:44:16 +01:00
KotlinGeekDev
a0bff70dc2
Add bookmark list addition/removal to the note dropdown menu.
2025-11-26 22:25:59 +01:00
KotlinGeekDev
5742968f4c
Article Bookmark management screen. Add routes and nav entries for both screens.
2025-11-26 22:22:50 +01:00
KotlinGeekDev
e8f55c6456
Post Bookmark management screen.
2025-11-26 22:21:10 +01:00
KotlinGeekDev
b00eb413fa
Other Hashtag/Link related refactors.
2025-11-26 19:49:16 +01:00
KotlinGeekDev
6fc5084931
Remove HashtagListView and LinksListView due to spec changes, with their entries in BookmarkType.
2025-11-26 19:47:42 +01:00
Vitor Pamplona
1155e7d5b1
Using real keys to preview
2025-11-26 11:00:04 -05:00
Vitor Pamplona
b776957d0e
Reverts to 500 posts to load in the Profile screen (too many replies in some users)
2025-11-26 10:59:47 -05:00
Vitor Pamplona
f29a6337a0
Removing unused methods in User
2025-11-25 16:56:04 -05:00
Vitor Pamplona
0ad1d75fe7
Improving font size of the WoT Score
2025-11-25 16:47:53 -05:00
Vitor Pamplona
f76638f077
Adds a way to view WoT scores
2025-11-25 15:47:08 -05:00
Vitor Pamplona
fd628fffd2
Removes Contact cards from filter since it wasn't returning anything (user is in the d tag, not p or author)
2025-11-25 15:46:51 -05:00
Vitor Pamplona
ff8b441bf6
Increases max pool of SHA 256 processors
2025-11-25 15:02:50 -05:00
Vitor Pamplona
7981ecc82c
Adds pre-caching for trust providers
2025-11-25 11:03:00 -05:00
KotlinGeekDev
925506269d
Merge branch 'vitorpamplona:main' into labeled-bookmarks
2025-11-25 11:35:01 +00:00
Vitor Pamplona
0c864b7c76
fixes wong kind
2025-11-24 11:18:27 -05:00
Vitor Pamplona
1bfe1e4844
Adds TrustProvider loader to the account filter
2025-11-24 11:03:32 -05:00
Vitor Pamplona
1e00c08f7d
Fixes ConcurrentExceptions on Event outbox tentative management
2025-11-24 10:50:58 -05:00
Vitor Pamplona
4f019c6e49
Removes ConcurrentModificationException on outbox events
2025-11-24 10:01:05 -05:00
Vitor Pamplona
5e7f938442
Merge pull request #1589 from vitorpamplona/l10n_crowdin_translations
...
New Crowdin Translations
2025-11-22 12:18:52 -05:00
Crowdin Bot
5fb309d00c
New Crowdin translations by GitHub Action
2025-11-22 17:16:30 +00:00
Vitor Pamplona
83639a5991
Merge pull request #1587 from vitorpamplona/l10n_crowdin_translations
...
New Crowdin Translations
2025-11-22 12:15:14 -05:00
KotlinGeekDev
d1fe0cb941
Merge branch 'vitorpamplona:main' into labeled-bookmarks
2025-11-22 02:45:27 +00:00
Crowdin Bot
f3938fb336
New Crowdin translations by GitHub Action
2025-11-21 22:18:06 +00:00
Vitor Pamplona
d12a8ba1c1
Revert runTest because the wait to get results back fails in the function
2025-11-21 17:16:08 -05:00
Vitor Pamplona
382de9ba03
Fixing new remember rules
2025-11-21 16:51:21 -05:00
Vitor Pamplona
25094be07c
Puts flow creation inside a remember
2025-11-21 16:43:32 -05:00
Vitor Pamplona
ad879fcf63
Fix test
2025-11-21 16:42:07 -05:00
Vitor Pamplona
50f91e8b91
Updates dependencies
2025-11-21 16:37:56 -05:00
Vitor Pamplona
1f3bd7614e
Moves account loading to the IO thread
2025-11-21 16:37:48 -05:00
Vitor Pamplona
c5fae65f2d
Moves temporaryAccount handler to lazy loading
2025-11-21 15:31:02 -05:00
Vitor Pamplona
2bff998340
Moves from List to Set of Trust Provider
2025-11-21 15:18:31 -05:00
KotlinGeekDev
f103fe9c79
Merge conflict-resolved changes from upstream
2025-11-21 19:09:50 +01:00
KotlinGeekDev
dae8544938
Fix some conflicts
2025-11-21 18:44:24 +01:00
KotlinGeekDev
b4aca59372
Use stringResources. Implement the necessary callbacks in BookmarkGroupScreen. Disable component stats display in BookmarkGroupItem until Link/Hashtag support is implemented.
2025-11-21 18:19:41 +01:00
Vitor Pamplona
ffe88a5364
Merge branch 'main' of https://github.com/vitorpamplona/amethyst
...
* 'main' of https://github.com/vitorpamplona/amethyst :
add a convertExeptions function
added response helper
check for error result
create a RemoteSignerManager
add a fromBunkerUri helper
add a signer result interface for remote signer
implement the functions of nip46
return BunkerResponse from connect
- Add connect, getPublivKey and ping - send NostrConnectEvent to relays
- Add connect, getPublivKey and ping - send NostrConnectEvent to relays
Create NostrSignerRemote
2025-11-21 11:30:51 -05:00
Vitor Pamplona
0d7f2ce838
Adds support for Trust Provider lists
2025-11-21 11:29:46 -05:00
KotlinGeekDev
26c66a97b5
Bring ArticleListView up to speed. Fix callback naming mistake in BookmarkGroupItemOptions and refactor usages accordingly.
2025-11-21 14:51:53 +01:00
KotlinGeekDev
808030d176
First category-based screen: PostListView. Modify NoteCompose to use a different note options menu when in the PostListView.
2025-11-21 14:20:57 +01:00
KotlinGeekDev
267d680ffc
Fix some methods in LabeledBookmarkListsState. Add useful methods to LabeledBookmarkList and BookmarkGroupViewModel.
2025-11-21 14:11:55 +01:00
Vitor Pamplona
058e8ab833
Merge pull request #1555 from greenart7c3/nip46
...
Support for nip 46
2025-11-20 14:53:17 -05:00
Vitor Pamplona
23d1e94ddf
Moves the prepare video call to IO
2025-11-18 19:12:21 -05:00
Vitor Pamplona
89d7e52dc4
Avoids blinking image space in the screen
2025-11-18 18:07:08 -05:00
Vitor Pamplona
2f93aa8777
Moves the QR Code screen from Dialog to full Route
2025-11-18 17:56:04 -05:00
Vitor Pamplona
6f0c65d84c
Merge pull request #1583 from vitorpamplona/l10n_crowdin_translations
...
New Crowdin Translations
2025-11-18 17:26:42 -05:00
Crowdin Bot
07ce3d5e5f
New Crowdin translations by GitHub Action
2025-11-18 22:20:37 +00:00
Vitor Pamplona
ba541129ba
Merge pull request #1582 from vitorpamplona/l10n_crowdin_translations
...
New Crowdin Translations
2025-11-18 17:19:45 -05:00
Vitor Pamplona
b9d4805d56
Merge pull request #1581 from StellarStoic/main
...
ui: center QR dialog content and reduce excessive top spacing
2025-11-18 17:19:36 -05:00
Crowdin Bot
302aee325f
New Crowdin translations by GitHub Action
2025-11-18 22:19:14 +00:00
Vitor Pamplona
3b648a1d9f
Merge branch 'main' of https://github.com/vitorpamplona/amethyst
...
* 'main' of https://github.com/vitorpamplona/amethyst :
New Crowdin translations by GitHub Action
Open njump.to, iris.to, zap.stream and shosho.live in Amethyst
2025-11-18 17:17:09 -05:00