- Manifest: name/short_name → "Bocken", start_url → "/" - Tauri: productName → "Bocken", identifier → org.bocken.app, url → "/" - Cargo: package → bocken, lib → bocken_lib - Page titles: "- Fitness" → "- Bocken" across all fitness routes - Build script: auto-regenerate android project on identifier change - Regenerate app icon from website favicon - Track Android project source in git (ignore only build output/caches) - Add native GPS foreground service and AndroidBridge for background location tracking (LocationForegroundService, AndroidBridge.kt) - Add ACCESS_BACKGROUND_LOCATION permission for screen-off GPS
12 lines
230 B
INI
12 lines
230 B
INI
# EditorConfig is awesome: https://EditorConfig.org
|
|
|
|
# top-most EditorConfig file
|
|
root = true
|
|
|
|
[*]
|
|
indent_style = space
|
|
indent_size = 2
|
|
end_of_line = lf
|
|
charset = utf-8
|
|
trim_trailing_whitespace = false
|
|
insert_final_newline = false |