about summary refs log tree commit diff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Dont mute posts for a user when viewing their profilePaul Frazee2023-01-022-3/+10
|
* Implement account mutingPaul Frazee2023-01-0210-10/+96
|
* Fix to loading statePaul Frazee2022-12-301-3/+6
|
* Fix the status bar coloringPaul Frazee2022-12-301-1/+7
|
* Add dark mode togglePaul Frazee2022-12-304-169/+206
|
* Integrate composer into design systemPaul Frazee2022-12-303-45/+36
|
* Various small fixesPaul Frazee2022-12-306-7/+9
|
* Integrate search into suggested followsPaul Frazee2022-12-302-48/+25
|
* Dont autofocus the search inputPaul Frazee2022-12-301-1/+0
|
* Integrate settings into design system and some various fixes/tweaksPaul Frazee2022-12-303-9/+12
|
* Integrate menu into design systemPaul Frazee2022-12-301-47/+39
|
* Integrate notifications into the design systemPaul Frazee2022-12-303-35/+45
|
* Integrate profile listings into design systemPaul Frazee2022-12-304-25/+30
|
* Update profile header to use design systemPaul Frazee2022-12-302-58/+70
|
* Integrate the shell into the design systemPaul Frazee2022-12-301-49/+16
|
* Integrate ViewSelector into design systemPaul Frazee2022-12-302-16/+12
|
* Integrate composer prompt into design systemPaul Frazee2022-12-306-18/+19
|
* Integrate ViewHeader into the design systemPaul Frazee2022-12-301-47/+31
|
* Update threads to use design systemPaul Frazee2022-12-306-137/+63
|
* Improve image layoutPaul Frazee2022-12-303-79/+192
|
* Tune post controlsPaul Frazee2022-12-284-15/+44
|
* Update posts in feed to use the theming systemPaul Frazee2022-12-289-82/+133
|
* Update notificationsPaul Frazee2022-12-282-15/+5
|
* Tighten up spacing and dividersPaul Frazee2022-12-284-25/+15
|
* Fix letter spacingPaul Frazee2022-12-281-1/+1
|
* Add a design system (#34)Paul Frazee2022-12-2878-375/+1431
| | | | | | | | | | | | | | | | | | | | | | | | | * Add theming system * Add standard Button control and update RadioButtons * Unify radiobutton with design system * Update debug screen to have multiple views * Add ToggleButton * Update error controls to use design system * Add typography to <Text> element * Move DropdownButton into the design system * Clean out old code * Move Text into design system * Add 'inverted' color palette * Move LoadingPlaceholder into the design system
* Increase image resolutionsPaul Frazee2022-12-263-14/+14
|
* Start with highest quality compression and find a suitable size (#33)Paul Frazee2022-12-266-39/+95
|
* Unit testing (#32)João Ferreiro2022-12-223-4/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add testing lib * remove coverage folder from git * finished basic test setup * fix tests typescript and import paths * add first snapshot * testing utils * rename test files; update script flags; ++tests * testing utils functions * testing downloadAndResize wip * remove download test * specify unwanted coverage paths; remove update snapshots flag * fix strings tests * testing downloadAndResize method * increasing testing * fixing snapshots wip * fixed shell mobile snapshot * adding snapshots for the screens * fix onboard snapshot * fix typescript issues * fix TabsSelector snapshot * Account for testing device's locale in ago() tests * Remove platform detection on regex Co-authored-by: Paul Frazee <pfrazee@gmail.com>
* Unvendor the api and switch to @atproto/apiPaul Frazee2022-12-22107-13781/+86
|
* Fix issue which caused parent posts to fail at mobx reactivityPaul Frazee2022-12-211-1/+1
|
* Update to use new getTimeline, getAuthorFeed, and getPostThread output modelsPaul Frazee2022-12-2017-897/+705
|
* Replace removed hasIndexes behaviorPaul Frazee2022-12-201-17/+11
|
* Get the composer into a passable visual state on android when the keyboard ↵Paul Frazee2022-12-201-0/+2
| | | | is open
* Fix post-meta truncation on androidPaul Frazee2022-12-201-6/+25
|
* Fixes to text input colors on androidPaul Frazee2022-12-206-0/+16
|
* Wrap all <Text> in a helper that ensures black color is applied by defaultPaul Frazee2022-12-2054-82/+110
|
* Use consistent rendering of avis and post metas in threadsPaul Frazee2022-12-201-40/+15
|
* Proper fix to the previous panic fix: put threads at the end when they ↵Paul Frazee2022-12-201-1/+3
| | | | should be there
* Fix to error condition that breaks the feedPaul Frazee2022-12-201-1/+2
|
* A couple more android updatesPaul Frazee2022-12-193-2/+7
|
* minor fixJoão Ferreiro2022-12-191-3/+3
|
* fixing remaining text colors on androidJoão Ferreiro2022-12-194-7/+9
|
* fixing modal & keyboard interaction on androidJoão Ferreiro2022-12-193-2/+6
|
* initial android fixesJoão Ferreiro2022-12-198-19/+43
|
* fix android runtimeJoão Ferreiro2022-12-191-2/+2
|
* Remove prefetch of feed (it wasnt working)Paul Frazee2022-12-191-16/+2
|
* Tighten up the post control hit regionsPaul Frazee2022-12-191-1/+1
|
* Tighten up the home feedPaul Frazee2022-12-192-17/+50
|
* Enable image-only postsPaul Frazee2022-12-194-30/+47
|