Ollie Hsieh
afd87a6390
Add undo to web composer ( #542 )
2023-04-27 09:27:33 -05:00
Paul Frazee
a81158bd2a
Tune some copy
2023-04-26 09:33:56 -05:00
Paul Frazee
8d8b3f53a0
1.23
2023-04-25 21:26:33 -05:00
Paul Frazee
c8541a7243
Fix e2e
2023-04-25 21:25:49 -05:00
Paul Frazee
fc19ffba38
Update report modal to use new groupings (close [APP-567]) ( #533 )
2023-04-25 21:04:50 -05:00
Paul Frazee
9b86cb5c36
Fix: dont request more than 25 posts at a time (close [APP-561]) ( #534 )
2023-04-25 20:47:37 -05:00
Paul Frazee
f33a355a1a
[APP-562] Persist 'copied' state of invite codes ( #535 )
...
* Persist 'copied' state of invite codes (close APP-562)
* Dont show copied message if invite used
2023-04-25 20:47:07 -05:00
Paul Frazee
e1fd50d014
Add web network failure error detection (close APP-83) ( #537 )
2023-04-25 20:46:47 -05:00
Ansh
e99c324f14
add pal.text to onboarding screens ( #538 )
2023-04-25 20:46:34 -05:00
Paul Frazee
ae895155fd
Fix to error screen and postthread loading state ( #540 )
...
* Fix loading state on postthread
* Improve error screen rendering
* Dark mode exclamation in error screen
* Fix lint
2023-04-25 20:45:59 -05:00
Ollie Hsieh
8f3915e0a5
Merge pull request #541 from bluesky-social/ansh/app-569-make-sure-android-is-not-allowing-more
...
[APP-569] Only allow selecting 4 pics max
2023-04-25 14:52:53 -07:00
Ansh Nanda
fa612fade6
only allow selecting 4 images max
2023-04-25 14:45:41 -07:00
Ansh
c8a7f27d43
Merge pull request #536 from bluesky-social/ansh/app-558-share-profile-and-post-broken-on-android
...
[APP-558] Sharing refactor
2023-04-25 14:04:56 -07:00
Ansh Nanda
d0d24ea248
consolidated share code to shareUrl
2023-04-25 13:45:46 -07:00
Ansh
01410ad4bf
create Alert.tsx and Alert.web.tsx and replace uses ( #513 )
2023-04-25 14:01:47 -05:00
Ansh Nanda
3463f601a3
add dev menu opening instructions by platform
2023-04-25 11:59:11 -07:00
Ollie Hsieh
b00365c196
Prevent keyboard from blocking alt image modal ( #531 )
...
* Prevent keyboard from blocking alt image modal
* Tune padding of altimage modal on desktop web
---------
Co-authored-by: Paul Frazee <pfrazee@gmail.com>
2023-04-25 13:34:06 -05:00
Paul Frazee
3ef7504f91
1.22
2023-04-24 20:08:37 -05:00
Paul Frazee
26cef73b5c
If adding the user's post when empty, just refresh ( #530 )
2023-04-24 20:07:58 -05:00
Paul Frazee
f4da2f4442
Tune feed loading behavior ( #528 )
...
* Never autoload home feed on focus
* On web, just check for new notifications on focus
* Switching tab in the home feed now checks for latest
2023-04-24 19:41:27 -05:00
Paul Frazee
7a10762716
Rework how recently-created posts are added to the feed (repeat posts issue) ( #527 )
...
* Rework new-post behavior to just add the user's created post to the top
* Only add post to top when not a reply
* Fix: run update in action
2023-04-24 19:41:16 -05:00
Paul Frazee
df1791bde2
Update hardcoded suggested actors ( #524 )
...
* Update the hardcoded suggested follows
* Update the suggested actors to just use hardcoded list since there's now the foaf system
2023-04-24 18:49:11 -05:00
Ansh
c5222db38b
memoize things, clean code, and replace deprecated resizeMode with contentFit ( #526 )
2023-04-24 18:45:02 -05:00
Paul Frazee
1b356556c9
Performance fixes with new getPosts ( #525 )
...
* Update notifications to fetch in a batch using getPosts
* Improve search perf with getPosts
* Bump @atproto/api@0.2.9
* Just use post uri for key
2023-04-24 17:02:58 -05:00
Paul Frazee
da8af38dcc
Android & visual fixes: color themes, repost icon, navigation, back handler, etc ( #519 )
...
* Switch android to use slide left/right animations on navigation
* Bump the repost icon down by a pixel
* Tune theme colors for contrast and darker bg on darkmode
* Move back handler to a point in the init flow that leads to more consistent capture of events
* Fix image share flow on android
* Fix lint
* Add todo about sharing not available
* Drop the android slide animation because it's too slow
* Fix 'flashes of white' in dark mode android
2023-04-24 16:36:05 -05:00
Ollie Hsieh
9d8600c213
Merge pull request #522 from bluesky-social/ollie/staging-link
...
Update client staging URL
2023-04-24 11:06:05 -07:00
renahlee
57c87ba7cf
Update client staging URL
2023-04-24 10:55:35 -07:00
Ollie Hsieh
df8059bf9a
Increase alt text limit to 1000 ( #521 )
2023-04-24 12:44:42 -05:00
Paul Frazee
36eca53b87
1.21
2023-04-22 19:29:54 -05:00
Paul Frazee
c7600fe0c2
Web fixes ( #517 )
...
* Fix scroll behaviors on web
* Remove headers on web to avoid scroll overflow
* Fix follow button press in cards
2023-04-22 19:08:41 -05:00
Paul Frazee
5085861b9a
Feed fixes: repeat posts & nonreplies showing up in the wrong place ( #516 )
...
* Fix the repeat posts issue on the home feed
* Fix: replies no longer show up in the no-replies feed
2023-04-22 18:35:12 -05:00
Paul Frazee
d35f7c1f1a
Android fixes ( #515 )
...
* Fix profile screen performance on android and remove dead code
* Correctly handle android hardware back btn
* Fix EditProfile modal for android
* Fix lint
2023-04-22 17:14:20 -05:00
Ollie Hsieh
eb6b36be61
Merge pull request #514 from bluesky-social/ollie/ap-dark-mode
...
Fix App Passwords iOS dark mode modal
2023-04-22 06:22:08 -07:00
renahlee
7d43e25933
Fix App Passwords iOS dark mode modal
2023-04-21 22:15:59 -07:00
Paul Frazee
2b96279103
Fix link opening ( #512 )
2023-04-21 20:28:19 -05:00
Paul Frazee
af2fd3cf29
More hotfixes to app passwords ( #511 )
...
* Fix app passwords modal on web
* Fix delete app password on web
2023-04-21 19:58:42 -05:00
Paul Frazee
16124b5081
1.20.0
2023-04-21 19:41:59 -05:00
Paul Frazee
bbc2ab334d
Hotfix feed sizing ( #510 )
...
* Fix home feed sizing on web
* Bump api@0.2.8
2023-04-21 19:34:07 -05:00
Ansh
38eb299011
[APP-522] Create & revoke App Passwords within settings ( #505 )
...
* create and delete app passwords
* add randomly generated name
* Tweak copy and layout of app passwords
* Improve app passwords on desktop web
* Rearrange settings
* Change app-passwords route and add to backend
* Fix link
* Fix some more desktop web
* Remove log
---------
Co-authored-by: Paul Frazee <pfrazee@gmail.com>
2023-04-21 18:55:29 -05:00
Ollie Hsieh
aa56f4a5e2
Move border positioning to FlatList and ScrollView ( #509 )
...
* Move border positioning to FlatList and ScrollView
* Fix mobile web tab bar border
2023-04-21 16:40:41 -05:00
Ollie Hsieh
f0706dbe9f
Add alt text support and rework image layout ( #503 )
...
* Add alt text support and rework image layout
* Add additional BottomSheet implementation to account for nested Composer modal
* Use mobile gallery layout on mobile web
* Missing key
* Fix lint
* Move altimage modal into the standard modal system
* Fix overflow wrapping of images
* Fixes to the alt-image modal
* Remove unnecessary switch
* Restore old imagelayoutgrid code
---------
Co-authored-by: Paul Frazee <pfrazee@gmail.com>
2023-04-21 16:20:06 -05:00
Paul Frazee
0f5735b616
Fix profile link 404s on session change & handle change [APP 523] ( #507 )
...
* Use DID to link to the user profile to gracefully handle... handle changes
* Reset nav state on active profile change
2023-04-21 12:21:38 -05:00
Paul Frazee
9f9bd314b3
1.19
2023-04-20 17:43:01 -05:00
Paul Frazee
e02c926c8a
Improvements to notifications screen [APP-520] ( #501 )
...
* Refresh or sync notifications when the tab is navigated to
* Fix to bad textnode render
* Speed up initial session load
* Fix lint
* Restore updateSessionState() on session resumption
2023-04-20 17:36:25 -05:00
Paul Frazee
f2fe4abdce
Fix positioning of the load more button ( #502 )
2023-04-20 17:34:45 -05:00
Paul Frazee
22884b53ad
Thread muting [APP-29] ( #500 )
...
* Implement thread muting
* Apply filtering on background fetched notifs
* Implement thread-muting tests
2023-04-20 17:16:56 -05:00
Ollie Hsieh
3e78c71018
Share profile and post ( #499 )
2023-04-20 13:08:30 -05:00
Ansh
74a1910e12
[APP-514] Fix weird scrollbar position on profile screen ( #497 )
...
* add scrollIndicatorInset to ViewSelector FlatList
* Update ViewSelector.tsx
* Update ViewSelector.tsx
2023-04-20 12:32:49 -05:00
Paul Frazee
04e0ebe8fc
Feed and notifs improvements ( #498 )
...
* Reduce frequency of the notifications sync
* Reduce frequency of home feed polling
* Ensure loading spinner is visible in notifications
* Render notifications loading spinner in the flatlist
* Fixes and performance improvements to notifications
* Render 30+ on notifications if at max
* Fix issue with repeating posts in home feed
* Dont check for unread notifs if we're already at max
2023-04-19 20:11:10 -05:00
Ollie Hsieh
b24ba3adc9
Add cursor to clickable elements ( #491 )
...
* Add cursor to clickable elements
* Add cursor to clickable elements
* Update per comments
* Fix word wrap in notifications
* Center the web login-load screen
* Add hover states on web
* Fix lint
---------
Co-authored-by: Paul Frazee <pfrazee@gmail.com>
2023-04-19 20:05:10 -05:00