| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix(mobile): fix default address not correctly stored in settings | MohamedBassem | 2025-11-08 | 1 | -1/+1 |
| | | |||||
| * | feat(mobile): add custom headers configuration in sign-in screen (#2103) | Mohamed Bassem | 2025-11-08 | 1 | -0/+24 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * feat(mobile): add custom headers configuration in sign-in screen Add ability for mobile app users to configure custom HTTP headers that are sent with every API request. This enables users to add authentication headers, proxy headers, or other custom headers required by their server setup. Changes: - Add customHeaders field to mobile app settings schema - Create CustomHeadersModal component for managing headers - Update sign-in screen with link to configure custom headers - Modify tRPC provider to merge custom headers with Authorization header The custom headers are stored securely in the app settings and persist across sessions. * fix keyboard * add custom headers to other callsites --------- Co-authored-by: Claude <noreply@anthropic.com> | ||||
| * | fix(mobile): Use uncontrolled inputs for signin page | MohamedBassem | 2025-08-31 | 1 | -57/+30 |
| | | |||||
| * | feat(mobile): Add a default server address during signin | MohamedBassem | 2025-08-31 | 1 | -14/+78 |
| | | |||||
| * | feat(mobile): Retheme the mobile app (#1872) | Mohamed Bassem | 2025-08-26 | 1 | -13/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add nativewindui * migrate to nativewindui text * Replace buttons with nativewindui buttons * Use nativewindui search input * fix the divider color * More changes * fix manage tag icon * fix styling of bookmark card * fix ios compilation * fix search clear * fix tag pill border color * Store theme setting in app settings * fix setting color appearance * fix coloring of search input * fix following system theme * add a save button to info * fix the grey colors on android * fix icon active tint color * drop the use of TextField | ||||
| * | fix(mobile): Update karakeep logo and splash screen | MohamedBassem | 2025-04-06 | 1 | -1/+1 |
| | | |||||
| * | feat: add URL protocol validation to extension and mobile app (#996) | Ahmad Mujahid | 2025-02-09 | 1 | -0/+13 |
| | | |||||
| * | fix(mobile): Add the email trimming that was removed by mistake | MohamedBassem | 2025-02-01 | 1 | -1/+1 |
| | | |||||
| * | fix(mobile): Fix flicker on sign in page. Fixes #911 | MohamedBassem | 2025-02-01 | 1 | -19/+51 |
| | | |||||
| * | fix: trim whitespace from email on signin page (#714) | Zach | 2024-12-19 | 1 | -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> | ||||
| * | feature(mobile): Allow users to login with API keys in the mobile app | MohamedBassem | 2024-09-22 | 1 | -73/+115 |
| | | |||||
| * | feature(mobile): Add a page for testing connection to server | MohamedBassem | 2024-09-14 | 1 | -8/+29 |
| | | |||||
| * | fix(mobile): trim slash from url on signin. Fixes #311 (#361) | Mark :) | 2024-08-24 | 1 | -1/+1 |
| | | |||||
| * | mobile: Add dark mode support | MohamedBassem | 2024-04-17 | 1 | -1/+11 |
| | | |||||
| * | fix: Delete the API key on logout from phone or extension | MohamedBassem | 2024-04-09 | 1 | -1/+1 |
| | | |||||
| * | fix(mobile): Fix the non-smooth server address input field in signin | MohamedBassem | 2024-03-30 | 1 | -2/+8 |
| | | |||||
| * | format: Add missing lint and format, and format the entire repo | MohamedBassem | 2024-03-30 | 1 | -3/+1 |
| | | |||||
| * | ui: Migrate to the new logo everywhere | MohamedBassem | 2024-03-26 | 1 | -1/+1 |
| | | |||||
| * | fix(mobile): Fix setting propagatin | MohamedBassem | 2024-03-22 | 1 | -10/+5 |
| | | |||||
| * | fix(mobile): Fix premature rendering of the app if the setting is not loaded | MohamedBassem | 2024-03-17 | 1 | -2/+2 |
| | | |||||
| * | mobile: Fix keyboard interactions in search and signin form | MohamedBassem | 2024-03-15 | 1 | -49/+62 |
| | | |||||
| * | lint: Lint and format the entire repo with the new configs | MohamedBassem | 2024-03-14 | 1 | -3/+2 |
| | | |||||
| * | structure: Create apps dir and copy tooling dir from t3-turbo repo | MohamedBassem | 2024-03-14 | 1 | -0/+101 |
