Commit Graph

74 Commits

Author SHA1 Message Date
4d21857adf moves the processing of nip19 links to the default thread 2024-08-21 16:31:57 -04:00
f731c654b0 Improves the async rendering of Base64 content 2024-08-07 18:24:14 -04:00
fc98442f8b Adds support for CashuB tokens using CBOR 2024-07-31 17:36:48 -04:00
5e42fa5346 Adds additional logs for the size of observables in the Local Cache 2024-07-17 09:09:38 -04:00
197484dc1b Removes unnecessary id that was causing crashes. 2024-07-16 19:23:26 -04:00
9641940bd9 Updates relays that are sending old versions of replaceables or events that have been already deleted. 2024-07-11 11:36:59 -04:00
greenart7c3
c57c190344
Merge branch 'main' into base64 2024-07-11 10:42:16 -03:00
greenart7c3
21a45844df
Merge branch 'main' into base64 2024-07-05 06:35:52 -03:00
Believethehype
4bda6fa0cc Merge remote-tracking branch 'upstream/main' into gallery 2024-07-03 23:03:13 +02:00
349d6cfc22 Migrates sdk requirements to the version catalog. 2024-07-03 13:49:18 -04:00
8d88efd27b Migrating Lint to 1.3.1 2024-07-03 11:06:02 -04:00
692f7c4270 Upgrades to Kotlin 2.0.0 2024-07-03 11:00:45 -04:00
greenart7c3
e96015bcbc
Parse base64 inside the wordIdentifier function 2024-07-01 15:07:18 -03:00
greenart7c3
3a7b503890
Show base64 images 2024-07-01 14:25:29 -03:00
greenart7c3
f50e511da0
Cut the text when the content length is greater than SHORT_TEXT_LENGTH and theres no spaces and new lines 2024-06-30 10:20:14 -03:00
Believethehype
581d11702c Merge remote-tracking branch 'upstream/main' into gallery 2024-06-29 15:31:20 +02:00
David Kaspar
d404a09f8e additional html entities 8220, 8230
"8230
2024-06-29 08:30:05 +01:00
David Kaspar
30e9d4b3cd additional html entities x2d, middot 2024-06-29 08:30:05 +01:00
Believethehype
91caacd36d added first attempt to add user galleries. can read 10011 events and shows profile tab
What works:
- can load existing 10011 lists and show images in profile tab

What doesn't work:
- gallery view is broken
- can't load notes to click images to get to original note
- adding media to gallery crashes amethyst atm
- no functionality to delete media from gallery yet.
2024-06-28 16:01:56 +02:00
c18df3a157 Fixes extra } when rendering hashtags from Markdown 2024-06-27 19:03:29 -04:00
6550bdefd5 Thinner Zap button 2024-06-18 19:34:43 -04:00
5da9e430b0 Get's rid of the view count. 2024-06-18 19:33:04 -04:00
a463e8889c Adds an outlined Zap icon to match the other icons 2024-06-18 18:59:41 -04:00
c27f4a62b6 Switches Social Icons to faster SVG versions 2024-06-18 18:15:02 -04:00
6bc305dbe6 Refactoring 2024-06-13 16:38:48 -04:00
b785e0d505 Removes old Robohash 2024-06-11 18:17:51 -04:00
bd6202f8e1 - Adds support for AVIF images
- Removes gray border in image urls that couldn't be loaded.
2024-06-11 10:25:11 -04:00
c94c882c3a restructures video and image views to avoid buttons getting on top of one another. 2024-06-06 18:39:39 -04:00
a6519d57c6 Passes the video note uri so that when the user clicks in the video popup the app brings it back to the playing screen without breaking the video. 2024-06-03 17:26:40 -04:00
3a9637ccb9 Optimizes Blurhash generation 2024-05-31 14:24:55 -04:00
e2a719164f Migrates Kotlin and dependencies to the latest version 2024-05-30 09:48:45 -04:00
c7a4161799 Fixing tests 2024-05-29 12:50:46 -04:00
cd008d78a0 Improves the debug of the memory use per event kind 2024-05-24 19:26:39 -04:00
24f7991116 Fixes a white space after a new line 2024-05-20 15:15:06 -04:00
9fb8d4821e Refactoring the DVM codebase
Allows pull to refresh to request the job again.
2024-05-17 17:02:04 -04:00
5c88e7993f Fixes some of the missing classes due to R8 2024-05-16 15:14:51 -04:00
18d08bf6e0 Don't obfuscate data classes. 2024-05-16 13:01:15 -04:00
David Kaspar
94af0eb220 incremented matching group due to added matching group
added nbsp entity
2024-04-23 19:59:12 +02:00
David Kaspar
c0aea75c16 added test for html entity numbers to regular expression
added a few common html entities and entity numbers
2024-04-23 17:16:53 +02:00
eca5b47ab0 Updates Kotlin version 2024-04-10 10:20:33 -04:00
1738a775ef Fixes the lack of the Comparator interface for the Deletion Index. 2024-04-05 14:05:04 -04:00
d48714456c Fixes check for Deleted Addressable events. 2024-04-05 11:34:50 -04:00
7bb72d0c2d Adds a Deletion event cache. 2024-04-05 11:19:15 -04:00
d92f23e274 LargeCache inner map should be private 2024-04-04 23:05:35 -04:00
638dba770d Moves the creation of Draft Notes to the IO Thread 2024-04-02 17:49:52 -04:00
jiftechnify
6eb2fbfa2f
reduce creation of StringBuffers in meta tags parsing 2024-03-27 22:54:06 +09:00
jiftechnify
442cdfdf2a
move MetaTagsParser to common module 2024-03-27 21:19:52 +09:00
cd32c4db72 Makes a cache for Media Items 2024-03-26 11:56:10 -04:00
0182011487 Fixes NPE with the cached state. 2024-03-25 20:11:23 -04:00
38e701a363 Moves the Following Vector to a native composable. 2024-03-25 16:41:38 -04:00