William Casarin
88db9de4ea
Fix reposts on macos
2023-04-24 15:38:11 -07:00
William Casarin
357e8adf86
Refactor disable_animation setting
...
Pass it down from the top instead of using a function which goes around
our settings store
2023-04-22 12:08:24 -07:00
William Casarin
aa559b2916
Refactor and Scope user settings to pubkey
2023-04-21 16:21:01 -07:00
William Casarin
9bf8349db6
Friends filter for notifications
...
Changelog-Added: Friends filter for notifications
2023-04-21 14:17:37 -07:00
William Casarin
8a20b7e4a7
Add #zaps and #onlyzaps to custom hashtags
...
Changelog-Added: Add #zaps and #onlyzaps to custom hashtags
2023-04-20 14:40:16 -07:00
William Casarin
ac82f1bc09
Add OnlyZaps Mode
...
Changelog-Added: Add OnlyZaps mode: disable reactions, only zaps!
2023-04-20 13:41:05 -07:00
66641fc9ae
Add setting to hide reactions
...
Changelog-Added: Add setting to hide reactions
2023-04-20 08:20:50 -07:00
William Casarin
02fc065005
Always check signatures on profile events
...
These contain sensitive data (lightning addresses) and it would be
really bad if these were forged.
Changelog-Changed: Always check signatures of profile events
2023-04-15 16:01:00 -07:00
William Casarin
a4d40dbfa6
Revert "Changelog-Added: Banner Image Upload"
...
I didn't mean to commit this yet
This reverts commit 95041600dc .
2023-04-15 12:43:44 -07:00
Swift
05d332eac3
Add deep links for local notifications
...
Allow notifications to be clickable
Changelog-Added: Add deep links for local notifications
Co-authored-by: William Casarin <jb55@jb55.com >
Closes : #880
2023-04-15 12:41:49 -07:00
William Casarin
247270f3d3
Introduce LocalNotification
...
This will be used for local notification data
2023-04-15 12:40:00 -07:00
Joel Klabo
95041600dc
Changelog-Added: Banner Image Upload
2023-04-15 10:28:17 -07:00
1ac9620242
Add thread muting
...
Changelog-Added: Add thread muting
Closes : #893
2023-04-14 09:43:36 -07:00
William Casarin
e9f71ed07c
Load images asyncronously from disk
...
Changelog-Fixed: Fix hitches caused by syncronous loading of cached images
2023-04-12 13:34:21 -07:00
William Casarin
0b3918710a
Include #btc in custom #bitcoin hashtag
...
Changelog-Added: Include #btc in custom #bitcoin hashtag
2023-04-11 15:16:57 -07:00
William Casarin
82fff4591c
Add #zap and #zapathon custom hashtags
...
Changelog-Added: Add #zap and #zapathon custom hashtags
2023-04-07 12:05:54 -07:00
William Casarin
5b1808d8e7
Add custom #plebchain icon
...
Changelog-Added: Add custom #plebchain icon
2023-04-07 10:10:13 -07:00
William Casarin
8d0aea22fd
Custom hashtag offsets
...
This allows you to tweak the positioning a bit
2023-04-06 17:28:43 -07:00
William Casarin
3d27e49e70
Add custom #nostr and #coffeechain hashtags
...
Changelog-Added: Custom hashtags for #nostr and #coffeechain
2023-04-06 17:09:50 -07:00
William Casarin
e9be227009
Add bitcoin icon to bitcoin hashtags
...
Changelog-Added: Add bitcoin icon to bitcoin hashtags
2023-04-06 16:04:16 -07:00
William Casarin
c7bf1da797
perf: cache lnurl to avoid bech32 encoding on the main thread
2023-04-06 10:26:51 -07:00
William Casarin
c5341ba337
Cache translations, fix translation popping
...
Completely refactor Translate View. Simplify bool logic into a state enum.
Changelog-Fixed: Fix translation text popping
Changelog-Added: Cache translations
2023-04-06 10:16:53 -07:00
William Casarin
b9fed6e4eb
Fix crash in relay list view
...
Changelog-Fixed: Fix crash in relay list view
2023-04-05 12:33:08 -07:00
William Casarin
89b2382ad7
Rename block to mute
...
Changelog-Changed: Rename block to mute
2023-04-05 08:53:21 -07:00
William Casarin
bedf7e0648
Add reply counts
...
Changelog-Added: Reply counts
2023-04-04 12:03:56 -07:00
William Casarin
679779ab3e
Get around CCP bootstrap relay banning by caching user's relays as their bootstrap relays
...
Changelog-Fixed: Get around CCP bootstrap relay banning by caching user's relays as their bootstrap relays
2023-04-04 10:12:29 -07:00
William Casarin
41f692a0c4
Cache fit/fill as well as height
2023-04-03 15:07:32 -07:00
William Casarin
e0d4841147
Cache image heights to reduce popping
2023-04-03 15:02:35 -07:00
William Casarin
2596542cb6
Enable offline posting
...
You can now post, like, repost, reply offline
Changelog-Added: Enable offline posting
2023-03-31 15:14:55 -07:00
08b7e50bd8
Fix localization issues and import translations
2023-03-31 10:10:26 -04:00
William Casarin
0a4e75bfec
Add nip05 search
...
Changelog-Added: Added ability to lookup users by nip05 identifiers
2023-03-29 19:24:06 -04:00
f75fc7eebe
Add optional language filter on Universe feed
2023-03-27 10:26:18 -04:00
William Casarin
4bda490010
v1.3.0-5
2023-03-20 09:27:13 -06:00
f367df2225
Fix localization issues, and export and import translations
2023-03-16 23:00:52 -04:00
William Casarin
04bce34297
Don't show both realname and username if they are the same
...
Changelog-Changed: Don't show both realname and username if they are the same
2023-03-14 16:53:13 -06:00
OlegAba
18449c8c0d
Fix repost button sometimes not working
...
Changelog-Fixed: Fix repost button sometimes not working
Closes : #738
2023-03-13 12:54:13 -06:00
OlegAba
be1c03ad0e
Fix KF options order
...
Closes : #758
2023-03-13 09:47:03 -06:00
Bryan Montz
89bb293acd
Prune EventCache when iOS fires memory warning
...
Closes : #736
2023-03-05 14:50:12 -05:00
OlegAba
0aff41d384
Add option to disable image animation
...
Changelog-Added: Add option to disable image animation
Closes : #707
2023-03-04 17:49:39 -05:00
William Casarin
d0a6c2e2e4
Thread Caching
...
Changelog-Added: Threads now load instantly and are cached
2023-03-04 17:40:22 -05:00
William Casarin
b58baca227
Bookmarks Refactor
...
- Don't do async loading stuff
- Move bookmarkmanager to damus state
- Remove bookmarks update notififcation and switch to observed object
- Switch api to use events explicitly instead of strings
2023-03-03 11:57:18 -05:00
William Casarin
5134004ff7
Fix zap creation
2023-03-01 21:59:01 -08:00
William Casarin
071a4209ea
Only send lud12 comment if its not a private zap
2023-03-01 10:51:49 -08:00
William Casarin
77f5268336
Private Zaps
...
This adds private zaps, which have messages and authors encrypted to
the target. Keys are deterministically generated so that both the
receiver and sender can decrypt.
Changelog-Added: Private Zaps
2023-03-01 09:56:25 -08:00
William Casarin
9fd2f51971
Merge remote-tracking branch 'tyiu/tyiu/translations'
2023-02-26 15:48:55 -08:00
William Casarin
4b5c217213
Add scroll queue detection in notification view
...
This will stop injecting events into the timeline if you're scrolling
2023-02-26 14:14:25 -08:00
240fda2429
Merge branch 'tyiu/notifications' into tyiu/translations
2023-02-27 10:58:10 +13:00
16156f4d9a
Fix number formatting for Arabic and other languages
2023-02-27 10:27:13 +13:00
77bcd1b715
Fix localization and add tests for EventGroupView
2023-02-27 10:20:50 +13:00
William Casarin
71f7ea47df
Customized Zaps
...
Changelog-Added: Customized zaps
2023-02-26 11:53:29 -08:00