Commit Graph

1930 Commits

Author SHA1 Message Date
Zoltan
359e22ae42
Sensitive content Hungarian translation 2023-05-27 17:02:15 +02:00
69be28ec98 Making sure the UserReactonsRow in notifications get updated as new events come in. 2023-05-26 18:05:35 -04:00
a8ffbb922d Moves relay color filters to a singleton 2023-05-26 14:03:57 -04:00
bd4a450336 v0.52.0 2023-05-26 12:21:10 -04:00
39818268ab Support for NIP-36, declaration of sensitive content. 2023-05-26 12:20:17 -04:00
d26b83a851 Updating kotlin dependencies. 2023-05-26 12:19:38 -04:00
8dc9c2ed2f 0.51.4 2023-05-26 09:37:51 -04:00
860f3bd096 Improves color contrast for Zap Amount notifications in light mode 2023-05-26 09:00:05 -04:00
a3adadb251 0.51.3 2023-05-25 21:09:47 -04:00
755d89dc79 Only changing stats for the Reaction Row if the data actually changed. 2023-05-25 21:09:14 -04:00
fa4463f1d7 Improves rendering of messages in the Notification feed 2023-05-25 21:08:20 -04:00
56a68b9100 Feed invalidation is necessary for lists 2023-05-25 20:40:04 -04:00
fe317964b8 Simplifying Private message rendering scheme 2023-05-25 20:39:15 -04:00
07ccf75d44 updates jsoup and activity compose to the latest versions 2023-05-25 18:43:01 -04:00
ff927d4830 v0.51.2 2023-05-25 18:38:34 -04:00
6461c3e498 Changes the structure of the notification view to increase speed. 2023-05-25 18:35:23 -04:00
2ed5eae029 Preserves invalidations of DataSources for Home, Videos and Notifications 2023-05-25 18:34:40 -04:00
1693455d0d Only removes scrollTop from Uri after 1 second and to avoid changing before composition finishes. 2023-05-25 18:33:22 -04:00
3bcda33fa6 Activates invalidations that can be ignored if another invalidation is already running. 2023-05-25 18:30:42 -04:00
9f394900a7 Only scrolls to the top if not at the top 2023-05-25 18:30:15 -04:00
4f2c78e73a Remembers formatting for the Notification Reaction Row 2023-05-25 18:29:41 -04:00
6a3600fd73 Updates Notification lists in intervals of 1 second. 2023-05-25 18:28:51 -04:00
b40c6f1361 remember modifiers to avoid recomposition 2023-05-25 18:28:34 -04:00
5ce19474ae Moves Home and Video screen invalidations to follow the scrollTop parameter 2023-05-25 18:28:19 -04:00
e9bdc045ba Adds @Stable tag to Notification Card models 2023-05-25 18:27:05 -04:00
aed7f46ca0 remembering size of the robohash picture 2023-05-25 18:25:47 -04:00
310a93ef29 removes logs 2023-05-25 16:24:16 -04:00
1ccaa1a028 Removing the start of relays before logging in. 2023-05-25 08:56:04 -04:00
493888d121 v0.51.1 2023-05-24 18:12:46 -04:00
e5aba62fdd Imports BahaUrlPreview library to add the proxy connection into it. 2023-05-24 18:11:51 -04:00
b643cedf8f
Merge pull request #424 from KotlinGeekDev/retain-state
Retain state when rotating device.
2023-05-24 17:02:27 -04:00
2c0bfe2118 v0.51.0 2023-05-24 17:01:30 -04:00
f1ecaf1ee5 - Adds Immutable Lists to avoid recompositions
- Moves NavController to a lambda to avoid recompositions
- Moves AccountViewModel builder to a ViewModel Factory to avoid recompositions
- Reduces notifications invalidation requests when starting the screen.
2023-05-24 12:34:09 -04:00
4841d4004e Fixes https://github.com/vitorpamplona/amethyst/issues/425 2023-05-24 10:38:25 -04:00
KotlinGeek
75d56214d2 Use manifest to avoid Activity recreation. 2023-05-23 23:58:59 +01:00
f0ba68e467 Fixing missing some notifications. 2023-05-23 16:04:29 -04:00
5a375b94d6 Adds Zap amounts to Notification bubbles. 2023-05-23 15:14:00 -04:00
dcbd4148e2 v0.50.6 2023-05-23 12:14:47 -04:00
0015100dea Fixing Immutable imports 2023-05-23 12:12:43 -04:00
8898e5d10b Adds Immutable and Stable annotations to avoid recomposing 2023-05-23 12:02:34 -04:00
15621f16a2 Improves the speed of updating Notification notes 2023-05-23 10:37:34 -04:00
a29d9ad433 Adds a cache layer for citations in Notes 2023-05-23 10:37:18 -04:00
d355f22938 Fixes click on the Home to update the feed 2023-05-23 10:35:56 -04:00
2082c6cb28 Fixes size for following symbol 2023-05-22 21:01:25 -04:00
4b49cc1aab better translations to unfollow in portuguese 2023-05-22 20:47:34 -04:00
a1da4affeb Updating dependencies 2023-05-22 20:04:33 -04:00
0bf94f316f Moving more variables to remember clauses 2023-05-22 20:04:23 -04:00
a3fc22a04a v0.50.5 2023-05-22 18:24:50 -04:00
6437a2106a Moves zapProgress to inside the IO update to make sure it only updates when needed. 2023-05-22 17:52:46 -04:00
0a8c79dacd Stops recomposing the drawer at every new route. 2023-05-22 17:52:18 -04:00
22dbaaf95a Adjusts bottombar to not recalculate hasNewItems in every recomposition. 2023-05-22 17:51:59 -04:00
278091e6ef Moves default state of url previews to the remember function 2023-05-22 17:51:37 -04:00
d99711d3e6 Remembering Background color and Text elements for posts. 2023-05-22 17:51:12 -04:00
48f8cd7d95 Merge remote-tracking branch 'origin/HEAD' 2023-05-22 15:11:10 -04:00
3b816559e4 Optimizes MultiSetCompose 2023-05-22 15:10:54 -04:00
e96a50b454 Optimizes recomposition of bottom items. 2023-05-22 15:08:14 -04:00
93282b71ae Optimizes NIP-05 procedures 2023-05-22 15:07:47 -04:00
8223476cb3 Formatting 2023-05-22 15:07:21 -04:00
460187c4a4 Optimizes Drawer for Recomposition 2023-05-22 15:07:13 -04:00
5da49c920b Removes the time log for Composing a note 2023-05-22 14:55:06 -04:00
df5b5b90af Formatting 2023-05-22 14:54:42 -04:00
e5b937ed7e Only updates the refreshing state if it was refreshing. 2023-05-22 14:54:25 -04:00
b4b90cfd19
Merge pull request #420 from KotlinGeekDev/back-navigation-fix
Improve navigation behaviour.
2023-05-22 14:35:50 -04:00
99d302802a Deprecating IMGUR 2023-05-22 09:50:06 -04:00
ec2fc2f7e3 Updates relay UI on messages sent by the logged in user in chat 2023-05-22 09:49:34 -04:00
26634ccb04 Migrates notification summary to a new day without having to restart the app. 2023-05-22 09:18:13 -04:00
KotlinGeek
7766886587 Apply fix to profile navigation as well. 2023-05-22 12:56:17 +01:00
b219b3631c - Adds hashtags and #[n] rendering to markdown
- Shortcuts the link to Amethyst's router.
2023-05-21 20:54:42 -04:00
a0797f7104 Fixes NWC with Auth 2023-05-21 20:53:57 -04:00
330f3503a6 Adds nostr: prefix to channel id share. 2023-05-21 20:53:20 -04:00
KotlinGeek
7da87af0fb Verify presence of note in backstack before navigating to it. 2023-05-22 01:29:38 +01:00
2eb0096630 Adds a space in a bookmark author's name 2023-05-20 20:35:13 -04:00
L
459e579bcb
Update strings.xml
changed some word to better choices
2023-05-20 20:46:04 +03:30
L
3c069d574e
Merge branch 'vitorpamplona:main' into main 2023-05-20 20:38:19 +03:30
639569cd86 v0.50.4 2023-05-17 17:05:06 -04:00
e41df98920 Bugfix for channel metadata messages show up before channel creation packages 2023-05-17 17:01:07 -04:00
323e71c7cb Bugfix for saving Replaceable notes in Bookmarks. 2023-05-17 15:47:20 -04:00
cbe9462f28 v0.50.3 2023-05-17 13:55:30 -04:00
95febc1c8e Merge remote-tracking branch 'origin/main' 2023-05-17 13:55:17 -04:00
5d8ffd1e2c
Merge pull request #415 from KotlinGeekDev/hashtag-search-fix
Fix for case-sensitive hashtag issue.
2023-05-17 13:55:02 -04:00
f2616855c2
Merge pull request #414 from ZsZolee/main
Replacing some missing Hungarian translation
2023-05-17 13:54:50 -04:00
5040350be5 Fixes Auth for NIP-42 sporadic connections. 2023-05-17 13:54:20 -04:00
KotlinGeek
d6c8651f0d Add lowercase variant of hashtag when creating event. 2023-05-17 17:26:31 +01:00
Zoltan
c5176b8c49
Replacing some missing Hungarian translation 2023-05-17 17:27:43 +02:00
d239020895 v0.50.2 2023-05-17 11:20:14 -04:00
117446688b Fixes jumping chat screens on hidden posts. 2023-05-17 11:20:03 -04:00
a8e650a38d v0.50.1 2023-05-17 09:50:43 -04:00
95a21cc08c Adds Navigation markers to the top panel and reaction watch 2023-05-17 09:49:31 -04:00
0823f2e7b5 Additive rendering of statistics 2023-05-17 09:34:21 -04:00
cb42196889 Adds reaction watch. 2023-05-16 22:41:47 -04:00
6aadf8a883 0.49.4 2023-05-16 19:00:44 -04:00
bb9fa8e144 Adding the missing search element 2023-05-16 18:51:08 -04:00
5a3cf40402 Adds online search when typing the username in the new Post field. 2023-05-16 18:43:58 -04:00
1519e70b24 Increasing size of the "More Options" button in the Video Feed. 2023-05-16 18:03:24 -04:00
135596591a Optimizes the code for chat bubble rendering 2023-05-16 17:53:36 -04:00
389afcb600 Fixes Robohash dependency in size 2023-05-16 17:53:15 -04:00
d6c2966792 Adds color to relay icons 2023-05-16 17:53:02 -04:00
dd8b208a0d Avoiding creating a lnurl link with just those words 2023-05-16 17:52:39 -04:00
27182a77a4 v0.49.3 2023-05-16 12:25:16 -04:00
cf5f345d54 Formatting 2023-05-16 12:20:35 -04:00
3950517743 Improves rendering performance for chats. 2023-05-16 12:20:27 -04:00
L
d2accf7622
Update strings.xml
a few words . not urgent
2023-05-16 19:22:04 +03:30
7a14a1ab26 Formatting 2023-05-16 11:30:54 -04:00
9e93a35ee7 Parsing NIP-19 to improve search results. 2023-05-16 11:30:43 -04:00
76df70c6f6 Making sure filters return similar orders when two posts are published at the same time. 2023-05-16 11:10:17 -04:00
1d5ff5bea9 v0.49.2 2023-05-16 10:24:45 -04:00
1767d4a3a3 Enabling a log to help NIP95 relay developers track what the app is doing with their images. 2023-05-16 10:24:05 -04:00
f2d87b78b1 Fixing emoji's on chat handles 2023-05-16 10:12:31 -04:00
4bf76d1b79 v0.49.1 2023-05-16 09:47:18 -04:00
17fbf8c01f BugFix for incorrect caching of NIP95 2023-05-16 09:47:10 -04:00
332490376b Adjustments to Markdown detection and rendering. 2023-05-16 08:52:59 -04:00
14e670cd9a Avoid color-filtering the emoji 2023-05-16 08:32:25 -04:00
d29e6b4d0b Better shade for Pins 2023-05-16 08:32:03 -04:00
3558bab786 v0.49.0 2023-05-15 22:18:21 -04:00
7c21f077db Support for PinStr (33888) 2023-05-15 22:18:12 -04:00
a2a9d04e1e v0.48.0 2023-05-15 21:35:55 -04:00
fc56f3988e Support for NIP-30 2023-05-15 21:26:59 -04:00
cf850415b8
Merge branch 'main' into main 2023-05-15 14:11:06 -04:00
bd77bb7780 Merge remote-tracking branch 'origin/HEAD' 2023-05-15 14:09:56 -04:00
6a696bfa39 Adds a 5 minute expiration time for ImageErrors 2023-05-15 14:09:43 -04:00
Pextar
d5fc97184c
Merge branch 'main' into main 2023-05-15 20:07:43 +02:00
Pextar
e0b9120e17
Create values-sv 2023-05-15 20:06:08 +02:00
1523a29a4f
Merge pull request #410 from greenart7c3/main
add longPress to edit tor/orbot settings
2023-05-15 13:51:25 -04:00
1db6b4793f Adds NIP-94 shareable link to filestr 2023-05-15 13:25:21 -04:00
426a495eb4 Adds zapstr.live and listr.lol as shareable links 2023-05-15 13:17:31 -04:00
e07b4d49ef Fixes NPE on opening the QuickAction on a "Post Not Found" event. 2023-05-15 13:10:33 -04:00
595cab3630 v0.47.0 2023-05-15 11:16:50 -04:00
817a9c3e8d Adds support for AudioTrack Types from (https://zapstr.live/) 2023-05-15 11:15:32 -04:00
greenart7c3
32927040e3 add longPress to edit tor/orbot settings 2023-05-15 11:17:42 -03:00
c973d941cc v0.46.6 2023-05-14 22:23:37 -04:00
db6ebe609c Forces aspect ratio while obeying maxWidth and Height of the frame. 2023-05-14 22:22:53 -04:00
32913915ce Making sure remember does not interfere with translations. 2023-05-14 22:22:22 -04:00
4a8680e582 0.46.5 2023-05-14 21:06:06 -04:00
7cf0291b5a Applies remember functions to more parameters. 2023-05-14 21:05:58 -04:00
0406632e9d Moves internal content changes to derived states. 2023-05-14 20:24:41 -04:00
bf2949717c Makes sure to only change the visible status when needed. 2023-05-14 20:24:11 -04:00
bbea28c6df 0.46.4 2023-05-14 19:04:34 -04:00
1c76b7a35c Testing a not cropping version for videos. 2023-05-14 18:59:49 -04:00
814d05812a Fixes image cropping opening the image dialog. 2023-05-14 18:59:33 -04:00
e5ff92c804 v0.46.3 2023-05-14 18:21:33 -04:00
3fd4c176e8 Merge remote-tracking branch 'origin/HEAD' 2023-05-14 18:12:16 -04:00
cf9395d5e3 Avoids Notification duplicates 2023-05-14 18:12:04 -04:00
89ae229ea2
Merge pull request #408 from vivganes/intl-hashtags
fix #407 correct non-english hashtags
2023-05-14 17:37:18 -04:00
f40b6c394c v0.46.2 2023-05-14 17:22:22 -04:00
f84501e40f Improvements to Poll Caching system: Fixes https://github.com/vitorpamplona/amethyst/issues/406 2023-05-14 17:03:46 -04:00
d261003217 fix #407 correct non-english hashtags 2023-05-14 23:39:42 +05:30
6842d12b39 Turn FollowList into a ViewModel and a LocalCache LiveData into a SharedFlow (it was killing some coroutines that were supposed to finish) 2023-05-13 12:49:48 -04:00
3e69b81d81 Moves aspect ratio to the appropriate composable 2023-05-13 12:46:57 -04:00
ea4e3e75d6 Formatting 2023-05-13 12:46:34 -04:00
5db04ef2b0 Allows the RichTextViewer to render before resolving urls. 2023-05-13 12:46:11 -04:00
b51186de30 updated secp lib 2023-05-12 17:18:56 -04:00
8fc0f5a8b8 Removing shadowed variable 2023-05-12 16:50:26 -04:00
69744db53b Merge remote-tracking branch 'origin/HEAD' 2023-05-12 14:17:31 -04:00
db9a0ebfa1 Protects against exceptions when creating keys with invalid bytearrays. 2023-05-12 14:13:08 -04:00
38ebeded1c
Merge pull request #402 from ZsZolee/main
TOR Hungarian translation
2023-05-12 13:40:41 -04:00
fc2408b526 Correcting NPE from failing to load the thumbnail 2023-05-12 13:32:08 -04:00
Zoltan
93c3a49ecf
TOR Hungarian translation 2023-05-12 14:04:52 +02:00
66b84c0dea 0.46.1 2023-05-11 18:30:18 -04:00
a7063042fb Formatting 2023-05-11 18:15:56 -04:00
aa60367c72 Doesn't update if it returned the same reference for the list. 2023-05-11 18:15:48 -04:00
19a58bb669 correctly refreshes the screen 2023-05-11 17:39:31 -04:00
55aafffb37 Remove logs 2023-05-11 17:39:21 -04:00
9b92dfca5e Isolating state changes in the profile page. 2023-05-11 17:31:32 -04:00
3ae75a3333 Adds FAB column to create new channels and join channels/users 2023-05-11 16:42:05 -04:00
9ebb3fbefc Improving reply screen to clarify which users will be notified. 2023-05-11 15:26:09 -04:00
96d66646b4 Displaying lists as Notes 2023-05-11 14:39:05 -04:00
f202422ff1 hasValidSignature crashes in some weirdly formed events. 2023-05-11 10:12:01 -04:00
f02e18ff9b Fix background color from remember calls 2023-05-11 09:32:33 -04:00
b72b0b028f v0.46.0 2023-05-11 09:19:27 -04:00
eb9be2108d Adjustments to Tor/Orbot screens 2023-05-11 09:18:17 -04:00
875eb0df78
Merge pull request #357 from greenart7c3/main
Add option to setup connection through Orbot
2023-05-11 08:33:33 -04:00
ea8a665bc7
Merge pull request #401 from Radiokot/fix/actualize_ru_uk_23_05_10
Actualize Russian and Ukrainian translations
2023-05-11 08:33:11 -04:00
142f850eb7
Merge pull request #400 from Bardesss/patch-5
Update strings.xml (NL)
2023-05-11 08:33:04 -04:00
9f12fffd0d
Merge pull request #399 from malimahda/main
values-fa/strings
2023-05-11 08:32:46 -04:00
28a1f0d6da v0.45.1 2023-05-10 19:36:07 -04:00
b1de36f423 Trying to improve rendering by allowing recompositions to perform layout faster. 2023-05-10 19:08:56 -04:00
Oleg Koretsky
ff54d581ae Actualize Russian and Ukrainian translations 2023-05-10 22:57:41 +03:00
8fcd05a6bb avoids cutting the first paragraph of notifcations 2023-05-10 14:03:05 -04:00
434c1e9af3 Don't try to decrypt if message is blank 2023-05-10 14:02:53 -04:00
a62f2e44d0 Only calls invalidate if things change 2023-05-10 14:02:38 -04:00
aa0ace5014 Delaying a bit more the average update filter for relays. 2023-05-10 14:02:05 -04:00
greenart7c3
ee4c54aa27 use httpclient.getHttpClient 2023-05-10 14:47:46 -03:00
greenart7c3
7ff408bfb9
Merge branch 'main' into main 2023-05-10 14:42:37 -03:00
c1d127ac1e Fixing blank messages and Zapped DM content 2023-05-10 13:31:25 -04:00
0b2e5de752 Uppercase 2023-05-10 13:30:52 -04:00
920ce54fe3 v0.45.0 2023-05-10 11:20:28 -04:00
c87b246a4e Fixing tests 2023-05-10 11:19:32 -04:00
b8bc370bc1 Support for Push Notifications in the PlayStore build 2023-05-10 11:16:47 -04:00
L
a8069f7a3e
Update strings.xml 2023-05-10 16:17:01 +03:30
L
ca9b7adfa0
Update strings.xml
a few words
2023-05-10 15:21:40 +03:30
L
3c3b6544cf
Update strings.xml
changed a couple of words
2023-05-10 15:02:28 +03:30
Bardesss
910849b3c7
Update strings.xml (NL)
Updated translation
2023-05-10 08:55:43 +00:00
Believethehype
d48a15bfb3 Update strings.xml 2023-05-09 21:15:55 +02:00
Believethehype
489941106b fixed path of persian translation 2023-05-09 21:14:50 +02:00
Believethehype
a0391fb8a5 Merge branch 'pr/1' into persian_translation 2023-05-09 21:11:40 +02:00
633be54dd4 Updates dependencies 2023-05-09 13:20:59 -04:00
470281fa87 Filters lists out of the user's profile 2023-05-09 12:58:56 -04:00
bb8bb16370 Better regex for nostr:n.. citations in text. 2023-05-09 11:10:39 -04:00
4325975686 v0.44.0 2023-05-08 16:20:40 -04:00
53ec9d777f - Moving postValue to IO thread
- launching navigate in a thread
2023-05-08 16:10:16 -04:00
3e6e7d4863 - Checks if the file still exists before discarding a duplicate event.
- Adding a per list EOSE
2023-05-08 15:34:59 -04:00
81290f2b26 Moving follows to the known list. 2023-05-08 14:58:39 -04:00
4dcf38c492 Fixing tab sliders from jumping from one state to the other 2023-05-08 14:46:23 -04:00
04c1300317 Adding List Choice to Notifications 2023-05-08 11:04:37 -04:00
greenart7c3
0d051117b2 add toast message to strings.xml 2023-05-08 11:03:17 -03:00
greenart7c3
d31eca1b42
Merge branch 'main' into main 2023-05-08 10:48:48 -03:00
greenart7c3
a503a1b218 show orbot dialog at login 2023-05-08 10:45:10 -03:00
70890def82 v0.43.2 2023-05-08 09:43:31 -04:00
d0eadcf30d Formatting 2023-05-08 09:39:54 -04:00
ae268cc197 Fixing NostrFiles dev downloader 2023-05-08 09:39:44 -04:00
L
0bf317a818
Update strings.xml 2023-05-08 12:01:21 +03:30
L
915f7c07e8
Update strings.xml 2023-05-08 10:40:59 +03:30
L
69a1302404
Update strings.xml 2023-05-08 09:47:05 +03:30
d6d273e34c v0.43.1 2023-05-07 21:46:01 -04:00
462c73341f Fixes cutting text in the wrong language 2023-05-07 21:45:38 -04:00
aa07fbfc94 Adjusting NostrFilesDev to the latest API 2023-05-07 18:47:39 -04:00
950eefa4e3
Merge branch 'main' into nostrfilesdev 2023-05-07 18:42:09 -04:00
f2bbdd44a6 Removing file transform function 2023-05-07 18:40:24 -04:00
cb09a26ef5 Refactoring the nostr.build uploader 2023-05-07 18:37:33 -04:00
L
43156e3e11
Update strings.xml 2023-05-07 23:51:47 +03:30
eba14cf9f1 v0.43.0 2023-05-07 16:14:18 -04:00
13de5973ca Improving performance of the RichText Viewer 2023-05-07 16:12:28 -04:00
936f750826 Moving private messages and channel loading to a thread. 2023-05-07 16:11:40 -04:00
L
faf215110a
Update strings.xml 2023-05-07 23:34:27 +03:30
L
839e00ae36
Update strings.xml 2023-05-07 22:50:37 +03:30
L
b829a42d76
Update strings.xml 2023-05-07 22:45:58 +03:30
L
e1c3191f31
Update strings.xml 2023-05-07 22:18:25 +03:30
f44549de41 Loading Users and Notes in Launched Effects only because of @Synchronized in the getOrCreate methods in LocalCache 2023-05-07 12:51:12 -04:00
1c0fcc4ab8 Solves NPE when loading an invalid npub in a citation 2023-05-07 12:50:17 -04:00
fcc6793244 Limiting AuthorGalleries to 50 people 2023-05-07 08:53:52 -04:00
dea35552d5 Calculating ZapAmount and converting to the screen before exiting the IO thread 2023-05-06 22:27:00 -04:00
b093873eb0 Avoids trying to decrypt a zap that was not sent by the author. 2023-05-06 22:17:43 -04:00
e5de2c45de Moving withContext to scope.launch to avoid waiting the results. 2023-05-06 21:58:25 -04:00
70d8d9e2e0 formatting 2023-05-06 20:59:24 -04:00
dc0fe75b3d Removing crossfades that might reduce the loading speed 2023-05-06 20:59:09 -04:00
25a34dd2e8 formatting 2023-05-06 20:03:04 -04:00
90227e1cdc Refactoring NIP05 verification 2023-05-06 20:02:54 -04:00
bba45dd0a7 Moving clickable to Row and not AsyncImage because it's faster 2023-05-06 19:19:57 -04:00
fdca0af97b Improving performance of the UserNameDisplay by making variables immutable 2023-05-06 19:18:15 -04:00
795120e932 Improving performance of Badge events 2023-05-06 19:17:39 -04:00
79da9cee01 NoteCompose refactoring 2023-05-06 11:49:53 -04:00
fbbb9b0d72 Increasing sensitivity for Language identification options 2023-05-06 09:53:44 -04:00
97d56d61d1 Caching Private Zap decryption 2023-05-06 09:46:25 -04:00
f3316f53ea Renames Hex.toByteArray() to avoid confusing with String.toByteArray() 2023-05-06 09:24:39 -04:00
e3ccf71a84 v0.42.5 2023-05-05 18:50:19 -04:00
635279d59a Testing removing the gradient of quoted posts. 2023-05-05 18:49:32 -04:00
0c673e91c6 BugFix for displaying other people's list after loading them from their profile 2023-05-05 18:49:13 -04:00
3519e20a98 BugFix for the empty selection 2023-05-05 18:48:37 -04:00
7167d57d22 v0.42.4 2023-05-05 13:49:41 -04:00
86adac95c9 Adds protections for calculating zap amounts without a private key 2023-05-05 13:49:18 -04:00