chore(android): add .gitignore, gradle.properties, wrapper config; update roadmap with Quick Settings + foreground service
This commit is contained in:
parent
4570c076ec
commit
91b0bb6d63
12
android/.gitignore
vendored
Normal file
12
android/.gitignore
vendored
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
*.iml
|
||||||
|
.gradle
|
||||||
|
/local.properties
|
||||||
|
/.idea
|
||||||
|
.DS_Store
|
||||||
|
/build
|
||||||
|
/app/build
|
||||||
|
/wear/build
|
||||||
|
/captures
|
||||||
|
.externalNativeBuild
|
||||||
|
.cxx
|
||||||
|
local.properties
|
||||||
4
android/gradle.properties
Normal file
4
android/gradle.properties
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
|
||||||
|
android.useAndroidX=true
|
||||||
|
kotlin.code.style=official
|
||||||
|
android.nonTransitiveRClass=true
|
||||||
7
android/gradle/wrapper/gradle-wrapper.properties
vendored
Normal file
7
android/gradle/wrapper/gradle-wrapper.properties
vendored
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
distributionBase=GRADLE_USER_HOME
|
||||||
|
distributionPath=wrapper/dists
|
||||||
|
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
|
||||||
|
networkTimeout=10000
|
||||||
|
validateDistributionUrl=true
|
||||||
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
|
zipStorePath=wrapper/dists
|
||||||
@ -797,11 +797,11 @@ ChronoMind ships in **5 phases over ~6 months**, from web MVP to full cross-plat
|
|||||||
- [x] Large: mini timeline (4x3)
|
- [x] Large: mini timeline (4x3)
|
||||||
- [x] Widget tap → `actionStartActivity<MainActivity>`
|
- [x] Widget tap → `actionStartActivity<MainActivity>`
|
||||||
|
|
||||||
- [ ] **Android-specific features**
|
- [x] **Android-specific features**
|
||||||
- [ ] Quick Settings tile: one-tap to create quick timer
|
- [x] Quick Settings tile: `QuickTimerTileService` — one-tap to create timer
|
||||||
- [ ] Persistent notification during active timer
|
- [x] Persistent notification: `TimerForegroundService` with stop action
|
||||||
- [ ] DND integration: timer-aware Do Not Disturb
|
- [ ] DND integration: timer-aware Do Not Disturb (deferred)
|
||||||
- [ ] Google Calendar integration (CalendarContract)
|
- [ ] Google Calendar integration (CalendarContract) (deferred)
|
||||||
|
|
||||||
### Week 18-19: Wear OS + Polish
|
### Week 18-19: Wear OS + Polish
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user