aboutsummaryrefslogtreecommitdiffstats
path: root/apps/mobile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix: trim whitespace from email on signin page (#714)Zach2024-12-191-1/+1
| | | | | | | | | | | * fix: trim whitespace from email * fix: trim email in setter Co-authored-by: Mohamed Bassem <me@mbassem.com> --------- Co-authored-by: Mohamed Bassem <me@mbassem.com>
* fix(mobile): useLayoutEffect for navigator changesMohamedBassem2024-12-164-12/+18
|
* ui(mobile): Use native search bar for manage tags pageMohamedBassem2024-12-161-80/+80
|
* fix(mobule): Fix keyboard issues in the info screenMohamedBassem2024-12-161-22/+24
|
* ui(mobile): Make page titles more nativeMohamedBassem2024-12-168-61/+67
|
* fix(mobile): Use keyboard avoiding view in the info pageMohamedBassem2024-11-242-12/+19
|
* release(mobile): Bump mobile version to 1.6.7-2MohamedBassem2024-11-241-2/+2
|
* deps(mobile): Upgrade to Expo 52 (#692)Mohamed Bassem2024-11-248-113/+108
| | | | | | | | | | | * fix(mobile): Sharing bookmark modal * WIP: Upgrade to 52 * post ugprade fixes * more fixes * fix padding in tabbar
* release(mobile): Bump mobile version to 1.6.7-1MohamedBassem2024-11-241-2/+2
|
* feature(mobile): Add support for creating tags from the manage tags pageMohamedBassem2024-11-241-13/+86
|
* fix(mobile): Dont dismiss keyboard on tag selectionMohamedBassem2024-11-241-0/+1
|
* release(mobile): Bump mobile version to 1.6.7MohamedBassem2024-11-231-3/+3
|
* feat(mobile): Add support for managing tags from mobileMohamedBassem2024-11-236-16/+211
|
* feat(mobile): Allow editing titles and a cleaner info pageMohamedBassem2024-11-231-14/+73
|
* ui(mobile): Replace bottom sheet with native screens (#690)Mohamed Bassem2024-11-2317-582/+456
| | | | | | | | | | | | | | | * Remove bottom sheet from bookmark info page * Remove bottom sheet from manage lists page * Remove bottom sheet from new list page * Remove bottom sheet from new bookmark page * Drop bottom-sheets * Improve the look of the modals * Make the search page fade from bottom
* ui(mobile): Remove the dedicated search page and add a search bar in homeMohamedBassem2024-11-234-39/+56
|
* fix(mobile): Fix bookmarkview page on android not showing bookmark actions. ↵MohamedBassem2024-10-313-9/+36
| | | | Fixes #603
* release(mobile): Bump mobile version to 1.6.5MohamedBassem2024-10-211-3/+3
|
* feature(mobile): Use inline WebView for expanding bookmarksMohamedBassem2024-10-214-151/+308
|
* release(mobile): Bump mobile version to 1.6.4MohamedBassem2024-10-131-3/+3
|
* fix(mobile): Improve connection testing accuracyMohamedBassem2024-10-131-2/+19
|
* fix(mobile): Drop the floating add button. Fixes #439MohamedBassem2024-10-051-15/+3
|
* release: Release mobile and extension to include SSO changesMohamedBassem2024-09-221-3/+3
|
* feature(mobile): Allow users to login with API keys in the mobile appMohamedBassem2024-09-225-75/+214
|
* fix(mobile): Fix some icon colors in dark modeMohamedBassem2024-09-143-4/+10
|
* feature(mobile): Add a page for testing connection to serverMohamedBassem2024-09-144-8/+152
|
* feature(mobile): Add settings page for configuring the themeMohamedBassem2024-09-145-11/+106
|
* feature(mobile): Add proper error handling for server errorsMohamedBassem2024-09-146-13/+58
|
* release(mobile): Bump mobile version to 1.6.2MohamedBassem2024-09-081-3/+3
|
* feature(mobile): Show the view bookmark modal for links as wellMohamedBassem2024-09-082-5/+56
|
* feature(mobile): Add a floating button for quickly adding new bookmarksMohamedBassem2024-09-081-2/+8
|
* feature(mobile): Allow interacting with images in the app. Fixes #352MohamedBassem2024-08-265-18/+37
|
* feature(mobile): Add support for deleting listsMohamedBassem2024-08-261-3/+57
|
* feature(mobile): Allow configuring uploaded image quality in the mobile appMohamedBassem2024-08-265-12/+64
|
* feature(mobile): Add ability to create basic lists from the appMohamedBassem2024-08-263-5/+111
|
* release(mobile): Bump mobile version to 1.6.1MohamedBassem2024-08-261-3/+3
|
* ui(mobile): Merge the editors for notes and linksMohamedBassem2024-08-263-32/+30
|
* feature(mobile): Change the view bookmark page to be a modal and add tags andMohamedBassem2024-08-266-192/+285
| | | | notes
* ui(mobile): Change the add/edit note editor dialogs to be bottom sheetsMohamedBassem2024-08-265-125/+154
|
* feature(mobile): Allow editing notes from the mobile appMohamedBassem2024-08-252-13/+81
|
* fix(mobile): trim slash from url on signin. Fixes #311 (#361)Mark :)2024-08-241-1/+1
|
* fix(mobile): Allow expanding the text by clicking on bookmark cardMohamedBassem2024-08-244-37/+160
|
* fix(mobile): Change the next note text input to have multiple lines by defaultMohamedBassem2024-08-241-0/+2
|
* fix(mobile): Change the hoarded page to no longer be a modal to allow ↵MohamedBassem2024-07-282-8/+4
| | | | AddToList to work
* release(mobile): Bump mobile version to 1.6.0MohamedBassem2024-07-281-2/+2
|
* feat(mobile): Add ability to manage listsMohamedBassem2024-07-285-31/+201
|
* refactor: fixed typos in BookmarkTypes (#268)kamtschatka2024-07-011-1/+1
|
* refactor: added the bookmark type to the database (#256)kamtschatka2024-07-016-14/+23
| | | | | | | | | | | | | | | | | * refactoring asset types Extracted out functions to silently delete assets and to update them after crawling Generalized the mapping of assets to bookmark fields to make extending them easier * Added the bookmark type to the database Introduced an enum to have better type safety cleaned up the code and based some code on the type directly * add BookmarkType.UNKNWON * lint and remove unused function --------- Co-authored-by: MohamedBassem <me@mbassem.com>
* fix: Fix missing bookmarks during pagination if they got created in the same ↵MohamedBassem2024-05-191-4/+7
| | | | second. Fixes #140
* feature(mobile): Show server address in the settingsMohamedBassem2024-05-121-1/+8
|