Commit 3191e99
committed
## [0.0.3](v0.0.2...v0.0.3) (2026-02-23)
### Features
- **feed:** replace chip filters with modal-based filter selection ([670ab60](670ab60))
- **ios:** add ITSAppUsesNonExemptEncryption to iOS infoPlist for App Store compliance ([3d99863](3d99863))
- release v0.0.3 with modal-based feed filters and iOS App Store compliance ([fbdc994](fbdc994))
## [0.0.2](b2fedb7...v0.0.2) (2026-02-23)
### Bug Fixes
- normalize line endings in test utility files ([46784b3](46784b3))
- remove unused vars to pass ESLint ([371bba7](371bba7))
- rename API route for Expo Router compatibility ([e921945](e921945))
### Features
- add Alert UI component with design tokens ([f02bd59](f02bd59))
- add date format settings and improve explore screens ([2456590](2456590))
- add Expo Go OAuth support with separate client ID configuration ([3674531](3674531))
- add expo-version-bump and improve header navigation ([40b8370](40b8370))
- add favorites functionality to explore screen ([a42aec2](a42aec2))
- add GitHub OAuth client secret support and auth redirection ([ab4e2e3](ab4e2e3))
- add GitHub URL to app.json and repository to package.json ([8b06059](8b06059))
- add iOS configuration and versionCode to app.json ([25f9e61](25f9e61))
- add OAuth callback route and redirect to feed after login ([6756dff](6756dff))
- add OAuth config and improve type safety in explore screens ([0e8ae38](0e8ae38))
- add useActivity hook, Plan.md, and update gitignore ([b4acdc6](b4acdc6))
- add web OAuth credentials to app.json ([82179f7](82179f7))
- **app.json:** enable new architecture for Android build ([26004b2](26004b2))
- **auth:** enhance GitHub OAuth flow with improved token exchange ([17edcce](17edcce))
- **auth:** enhance OAuth authentication with PKCE and Expo Go validation ([7071b97](7071b97))
- **ChipFilter:** adjust spacing and sizing for more compact layout ([fe66925](fe66925))
- configure expoGo client ID and add prebuild scripts ([54f84f8](54f84f8))
- enhance home screen UI and replace SecureStore with custom storage ([0437282](0437282))
- integrate Expo splash screen and add adaptive Android app icons ([b2fedb7](b2fedb7))
- **oauth:** add Cloudflare Worker for secure web OAuth token exchange ([3b87a9e](3b87a9e))
- **oauth:** add configurable web token exchange URL for web OAuth flow ([f0c155f](f0c155f))
- **oauth:** redirect users based on auth status after OAuth callback ([b4d187d](b4d187d))
- separate native and web OAuth client IDs ([014b29f](014b29f))1 parent 33e29e6 commit 3191e99
4 files changed
Lines changed: 857 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
0 commit comments