aboutsummaryrefslogtreecommitdiffstats
path: root/apps/mobile (unfollow)
Commit message (Expand)AuthorFilesLines
2025-02-17feat: Add PDF screenshot generation and display (#995)Ahmad Mujahid1-1/+6
2025-02-09fix(mobile): add header class name corresponding to dark mode for text color ...Md. Saadman Farhad1-0/+1
2025-02-09feat: add URL protocol validation to extension and mobile app (#996)Ahmad Mujahid1-0/+13
2025-02-01release(mobile): Bump mobile version to 1.6.8MohamedBassem1-3/+3
2025-02-01fix(mobile): Add the email trimming that was removed by mistakeMohamedBassem1-1/+1
2025-02-01fix(mobile): Fix flicker on sign in page. Fixes #911MohamedBassem5-109/+53
2025-02-01fix(mobile): margin for "Lists" tab content (#927)Daniel Vigaru2-1/+42
2025-02-01deps: Upgrade typescript to 5.7Mohamed Bassem1-1/+1
2025-01-18fix(mobile): Use external blob encoder to fix mobile image uploads. Fixes #800MohamedBassem2-15/+18
2025-01-12feat: Add Bookmark Sorting Feature (#812)Daksh Pareek1-1/+1
2024-12-31chore: add format:fix and lint:fix scripts to all packagesMohamed Bassem (aider)1-0/+2
2024-12-31feat: Add delete bookmark confirmation dialog. Fixes #776 (#787)Nicole Li1-3/+16
2024-12-29fix(ios): Drop the local networking property to enable http support. Fixes #679MohamedBassem1-2/+1
2024-12-28fix(mobile): Add support for self signed certs in android. Fixes #381 (#416)CrypticC3s4r3-0/+53
2024-12-28fix(mobile): Mark the camera explicitly as not required in android manifest. ...MohamedBassem3-1/+26
2024-12-22feat: Add basic pagination to searchBookmarks tRPCMohamed Bassem1-4/+11
2024-12-21release(mobile): Bump mobile version to 1.6.7-4Mohamed Bassem1-2/+2
2024-12-21deps: Upgrade prettier to 3.4.2Mohamed Bassem1-1/+1
2024-12-19fix: trim whitespace from email on signin page (#714)Zach1-1/+1
2024-12-16fix(mobile): useLayoutEffect for navigator changesMohamedBassem4-12/+18
2024-12-16ui(mobile): Use native search bar for manage tags pageMohamedBassem1-80/+80
2024-12-16fix(mobule): Fix keyboard issues in the info screenMohamedBassem1-22/+24
2024-12-16ui(mobile): Make page titles more nativeMohamedBassem8-61/+67
2024-11-24fix(mobile): Use keyboard avoiding view in the info pageMohamedBassem2-12/+19
2024-11-24release(mobile): Bump mobile version to 1.6.7-2MohamedBassem1-2/+2
2024-11-24deps(mobile): Upgrade to Expo 52 (#692)Mohamed Bassem8-113/+108
2024-11-24release(mobile): Bump mobile version to 1.6.7-1MohamedBassem1-2/+2
2024-11-24feature(mobile): Add support for creating tags from the manage tags pageMohamedBassem1-13/+86
2024-11-24fix(mobile): Dont dismiss keyboard on tag selectionMohamedBassem1-0/+1
2024-11-23release(mobile): Bump mobile version to 1.6.7MohamedBassem1-3/+3
2024-11-23feat(mobile): Add support for managing tags from mobileMohamedBassem6-16/+211
2024-11-23feat(mobile): Allow editing titles and a cleaner info pageMohamedBassem1-14/+73
2024-11-23ui(mobile): Replace bottom sheet with native screens (#690)Mohamed Bassem17-582/+456
2024-11-23ui(mobile): Remove the dedicated search page and add a search bar in homeMohamedBassem4-39/+56
2024-10-31fix(mobile): Fix bookmarkview page on android not showing bookmark actions. F...MohamedBassem3-9/+36
2024-10-21release(mobile): Bump mobile version to 1.6.5MohamedBassem1-3/+3
2024-10-21feature(mobile): Use inline WebView for expanding bookmarksMohamedBassem4-151/+308
2024-10-13release(mobile): Bump mobile version to 1.6.4MohamedBassem1-3/+3
2024-10-13fix(mobile): Improve connection testing accuracyMohamedBassem1-2/+19
2024-10-05fix(mobile): Drop the floating add button. Fixes #439MohamedBassem1-15/+3
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