Commit Graph

2206 Commits

Author SHA1 Message Date
Hailey b4e220ede9 handle landing on start link 2024-06-13 14:12:40 -07:00
Hailey 44591b070e rm drawer item 2024-06-13 09:01:26 -07:00
Hailey eb40c9085b fix type errors 2024-06-12 12:29:19 -07:00
Hailey b1ea5d6ba8 organize 2024-06-12 12:20:54 -07:00
Hailey a083655f9f cleanup diff 2024-06-12 12:16:35 -07:00
Hailey b930100ded revert unused change 2024-06-12 12:14:40 -07:00
Hailey 8fa624d2c3 rm placeholder 2024-06-12 12:12:18 -07:00
Hailey 13dae9bc0d gate by testflight 2024-06-12 11:35:03 -07:00
Hailey 567daca018 make landing part of logged out state 2024-06-12 11:27:22 -07:00
Hailey 2df0e2c706 rm navigation 2024-06-12 10:19:13 -07:00
Hailey 4e84a65b65 move landing to logged out view 2024-06-12 10:16:41 -07:00
Hailey e16c83c40c rm debug buttons 2024-06-11 23:47:08 -07:00
Hailey 7d8199771e merge main 2024-06-11 23:42:59 -07:00
Hailey a6b7034a04 rm a log 2024-06-11 22:48:34 -07:00
Hailey e2f328eee4 only show tab when user has starter packs 2024-06-11 22:46:06 -07:00
Paul Frazee 6736384ff4 Release 1.86 prep (#4490)
* Test updates

* Run intl extract
2024-06-11 16:20:26 -07:00
Hailey 1508232163 use useravatars for starter pack icon 2024-06-11 14:39:05 -07:00
Samuel Newman 3d4b390a8a Only enable keyboard controller when necessary (#4483)
* Only enable keyboard controller when necessary

* make it screen only

* rm keyboard padding

* rm keyboardpadding file

* revert using keyboard controller in composer

* remove styles.outer (unnecessary for revert)

* continue to use keyboard padding in the report dialog for dms

---------

Co-authored-by: Hailey <me@haileyok.com>
2024-06-11 12:50:56 -07:00
Paul Frazee aca0fa23ec Update feeds header to just have edit link (#4484) 2024-06-11 12:34:03 -07:00
Paul Frazee 46e12c6d34 Improve thread loading (#4402)
* Increase the number of posts loaded when a self-thread is present

* Increase depth to 10, detect cutoffs on self-threads and show continue link

* Stacky the avis
2024-06-11 11:30:38 -07:00
Eric Bailey 4b6609d48b Move feeds screen into common navigator, handle usages (#4365)
* Move feeds screen into common navigator, handle usages

* Add link to Feeds from home screen (#4366)

* Add link to feeds to home screen header

* Center logo

* Replace icons

* Tweak spacing

* Tweak spacing

* Swap icon, sizing

* Buttonize, size

* Make menu same alignment on all screens

* Remove FeedsTab support, enable drawer swipe on MessagesTab

* Add note

* Vertically align header

* Swap in Pin

* Use hashtag icon

* Remove png

* Fix reference

* Ensure alignment with home and other screens
2024-06-11 11:08:06 -07:00
Samuel Newman 3573f7ea40 rip out native translate (#4482) 2024-06-11 10:51:03 -07:00
Samuel Newman d85c8a0976 Revert to old modal on android (#4458)
* revert to old modal on android

* close alf dialogs before closing composer

* Try to fix white area

* Use hook

* Fix Back button

* oops

---------

Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
2024-06-11 05:10:57 +02:00
Eric Bailey 848151c4f9 Revert "Fix undefined block (#4471)" (#4472)
This reverts commit 7cac413f3b.
2024-06-11 03:49:28 +02:00
Eric Bailey 7cac413f3b Fix undefined block (#4471)
* Fix undefined block (#4378)

* Fix undefined block

* Changing text and handling all blocks.

* Tweaks

* Hide follow button in hover card if user blocked

---------

Co-authored-by: Josh <hi@oracularhades.com>
2024-06-10 20:45:23 -05:00
Samuel Newman 4e9a65200e add hitslop to repost button (#4469) 2024-06-10 16:43:04 -07:00
Paul Frazee 86e81650d3 Add a loading indicator to notifications when loading latest (#4468)
* Add a loading indicator to notifications when loading latest

* Adjust size and alignment
2024-06-11 01:17:34 +02:00
Paul Frazee 4efd576f6a Visually improve the empty state of feeds (#4466) 2024-06-10 13:44:21 -07:00
Hailey 8719b4de31 add a temp drawer item 2024-06-10 13:28:55 -07:00
Hailey c05d5aa38c merge main 2024-06-10 13:20:05 -07:00
Hailey f938fb8bd5 log event when following from starter pack list 2024-06-10 13:16:47 -07:00
Hailey b4566fed97 land on following when only people are in the list 2024-06-10 13:13:10 -07:00
Hailey f3356bc11c add event context 2024-06-10 13:02:05 -07:00
Paul Frazee c2d7d23423 Give a meaningful error in the composer when replying to a deleted post (#4464) 2024-06-10 22:02:00 +02:00
Paul Frazee 0404111f03 Fix: show known feed error UI more reliably (#4463) 2024-06-10 22:01:14 +02:00
Hailey 179c7829a9 land on the correct feed 2024-06-10 13:01:13 -07:00
Hailey 5dd195bcb7 Check canAskAgain for notification permissions (#4460) 2024-06-10 12:14:00 -07:00
Paul Frazee 90ec22a674 Add support for new-tab clicks on feeds (#4462) 2024-06-10 11:44:13 -07:00
Hailey 60c3bc7677 merge main 2024-06-10 11:16:25 -07:00
dan 620ab88713 Ungate mobile web notification badge (#4459) 2024-06-10 18:17:26 +02:00
Francesco Lodovici b688da8d58 Fix (#4430): Use separate hooks for shell mode animated styles (#4451)
* Fix (#4430): Use separate hooks for shell mode animated styles

* Consolidate in one file

---------

Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
2024-06-10 17:19:28 +02:00
Hailey 0c99c63541 fix default 2024-06-09 17:12:16 -07:00
dan a2d1cf68b9 Reliably focus keyboard on Android (#4427) 2024-06-07 22:27:16 -07:00
Hailey 40196cef09 tweaks 2024-06-07 16:20:41 -07:00
Hailey 1c11bc9879 Merge branch 'main' into starter-packs 2024-06-07 15:21:34 -07:00
Samuel Newman 29a4a5f90c Composer - backup android focus (#4415)
* backup android focus

* bump to 300ms just to make sure it catches all of them
2024-06-07 13:32:38 +01:00
Hailey 4ce7298d03 more typecheck 2024-06-07 01:15:47 -07:00
Hailey ce662afe15 typecheck 2024-06-07 01:15:37 -07:00
Hailey 964dbf1fa2 Merge branch 'main' into starter-packs 2024-06-06 22:50:40 -07:00
Hailey fefae27396 scope enable/disable of keyboard controller in composer to only android (#4412) 2024-06-06 22:29:34 -07:00