Commit Graph

439 Commits

Author SHA1 Message Date
tyiu 619ece67be Internationalize time ago since string
Switches to using standard date component formatting abbreviations and enables it to be localized to non-English locales
2022-12-30 23:46:40 -05:00
William Casarin 1b21a7a7b7 User relays view
Changelog-Added: Added relay list to user profiles
2022-12-29 16:55:36 -08:00
William Casarin 9e6e22fa2d v0.1.8-9 changelog 2022-12-29 16:18:07 -08:00
William Casarin 14a3a352d6 Recommended relay view
Changelog-Changed: Show recommended relays in config. Currently just a fixed set.
2022-12-29 16:08:00 -08:00
William Casarin 3824e95f29 relays: keep in sync with user relay list
Still need to figure out how to ensure new bootstrap relays are added...

Changelog-Changed: Ensure contact relay list is kept in sync with internal relay pool
2022-12-29 15:23:34 -08:00
William Casarin 2867da61ca Fixed issue where contact list would sometimes revert to an older version
Changelog-Fixed: Fixed issue where contact list would sometimes revert to an older version
2022-12-29 13:25:07 -08:00
William Casarin 3ebd562217 add relays.nostr.bg to bootstrap relay list 2022-12-29 13:24:32 -08:00
Joel Klabo 4440f32814 Tweak Boosted Label Layout for Better Alignment 2022-12-29 10:06:58 -08:00
Thomas 3370ac59d8 Don't show boosts in threads
Changelog-Fixed: Don't show boosts in threads
2022-12-29 09:28:28 -08:00
William Casarin 37189e3862 Re-introduce a small amount of padding under the tab bar 2022-12-29 09:27:29 -08:00
William Casarin 614b48eeae remove extra whitespace on tabbar 2022-12-29 09:21:37 -08:00
William Casarin bfae6fcf12 v0.1.8-8
Mostly crash fixes and invoice tweaks
2022-12-28 22:53:39 -08:00
William Casarin b19bc27ead Adjust invoice height 2022-12-28 22:52:28 -08:00
William Casarin 754b47d693 Fix crash when adding relays
Changelog-Fixed: Fix crash when adding relays
2022-12-28 22:39:37 -08:00
William Casarin 69f8bc9779 Disable link previews for iOS <16
Changelog-Fixed: Disabled link previews for iOS 15.* to fix crashing
2022-12-28 22:38:55 -08:00
William Casarin 65d7bbf050 thread: scroll to bottom, less jittery 2022-12-28 14:55:16 -08:00
William Casarin 13516dbc0a Show images from yourself
Changelog-Fixed: Show images from yourself
2022-12-28 14:40:32 -08:00
William Casarin 1a28f8ca94 fix pay button
Changelog-Fixed: Fix pay button
2022-12-28 14:40:06 -08:00
William Casarin 05be94e663 build 7 2022-12-28 14:39:53 -08:00
William Casarin 7692e2bf7e Fix issue with wallet links opening in app store
Changelog-Fixed: Fix issue with wallet links opening in app store
2022-12-28 13:57:56 -08:00
William Casarin 266b1cc0bd actually bump build number =/ 2022-12-28 13:33:23 -08:00
William Casarin 4ecd864963 v0.1.8-6 changelog 2022-12-28 13:32:26 -08:00
William Casarin 54cfdb8dcc Add author to changelog tool 2022-12-28 13:32:17 -08:00
William Casarin 3405742350 Wallet Selector
Closes: #107
Changelog-Added: lightning wallet selector
2022-12-28 13:10:54 -08:00
Pablo Fernandez 205774f684 Fix when calling parse_hex_char out of bounds
Closes: #158
Changelog-Fixed: Fix crash with @ sign in some posts
2022-12-28 12:44:47 -08:00
tyiu 0af8646fd5 Swap order of Logout and Cancel alert buttons
To conform to Apple's Human Interface Guidelines

