Commit 692b7ce
committed
chore: reorganize project structure for clarity and scalability
- Moved iOS and Android application projects from 'crates/' to 'apps/'.
- Moved Telegram, Discord, and WhatsApp bridge projects from 'crates/' to 'bridges/'.
- Renamed 'crates/mobile' to 'crates/mobile-ffi' to clarify its role as a library interface.
- Removed legacy 'mobile/' root directory.
- Updated root 'Cargo.toml' workspace members and all internal package relative paths.
- Updated mobile build scripts with robust relative path resolution.
- Verified workspace integrity with 'cargo check'.1 parent 878d1af commit 692b7ce
29 files changed
Lines changed: 24 additions & 142 deletions
File tree
- apps
- android
- LocalGPTApp/src/main/java/com/localgpt/app
- scripts
- ios
- LocalGPTApp
- LocalGPTWrapper
- scripts
- bridges
- discord
- src
- telegram
- src
- whatsapp
- src
- crates/mobile-ffi
- src
- mobile
- android/gradle
- ios/scripts
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
9 | 13 | | |
10 | 14 | | |
11 | 15 | | |
| |||
File renamed without changes.
File renamed without changes.
Lines changed: 5 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
19 | | - | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | | - | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
35 | | - | |
36 | | - | |
37 | 36 | | |
38 | 37 | | |
39 | | - | |
| 38 | + | |
40 | 39 | | |
41 | 40 | | |
42 | 41 | | |
| |||
File renamed without changes.
File renamed without changes.
0 commit comments