Commit Graph

2741 Commits

Author SHA1 Message Date
1ad1d233cd Refactoring TLV's code 2023-08-15 11:13:01 -04:00
52687a48df Fixes image uploading tests without account. 2023-08-15 11:10:17 -04:00
dca4f827fe Moves navigation's top bar to use the ArrowBack 2023-08-14 23:07:08 -04:00
2726011126 Trim display names when possible 2023-08-14 23:06:33 -04:00
77bd646b1d Don't display username if display name is available. 2023-08-14 23:06:18 -04:00
d664d9ff19 Moves Relay List to a surface 2023-08-14 23:05:50 -04:00
5d24950d7f Starts NIP-65 implementation 2023-08-14 23:05:16 -04:00
3a8a50006d Improvements to the Settings Interface 2023-08-14 21:25:12 -04:00
decd6ef627 BugFix for HighlightEvent.create event. 2023-08-14 16:38:54 -04:00
6ab061a5a2 Avoids displaying a NIP-94 event without a url tag 2023-08-14 16:33:47 -04:00
d934e28b3a Updates some dependencies while we wait for Android 34's Gradle plugin to be released. 2023-08-14 16:10:43 -04:00
greenart7c3
66b1e4b15d add signer dialog to communities and public chats 2023-08-14 16:34:40 -03:00
greenart7c3
e6f6f64512 add signer dialog in the relay screen 2023-08-14 13:53:10 -03:00
greenart7c3
d2eea9f0ae fix merge 2023-08-14 10:51:14 -03:00
greenart7c3
012fdc8cc6 add signer support in the user metadata screen 2023-08-14 10:46:03 -03:00
greenart7c3
74054aab5a add signer support for sending notes 2023-08-14 10:46:02 -03:00
greenart7c3
11908b9e0c if amber is installed show floatingActionButton 2023-08-14 10:43:10 -03:00
greenart7c3
570cccfc62 add signer support in the profile tabs 2023-08-14 10:42:57 -03:00
greenart7c3
de9d6877e1 fix merge 2023-08-14 10:42:57 -03:00
greenart7c3
c31fa116ca add signerdialog to boosts 2023-08-14 10:42:57 -03:00
greenart7c3
10b15226a1 added SignerDialog in the like reaction 2023-08-14 10:42:57 -03:00
greenart7c3
7a46376bc1 added SignerDialog in the hashtagscreen 2023-08-14 10:42:57 -03:00
greenart7c3
b761aaf970 sign unfollow event 2023-08-14 10:42:57 -03:00
greenart7c3
3a08db2dfb add signerDialog in the profile screen follow button 2023-08-14 10:42:57 -03:00
greenart7c3
41fd2e087c use rememberLauncherForActivityResult to send the intent and get the result back 2023-08-14 10:42:57 -03:00
greenart7c3
ba476bcdca created SignerDialog 2023-08-14 10:42:56 -03:00
c7a3a74d5a v0.73.3 2023-08-13 17:52:13 -04:00
eed2f6abaf Unused null section 2023-08-13 17:51:55 -04:00
80f0b14c02 BugFix for blank screen when pressing the message button without any history of chats 2023-08-13 17:38:44 -04:00
b12b81282c BugFix for the route in the DM Notification 2023-08-13 17:24:30 -04:00
07d661ea00 Only updates the Bookmarks and Follows flag when the sensitive content property of the account changes. 2023-08-12 21:40:09 -04:00
a15263eeb9 Moves zaps from Compose scope to ViewModel Scope 2023-08-12 21:38:14 -04:00
6f19bccc54 Observes the user's follow list and not the local account state to update TagLists on the screen 2023-08-12 21:37:31 -04:00
547d567431 Avoids account state redirections 2023-08-12 21:36:31 -04:00
ece4e9074a Updates the isHidden function to the same version the NoteCompose uses. 2023-08-12 21:36:13 -04:00
0737c6ddc3 Avoids a redirection of account State 2023-08-12 21:35:50 -04:00
2aa9458aa1 Moves Show And Hide user functions from ComposeScoped to ViewModel Scoped 2023-08-12 21:35:34 -04:00
cb3b898e29 Moves the creation of the TopBar livedata for lists into the AccountViewModel 2023-08-12 21:33:29 -04:00
ceac61eb19 Avoiding live data updates 2023-08-12 21:32:15 -04:00
bc9f5e5328 Moves HTTP regex compilation to outside the inner method 2023-08-12 21:31:49 -04:00
a293800897 Moves Regex compilation to outside the state class. 2023-08-12 21:31:10 -04:00
3be34d0d40 Speeding up regex 2023-08-12 18:15:45 -04:00
eec87f017a v0.73.2 2023-08-12 15:18:26 -04:00
799037502f Correctly displaying/hiding pictures in Chat Compose 2023-08-12 15:17:05 -04:00
f2b727c587 Fixes the PushNotification of GiftWrapped Messages 2023-08-12 15:00:30 -04:00
b255d1827e Forces the creation of Notification Channels to see if they show up on Samsung phones. 2023-08-12 14:59:53 -04:00
d9e01da7e2 Removes unnecessary code 2023-08-12 14:59:14 -04:00
99a98439cd Uses the right account to decrypt GiftWraps 2023-08-12 14:56:29 -04:00
724e7e2378
Merge pull request #547 from KotlinGeekDev/fix-landscape-issue
Fix menu drawer in landscape mode issue
2023-08-12 14:15:43 -04:00
0619c9ffac Displays GiftWraps as Messages in the Notification Screen 2023-08-12 14:12:46 -04:00
cb7b51e8d1 BugFix for marking chat as read 2023-08-12 13:50:40 -04:00
c8172265dd v0.73.1 2023-08-12 11:20:13 -04:00
cce9d424bc Fixes green color for incognito mode 2023-08-12 11:20:01 -04:00
45227b75dc Fixed ProGuard for libsodium 2023-08-12 11:15:20 -04:00
cc4b94f738 v0.73.0 2023-08-12 10:10:09 -04:00
423628a104 Adding ways to update the subject 2023-08-12 10:04:15 -04:00
d262b48f31 BugFix: Chat List updating immediately when new messages arrive. 2023-08-11 20:04:37 -04:00
f97a0468cc BugFix for when the private room is with yourself. 2023-08-11 19:47:17 -04:00
b4d87686ac Adds an incognito badge in every msg 2023-08-11 19:46:59 -04:00
8cbf07c917 Moves GiftCard filter to Account filters and not Chats 2023-08-11 19:46:26 -04:00
30fc4c35f4 Only requests notification once. 2023-08-11 19:44:34 -04:00
7912d492e5 Makes sure replies of NIP24 are also NIP24 2023-08-11 19:43:36 -04:00
KotlinGeekDev
d921eb6138 Preserve behaviour pre-fix(i.e if a user opened the drawer and landscaped by choice). 2023-08-11 23:32:27 +01:00
KotlinGeekDev
6875fdc4d0 Watch orientation change, and close drawer in landscape mode. 2023-08-11 23:27:04 +01:00
0bc701f5c9 Adding a way to visualize all members of a group 2023-08-10 21:27:30 -04:00
5de0808b1e
Merge pull request #545 from jeremyd/fix_global_relay_selection
fixing global relays selection
2023-08-10 20:06:59 -04:00
9d680c9f82
Merge pull request #546 from Bardesss/main-1
Update strings.xml (NL)
2023-08-10 20:06:06 -04:00
63fc4c570d Fixed Alby NWC link 2023-08-10 18:04:38 -04:00
ab2fff0194 Support for NIP24- Trustless GiftWrapped Sealed Private Direct Messages and Small Private Groups 2023-08-10 18:04:23 -04:00
Bardesss
c644ba9a3e
Update strings.xml (NL)
Added missing strings.
2023-08-10 09:17:32 +00:00
jeremyd
2791873048 fixing global relays selection 2023-08-08 19:42:19 -07:00
Fernando Martins
9573b4abec fix signed byte used for array slice with + added test 2023-08-07 11:56:11 +02:00
ddcff8fa15 don't return reposts and reactions in Search 2023-08-05 10:44:20 -04:00
d36f6f4a7e v0.72.2 2023-08-04 21:06:14 -04:00
c2b72f1e45 TimeAgo refactoring 2023-08-04 21:04:13 -04:00
28e6471ade Puts marked as read on chat to an IO thread 2023-08-04 21:03:19 -04:00
c3b8eb5087 Puts an invalidate data on an IO thread 2023-08-04 21:02:45 -04:00
75779e7ddc simple refactoring 2023-08-04 21:00:07 -04:00
118bc7b73c Don't invalidate data on channels if it is already invalidating 2023-08-04 20:58:10 -04:00
e6a0fdedd9 Removes unnecessary signing step 2023-08-04 20:57:21 -04:00
28098fafd7 Don't push to invalidate unless there is an observer. 2023-08-04 20:56:22 -04:00
0c0e87af21 Moves headers to the top nav bar 2023-08-04 16:50:23 -04:00
8abfd7149b Removes the need for .0 when on base sats. 2023-08-04 15:24:41 -04:00
674896cea4 Moves coroutine creation to the viewModel 2023-08-04 15:20:31 -04:00
ec514651fc Makes the New Channel creation scrollable. 2023-08-04 15:18:30 -04:00
69daa3835b v0.72.1 2023-08-04 13:18:15 -04:00
57dac276b2 Simple refactoring of the zap author and comment calculator function 2023-08-04 13:11:35 -04:00
3a84595aac Expanded DiskCache for images 2023-08-04 12:35:42 -04:00
7b591c84f8 Moves NIP95 cache to internal/secure folders 2023-08-04 12:32:36 -04:00
e8c8167451 Fixes the interference between simplecache and image chaces. 2023-08-04 12:25:12 -04:00
ec93fc53b2 Adds a cache forever tag to robohashes 2023-08-04 12:17:19 -04:00
ba2902b725 Moves URL Previews into suspend functions 2023-08-04 10:47:01 -04:00
e7defa14b9 Adds a little border for Long Form Content 2023-08-04 10:38:10 -04:00
4fbc3f25b3 Merge branch 'main' of https://github.com/vitorpamplona/amethyst 2023-08-04 10:25:42 -04:00
4ae88d5cc8 Fixes an invalid string in values-fr 2023-08-04 10:25:34 -04:00
believethehype
846f340f84
Merge branch 'vitorpamplona:main' into nostrbuildv2 2023-08-04 11:56:05 +02:00
cb137205c0 Fixes french translations 2023-08-03 17:16:55 -04:00
f910709e1b Merge branch 'main' of https://github.com/vitorpamplona/amethyst 2023-08-03 17:05:26 -04:00
1d78dd6b19
Merge pull request #537 from anthony-robin/update-french-translations
[Translations] Update french texts
2023-08-03 17:05:19 -04:00
Anthony
3197be8a75
Remove translatable="false" keys 2023-08-03 22:00:51 +02:00
Anthony
91ed4128fe
More french translations tweaks 2023-08-03 21:59:39 +02:00
Anthony
f415490fcd
Update more french translations 2023-08-03 21:41:58 +02:00
4bdb5a28d0 - Fixes new lines after images
- Fixes urls with - https://github.com/vitorpamplona/amethyst/issues/536
2023-08-02 18:56:01 -04:00
Anthony
58efe0b3c0
Update french translations 2023-08-02 23:47:28 +02:00
da3cecd324 Displaying a bytecounter for events in memory when the app pauses. 2023-08-02 16:34:18 -04:00
09b1451dc1 Sets and Maps are 5x more memory intensive than Lists. This should help with memory management. 2023-08-02 16:33:53 -04:00
9ae31a3429 Reverting the commented galleries 2023-08-02 16:28:17 -04:00
b5258f89c1 Correcting the acceptable filter 2023-08-02 16:27:41 -04:00
fcc67fc4f2 Faster Galleries 2023-08-02 14:32:35 -04:00
579465ac6c Avoids null model errors that might be delaying some of the rendering. 2023-08-02 13:29:44 -04:00
6cbee81e72 Moves onCreate intent evaluation to the App Navigation 2023-08-02 13:29:04 -04:00
Believethehype
ad683ed444 added nostr.build api v2 / nip98
replaced nostr.build api with v2