Closes: #159
Changelog-Fixed: Swapped order of Logout and Cancel alert buttons
2022-12-28 12:40:17 -08:00
Jonathan Milligan 393745f67c feat: Add keyboard shortcuts to switch main views and create posts
I added several keyboard shortcuts so users can switch between the main
views of "Home", "DMs", "Search", and "Notifications" with the shortcuts
"CMD+1", "CMD+2" etc.. Those shortcuts made the most sense to me but
they're definitely up for discussion.

Added a new keyboard shortcut to creat a new post. Unfortunately it had
to be "SHIFT+CMD+N" because "CMD+N" already created a new window.

Closes: #163
Changelog-Added: Cmd-{1,2,3,4} to switch between tabs on MacOS
Changelog-Added: Shift-Cmd-N to create a post on MacOS
2022-12-28 12:38:43 -08:00
William Casarin 7c132675ac images: use clear background color instead of black/white 2022-12-28 12:35:02 -08:00
Sam DuBois e6ab1d16d5 Added padding to the tab bar to fix a layout issue for some devices
Closes: #161
Changelog-Fixed: Fixed padding issue on tabbar on some devices
2022-12-28 12:34:42 -08:00
Amos Elliston 94ad5ad366 Add padding to the followers list
Closes: #162
2022-12-28 12:30:40 -08:00
Sam DuBois cabe3cf791 Show Link Previews
Closes: #170
Changelog-Added: Link Previews!
2022-12-28 12:22:12 -08:00
OlegAba c1c832fab7 Fix post button moving after selecting from search result
Closes: #167
Changelog-Fixed: Fix post button moving after selecting from search result
2022-12-28 11:29:43 -08:00
William Casarin 25b233f586 Images: Don't show white background in dark mode and vice versa
Changelog-Fixed: Don't show white background on images in dark mode
2022-12-28 11:26:40 -08:00
William Casarin fd6173c38c bump package 2022-12-28 11:26:33 -08:00
William Casarin 33b410a4c9 Event Cleanup
Closes: #164
Changelog-Changed: Blur and opaque non-friend images rather than only display the link
Changelog-Changed: Remove URLs in content text when image is displayed
Changelog-Changed: Show non-image URLs as clickable link views
Changelog-Changed: Adjusted Pay button on invoices.
2022-12-28 11:25:16 -08:00
Suhail Saqan c4acebdfee Added paste and delete buttons to add relay field
Closes: #168
Changelog-Added: Added paste and delete buttons to add relay field
2022-12-28 11:07:31 -08:00
Suhail Saqan b5f18da01e Merge pull request #2 from 0xtlt/pr/107-1
"Pay" click : Temporary solution
2022-12-28 02:41:33 -06:00
Thomas 15f6c5bfc2 "Pay" click : Temporary solution 2022-12-28 08:59:42 +01:00
Sam DuBois f04f9dfa33 Added detailed link views using async await 2022-12-27 17:45:19 -07:00
Sam DuBois d7aaca25ee Add Context Menu to copy button 2022-12-27 17:43:37 -07:00
Sam DuBois 702c35382c Merge branch 'master' into event-cleanup 2022-12-27 17:42:37 -07:00
Suhail Saqan 270a29f9c0 Merge branch 'master' into add-wallet-modal 2022-12-27 17:54:51 -06:00
William Casarin b23203825a LNUrl -> LNURL 2022-12-27 15:29:12 -08:00
William Casarin a67cd2a841 v0.1.8-5 changelog 2022-12-27 15:25:58 -08:00
William Casarin 2322186f34 v0.1.8-5 2022-12-27 15:25:15 -08:00
William Casarin d35945258f thread: adjust reply line opacity 2022-12-27 15:23:32 -08:00
William Casarin a6a9d4ed77 images: don't cutoff gifs
Changelog-Fixed: Don't cutoff gifs
2022-12-27 14:41:50 -08:00
William Casarin e3db9954f1 thread: fix fonts up a bit 2022-12-27 14:41:50 -08:00
Thomas d1cbf74840 Improved visual composition for threads
Changelog-Changed: Improve visual composition of threads
2022-12-27 14:41:28 -08:00
William Casarin 538ce45c2c Show npub abbreviations instead of hex
Changelog-Changed: Show npub abbreviations instead of old-style hex
2022-12-27 14:14:49 -08:00