| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | release(mobile): Bump mobile version to 1.8.3 | Mohamed Bassem | 2025-11-29 | 1 | -3/+3 |
| | | |||||
| * | fix(mobile): upgrade react-native-pdf to v7 to fix page alignment | MohamedBassem | 2025-11-15 | 1 | -2/+2 |
| | | |||||
| * | fix(mobile): fix app memory page size compatibility (#2135) | Mohamed Bassem | 2025-11-15 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix(mobile): Add 16KB memory page size support for Android Updates to support Google Play's requirement for 16KB memory page sizes: - Update Expo SDK from 53.0.11 to 53.0.19 - Update expo-image from 2.2.0 to 2.4.0 - Update React Native from 0.79.3 to 0.79.5 - Configure expo-build-properties with: - compileSdkVersion: 35 - targetSdkVersion: 35 - buildToolsVersion: 34.0.0 - ndkVersion: 27.1.12297006 (r27 with 16KB support) These changes ensure all native libraries are compiled with proper alignment for 16KB page sizes as required by Android 15+ devices. Fixes Google Play rejection: "Your app does not support 16 KB memory page sizes" * some fixes * more fixes --------- Co-authored-by: Claude <noreply@anthropic.com> | ||||
| * | release(mobile): Bump mobile version to 1.8.2 | Mohamed Bassem | 2025-11-14 | 1 | -3/+3 |
| | | |||||
| * | release(mobile): Bump mobile version to 1.8.1 | Mohamed Bassem | 2025-11-08 | 1 | -3/+3 |
| | | |||||
| * | release(mobile): Bump mobile version to 1.8.0 | MohamedBassem | 2025-08-31 | 1 | -3/+3 |
| | | |||||
| * | deps: Upgrade expo & nextjs to react 19 (#1565) | Mohamed Bassem | 2025-08-20 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Attempt to upgrade expo 53 * Attempt upgrade nextjs * Fix a bunch of peer deps * upgrade some docs deps * fix typecheck * update the shadcn calendar component * more fixes * more fixes * revert ollama upgrade * update react version to use carets * remove react-select from landing * fix the typescript error caused by customFetch * upgrade the new grid user setting to nextjs 15 * mobile: enable react canary to support react 19.1 * upgrade react native menu * fix navigation context error | ||||
| * | fix(mobile): remove type: module so expo works (#1846) | xuatz | 2025-08-20 | 1 | -0/+102 |