Added NIP98 to nostr.build so images get added to premium account galleries, if available.
2023-08-02 04:14:35 +02:00
c53b1571a3 Additional classes to be serialized 2023-08-01 21:56:30 -04:00
2c19b2ffef Moves Geolocation search to the IO thread 2023-08-01 21:52:18 -04:00
3694d1b0f5 Avoids using String format. 2023-08-01 21:51:47 -04:00
e7a4746d22 Faster method to generate the hex of a url 2023-08-01 21:51:15 -04:00
7961f6f065 Removes unnecessary onIntent override 2023-08-01 21:50:49 -04:00
7c1c500990 Prepares for a minified release. 2023-08-01 21:49:30 -04:00
5f85d8a97b Merge branch 'main' of https://github.com/vitorpamplona/amethyst 2023-08-01 11:10:10 -04:00
eb77db0469 v0.72.0 2023-08-01 11:10:05 -04:00
a62445a52f
Merge pull request #535 from velram/main
Translations - Tamil tech terms updated
2023-08-01 11:01:38 -04:00
553a1fe673 Avoids showing community definition types in the community feed. 2023-08-01 10:39:31 -04:00
a50b0b7902 Moves navController back into Compose
Adds a listener for newIntents
Fixes the App losing the back stack of screens
2023-08-01 10:39:10 -04:00
Vel
23029a2022
Merge branch 'vitorpamplona:main' into main 2023-08-01 05:20:47 +05:30
bd7156082b Fixing the correct EOSE cleanup 2023-07-31 18:06:16 -04:00
bdd2a97ee3 formatting 2023-07-31 17:56:14 -04:00
a2acec7900 Testing more aggressive memory management 2023-07-31 17:55:51 -04:00
c4a9a2d557 Fixes the createAt issue on NIP24b 2023-07-31 16:46:58 -04:00
24481459a7 improves dump when pausing. 2023-07-31 14:19:40 -04:00
14d2d7439e Ignoring past version of addressable content in feeds 2023-07-31 11:14:15 -04:00
dae8877983 Updates JNA dependency 2023-07-31 10:29:41 -04:00
81f2e72f0d Allows notification grouping by app 2023-07-31 10:29:22 -04:00
Coder
de14d4e0f1 Tamil translations updated for various technical words 2023-07-30 22:40:18 -04:00
fd58f063ac Removes unused values in strings 2023-07-30 18:15:26 -04:00
4593ce582d Removes leakcanary due to irrelevance 2023-07-30 18:15:08 -04:00
8d8fb8f5dc Updates to the latest libraries 2023-07-30 18:10:23 -04:00
3e4a4f7442 Testing if interning pubkeys and ids help save some memory. 2023-07-30 17:48:35 -04:00
d5ad6b983a Reviews event-based filters. 2023-07-30 16:55:09 -04:00
30d31b35ab Filters the search to avoid getting 1000s of Wallet Connect and Nostr Connect messages a second. 2023-07-30 16:40:17 -04:00
18839b8853 Adds new kinds to the hashtag and geotag search 2023-07-30 16:39:12 -04:00
e46a77f5ef Reverts to use the messageTitle as Group 2023-07-30 16:30:58 -04:00
2c8c0a8073 Improves search by looking into all downloaded events. 2023-07-30 16:28:30 -04:00
Coder
570bf1c2e7 Tamil translations based on references 2023-07-30 15:00:40 -04:00
Coder
1d1dc757ee Revert "Tamil translations updated - tech terms updated based on lexicon and refs from Tamil profs"
This reverts commit 50f0085118.
2023-07-30 14:34:31 -04:00
Coder
50f0085118 Tamil translations updated - tech terms updated based on lexicon and refs from Tamil profs 2023-07-30 13:55:58 -04:00
1edfc6bfbd Merge branch 'main' of https://github.com/vitorpamplona/amethyst 2023-07-30 13:06:58 -04:00
5596c54107 Requesting GiftWrapped messages in the DM filter 2023-07-30 13:06:53 -04:00
ffe1d737fb Preparing to keep ChatMessages in the LocalCache. 2023-07-30 13:06:33 -04:00
9b36b81721
Merge pull request #531 from KotlinGeekDev/grouped-notifications
Grouped notifications.
2023-07-30 13:03:50 -04:00
800c1e1a44
Merge pull request #533 from davotoula/update_translations_cs_sv_de
Replace hard coded text with resource text and update translations
2023-07-30 13:01:41 -04:00
David Kaspar
a011ef128a Replaced hard coded text with resource strings
Added new translations for cs/de/se
Corrected "occurred"
2023-07-30 17:46:46 +01:00
David Kaspar
2e8760abe5 Replaced hard coded text with resource strings
Added new translations for cs/de/se
Corrected "occurred"
2023-07-30 17:44:18 +01:00
David Kaspar
6acfaa97f3 Added missing translations cs/de/se 2023-07-30 16:55:59 +01:00
4426ccada7 Improving test 2023-07-29 18:35:52 -04:00
da02f36663 Refactoring to clarify the use of crypto functions 2023-07-29 16:38:55 -04:00
e240cd04d4 Final adjustments on the use of XChaCha 2023-07-29 16:00:13 -04:00
16a7fdffcf Correctly managing Shared Secrets 2023-07-29 15:29:51 -04:00
2fdb4e47b0 Cryptographic support for NIP24 2023-07-29 12:39:25 -04:00
a316351ba7 Increases confidence of the Translator 2023-07-29 12:39:02 -04:00
KotlinGeekDev
492bc76957 Use different group keys for DMs and Zaps. 2023-07-29 17:04:55 +01:00
KotlinGeekDev
e8170398e3 Use the same group key, so the system groups automatically. 2023-07-29 15:46:13 +01:00
ff233c699b Separating the event creation into a Factory 2023-07-26 20:41:46 -04:00
0d1cbce5de Fixing the explainer text of the geohash addon 2023-07-25 21:49:55 -04:00
3e7bbc03c1 v0.71.0 2023-07-25 18:54:15 -04:00
5ba091de0d Allows following of Geohashes 2023-07-25 18:45:28 -04:00
1098c31787 - Adds support for GeoHash
- Refactors New Post Buttons to make them more similar to one another.
2023-07-25 16:52:32 -04:00
c20277a754 Improvements on Translation Indexes 2023-07-25 12:06:17 -04:00
a5e40d5ac9 Reviews closing of response.body calls 2023-07-25 11:20:27 -04:00
aab42bb341 Refactoring of unused elements in VideoView 2023-07-25 11:13:17 -04:00
748349244e Fixes memory not closing the response body 2023-07-25 11:13:05 -04:00
9e9c8befe0 Fixes memory leak when services are destroyed 2023-07-25 11:12:43 -04:00
b9fb11bdf3 Initializes the VideoCache when creating the app so that the PlaybackService doesn't suffer with delays in accessing the disk to create the cache. 2023-07-25 11:12:25 -04:00
cd6f9576cc Refactors Relay class to remove the Synchronized block 2023-07-25 10:23:20 -04:00
b919b165d6 Improves reachability of the relay screen when keyboard is visible 2023-07-25 10:22:52 -04:00
a2d9a3f770 Runs the DisposableEffect before moving to load the video. 2023-07-25 09:03:56 -04:00
39fccd5442 Only asks for notification permissions on Tiramisu 2023-07-25 08:46:25 -04:00
cfeaccb26e Reverts the startup redirection because navController might not be ready in the onCreate 2023-07-25 08:31:50 -04:00
08a2a2b428 No need for the secp256k1 instance anymore 2023-07-25 08:14:32 -04:00
297bcf2762 v0.70.8 2023-07-24 18:29:49 -04:00
092d333378 Fixes Notification Request for Samsung phones 2023-07-24 18:19:08 -04:00
eb58e9ea39 Fixes a crash when video playback service isn't ready 2023-07-24 18:18:36 -04:00
63c498da87 v0.70.7 2023-07-24 16:31:33 -04:00
b40dcb4bd8 Maybe this solves the back button issue in some phones 2023-07-24 16:30:56 -04:00
49fe1d0743 Fixes bug with Base64 encoding 2023-07-24 16:28:41 -04:00
25c40b89d7 v0.70.6 2023-07-24 15:39:52 -04:00
bfe1e78e57 Moves the starting navigation to outside the compose element. 2023-07-24 15:36:40 -04:00
fa79ddc573 Merge branch 'main' of https://github.com/vitorpamplona/amethyst 2023-07-24 15:22:13 -04:00
653e8200ca Fixes a crash when onNewIntent is called before onCreate 2023-07-24 15:10:33 -04:00
greenart7c3
897306e16e show paid relays after resetting relay list to default 2023-07-24 14:03:42 -03:00
greenart7c3
1e25688f9d add a button to return to default relay list 2023-07-24 13:55:55 -03:00
2b6abcbfb9
Merge pull request #521 from greenart7c3/main
add missing OptIn when using GlobalScope
2023-07-24 12:19:44 -04:00
greenart7c3
ce33190177 add missing OptIn when using GlobalScope 2023-07-24 13:13:55 -03:00
d68b14532d Fixing Test cases 2023-07-24 11:54:09 -04:00
e83cfe4f07 Removes dirty word parser from HexUtils and puts into the New Message Processor. 2023-07-24 11:47:25 -04:00
d3e9cc0788 Moves Bech32 encoders to Bech32 utils 2023-07-24 11:46:56 -04:00
87990026ea Refactoring dependency path to center in CryptoUtils 2023-07-24 11:34:16 -04:00
7923f5d854 Moves Bech Utility methods from CryptoUtils to BechUtils 2023-07-24 11:18:57 -04:00
69eea8824a Removes the reuse of the SHA256 digest due to buffer sharing issues in a multithreaded environment. 2023-07-24 11:17:01 -04:00
a1517a67f5 Renames Persona to KeyPair and Utils to CryptoUtils 2023-07-24 11:13:33 -04:00
480ae479af Imports NostrPostr utility classes directly via source to avoid dependency issues on unnecessary libraries. 2023-07-24 11:09:43 -04:00