aboutsummaryrefslogtreecommitdiffstats
path: root/apps/mobile (unfollow)
Commit message (Expand)AuthorFilesLines
2024-09-22release: Release mobile and extension to include SSO changesMohamedBassem1-3/+3
2024-09-22feature(mobile): Allow users to login with API keys in the mobile appMohamedBassem5-75/+214
2024-09-14fix(mobile): Fix some icon colors in dark modeMohamedBassem3-4/+10
2024-09-14feature(mobile): Add a page for testing connection to serverMohamedBassem4-8/+152
2024-09-14feature(mobile): Add settings page for configuring the themeMohamedBassem5-11/+106
2024-09-14feature(mobile): Add proper error handling for server errorsMohamedBassem6-13/+58
2024-09-08release(mobile): Bump mobile version to 1.6.2MohamedBassem1-3/+3
2024-09-08feature(mobile): Show the view bookmark modal for links as wellMohamedBassem2-5/+56
2024-09-08feature(mobile): Add a floating button for quickly adding new bookmarksMohamedBassem1-2/+8
2024-08-26feature(mobile): Allow interacting with images in the app. Fixes #352MohamedBassem5-18/+37
2024-08-26feature(mobile): Add support for deleting listsMohamedBassem1-3/+57
2024-08-26feature(mobile): Allow configuring uploaded image quality in the mobile appMohamedBassem5-12/+64
2024-08-26feature(mobile): Add ability to create basic lists from the appMohamedBassem3-5/+111
2024-08-26release(mobile): Bump mobile version to 1.6.1MohamedBassem1-3/+3
2024-08-26ui(mobile): Merge the editors for notes and linksMohamedBassem3-32/+30
2024-08-26feature(mobile): Change the view bookmark page to be a modal and add tags andMohamedBassem6-192/+285
2024-08-26ui(mobile): Change the add/edit note editor dialogs to be bottom sheetsMohamedBassem5-125/+154
2024-08-25feature(mobile): Allow editing notes from the mobile appMohamedBassem2-12/+80
2024-08-24fix(mobile): trim slash from url on signin. Fixes #311 (#361)Mark :)1-1/+1
2024-08-24fix(mobile): Allow expanding the text by clicking on bookmark cardMohamedBassem4-37/+160
2024-08-24fix(mobile): Change the next note text input to have multiple lines by defaultMohamedBassem1-0/+2
2024-07-28fix(mobile): Change the hoarded page to no longer be a modal to allow AddToLi...MohamedBassem2-8/+4
2024-07-28release(mobile): Bump mobile version to 1.6.0MohamedBassem1-2/+2
2024-07-28feat(mobile): Add ability to manage listsMohamedBassem5-31/+201
2024-07-01refactor: fixed typos in BookmarkTypes (#268)kamtschatka1-1/+1
2024-07-01refactor: added the bookmark type to the database (#256)kamtschatka6-14/+23
2024-05-19fix: Fix missing bookmarks during pagination if they got created in the same ...MohamedBassem1-4/+7
2024-05-12feature(mobile): Show server address in the settingsMohamedBassem1-1/+8
2024-05-12ui(mobile): Add horizontal margins to the bookmark cardsMohamedBassem4-3/+10
2024-05-06feature: Dedup links on creation. Fixes #49MohamedBassem3-4/+19
2024-04-23fix(mobile): Add a bigger button to collable the nested listMohamedBassem1-6/+5
2024-04-20feature: Download images and screenshotsMohamedBassem1-33/+36
2024-04-19mobile: Bump mobile version to 1.5MohamedBassem1-2/+2
2024-04-19fix(mobile): Fix the color of the collapsible triangle to respect dark modeMohamedBassem1-9/+15
2024-04-19feature(mobile): Add support for nested listed on mobileMohamedBassem1-18/+89
2024-04-18refactor: Move the shared types to the shared packageMohamedBassem6-6/+7
2024-04-17mobile: Bump mobile version to 1.4MohamedBassem1-2/+2
2024-04-17mobile: Add dark mode supportMohamedBassem22-56/+188
2024-04-15feature: Add title to bookmarks and allow editing them. Fixes #27MohamedBassem1-1/+8
2024-04-11feature: Add PDF support (#88)Ahmad Mujahid2-3/+5
2024-04-09fix: Delete the API key on logout from phone or extensionMohamedBassem4-48/+14
2024-04-07feature: Extract hook logic into separate package and add a new action bar in...MohamedBassem2-16/+10
2024-04-06feature: Change archived meaning to only mean removed from homepageMohamedBassem3-3/+0
2024-04-04build: Increment android app versionCodeMohamedBassem1-1/+2
2024-04-01fix(mobile): Allow android/ios connections over http. #6MohamedBassem2-0/+15
2024-03-30fix(mobile): Refetch queries on app focusMohamedBassem1-0/+15
2024-03-30fix(mobile): Fix the non-smooth server address input field in signinMohamedBassem1-2/+8
2024-03-30format: Add missing lint and format, and format the entire repoMohamedBassem19-74/+74
2024-03-29release(mobile): Bump mobile version to 1.3.2MohamedBassem1-1/+1
2024-03-29mobile(android): Getting the android app ready for submissionMohamedBassem18-43/+92