Commit baa1167
Rename examples/ to app/ and cli/ for production app structure (#42)
* Rename examples/ to app/ and cli/ for production app structure
- examples/app -> app/shared, examples/androidApp -> app/android,
examples/desktopApp -> app/desktop, examples/webApp -> app/web,
examples/iosApp -> app/ios, examples/cli -> cli
- Rename packages: com.linroid.kdown.examples -> com.linroid.kdown.app
(cli uses com.linroid.kdown.cli)
- Update Gradle module names, namespaces, applicationId, and
iOS framework name (ExamplesApp -> KDownApp)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Update Android minSdk to 26
* Add iOS Xcode project file for app/ios
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Remove nested iosApp directory, move Swift sources to app/ios/
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Rename iOS Xcode project from iosApp to KDown
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Update XCode project file
* Link sqlite3 system library for iOS build
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Fix iOS bundle ID and development team
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Change Android namespace to com.linroid.kdown.android
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Update packages for app
* Enable CADisableMinimumFrameDurationOnPhone for iOS
Required by Compose Multiplatform for ProMotion display support.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Add CADisableMinimumFrameDurationOnPhone
* Revert "Enable CADisableMinimumFrameDurationOnPhone for iOS"
This reverts commit d8dd017.
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent ca1c9db commit baa1167
31 files changed
Lines changed: 1060 additions & 55 deletions
File tree
- app
- android
- src/main
- kotlin/com/linroid/kdown/android
- res/values
- desktop
- src/main/kotlin/com/linroid/kdown/desktop
- ios
- KDown.xcodeproj
- project.xcworkspace
- web
- src/wasmJsMain
- kotlin/com/linroid/kdown/app
- resources
- cli
- src/main/kotlin/com/linroid/kdown/cli
- docs/architecture
- gradle
Lines changed: 9 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
38 | 44 | | |
39 | 45 | | |
40 | 46 | | |
41 | | - | |
| 47 | + | |
42 | 48 | | |
43 | 49 | | |
44 | 50 | | |
| |||
examples/androidApp/src/main/AndroidManifest.xml renamed to app/android/src/main/AndroidManifest.xml
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
File renamed without changes.
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
Lines changed: 6 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
45 | | - | |
| 46 | + | |
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
0 commit comments