aboutsummaryrefslogtreecommitdiffstats
path: root/apps/mobile/app.json (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix(mobile): remove type: module so expo works (#1846)xuatz2025-08-201-100/+0
|
* fix(mobile): change to metro.config.cjs since migrating to type: module (#1845)xuatz2025-08-161-2/+2
|
* fix(mobile): tweaks to mobile app icon padding + added iOS tinted variant ↵Alex Stevenson-Price2025-06-211-1/+4
| | | | | | | (#1620) * Added more padding to mobile app icon * Added iOS tinted app icon variant
* release(mobile): Bump mobile version to 1.7.0Mohamed Bassem2025-06-081-3/+3
|
* feat(mobile): Add PDF support to share extension (#1494)Code Love2025-06-011-2/+4
| | | | | | | | | | | | | | Enable the mobile app to receive PDF files from other apps via the iOS/Android share sheet. PDFs can now be shared from Files app, email clients, and other apps that support document sharing. - Add PDF UTI (com.adobe.pdf) to iOS share extension activation rules - Add application/pdf to Android intent filters Known limitation: PDFs viewed in Safari cannot be shared directly as Safari shares the PDF URL rather than the file itself. Users can share the URL instead, and Karakeep will fetch the PDF from that URL. Addresses issue #284 for file attachment support
* feat(mobile/android): Add monochrome app icon (#1258)Steffo2025-04-131-1/+2
|
* fix(mobile): Revert mobile app slug nameMohamedBassem2025-04-061-1/+1
|
* fix(mobile): Update karakeep logo and splash screenMohamedBassem2025-04-061-3/+3
|
* chore: Rename mobile and pwa manifests to karakeepMohamedBassem2025-04-051-3/+3
|
* fix(mobile): Fix shared links getting stored as text. #956MohamedBassem2025-03-161-3/+3
|
* release(mobile): Bump mobile version to 1.6.8MohamedBassem2025-02-011-3/+3
|
* fix(ios): Drop the local networking property to enable http support. Fixes #679MohamedBassem2024-12-291-2/+1
|
* fix(mobile): Add support for self signed certs in android. Fixes #381 (#416)CrypticC3s4r2024-12-281-0/+1
| | | Co-authored-by: MohamedBassem <me@mbassem.com>
* fix(mobile): Mark the camera explicitly as not required in android manifest. ↵MohamedBassem2024-12-281-0/+1
| | | | Fixed #755.
* release(mobile): Bump mobile version to 1.6.7-4Mohamed Bassem2024-12-211-2/+2
|
* fix(mobile): Use keyboard avoiding view in the info pageMohamedBassem2024-11-241-2/+2
|
* release(mobile): Bump mobile version to 1.6.7-2MohamedBassem2024-11-241-2/+2
|
* release(mobile): Bump mobile version to 1.6.7-1MohamedBassem2024-11-241-2/+2
|
* release(mobile): Bump mobile version to 1.6.7MohamedBassem2024-11-231-3/+3
|
* fix(mobile): Fix bookmarkview page on android not showing bookmark actions. ↵MohamedBassem2024-10-311-3/+3
| | | | Fixes #603
* release(mobile): Bump mobile version to 1.6.5MohamedBassem2024-10-211-3/+3
|
* release(mobile): Bump mobile version to 1.6.4MohamedBassem2024-10-131-3/+3
|
* release: Release mobile and extension to include SSO changesMohamedBassem2024-09-221-3/+3
|
* fix(mobile): Fix some icon colors in dark modeMohamedBassem2024-09-141-2/+2
|
* release(mobile): Bump mobile version to 1.6.2MohamedBassem2024-09-081-3/+3
|
* feature(mobile): Allow interacting with images in the app. Fixes #352MohamedBassem2024-08-261-2/+2
|
* feature(mobile): Add ability to create basic lists from the appMohamedBassem2024-08-261-2/+2
|
* release(mobile): Bump mobile version to 1.6.1MohamedBassem2024-08-261-3/+3
|
* fix(mobile): Change the hoarded page to no longer be a modal to allow ↵MohamedBassem2024-07-281-2/+3
| | | | AddToList to work
* release(mobile): Bump mobile version to 1.6.0MohamedBassem2024-07-281-2/+2
|
* mobile: Bump mobile version to 1.5MohamedBassem2024-04-191-2/+2
|
* mobile: Bump mobile version to 1.4MohamedBassem2024-04-171-2/+2
|
* mobile: Add dark mode supportMohamedBassem2024-04-171-6/+21
|
* build: Increment android app versionCodeMohamedBassem2024-04-041-1/+2
|
* fix(mobile): Allow android/ios connections over http. #6MohamedBassem2024-04-011-0/+14
|
* format: Add missing lint and format, and format the entire repoMohamedBassem2024-03-301-4/+1
|
* release(mobile): Bump mobile version to 1.3.2MohamedBassem2024-03-291-1/+1
|
* mobile(android): Getting the android app ready for submissionMohamedBassem2024-03-291-3/+7
|
* fix(mobile): Fix setting propagatinMohamedBassem2024-03-221-1/+1
|
* Feature: Add support for uploading images and automatically inferring their ↵Mohamed Bassem2024-03-191-3/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tags (#2) * feature: Experimental support for asset uploads * feature(web): Add new bookmark type asset * feature: Add support for automatically tagging images * fix: Add support for image assets in preview page * use next Image for fetching the images * Fix auth and error codes in the route handlers * Add support for image uploads on mobile * Fix typing of upload requests * Remove the ugly dragging box * Bump mobile version to 1.3 * Change the editor card placeholder to mention uploading images * Fix a typo * Change ios icon for photo library * Silence typescript error
* release(mobile): Bump version to 1.2.4MohamedBassem2024-03-151-1/+1
|
* fix(mobile): Scroll to the top when the main tab is clickedMohamedBassem2024-03-151-1/+1
|
* ui(mobile): Change the creation buttons to be under a menuMohamedBassem2024-03-151-1/+1
|
* fix(mobile): Enable receiving shares from web pages as wellMohamedBassem2024-03-151-1/+1
|
* mobile: Bump version to 1.2.1MohamedBassem2024-03-151-1/+1
|
* lint: Lint and format the entire repo with the new configsMohamedBassem2024-03-141-3/+1
|
* structure: Create apps dir and copy tooling dir from t3-turbo repoMohamedBassem2024-03-141-0/+57