Commit Graph

1767 Commits

Author SHA1 Message Date
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