nigig-org/crates/pageflipnav/resources/android
andodeki 366b80dd16
Some checks failed
repo hygiene / hygiene (push) Has been cancelled
refactor(pageflipnav): use AndroidManifest.xml.template and dedup robius java
- Rename resources/android/AndroidManifest.xml -> AndroidManifest.xml.template
  so the current cargo-makepad (template-based, not --manifest flag) picks
  up the custom manifest with permissions/services (ussd, sms, trigger).
  Old --manifest flag was removed in makepad's android/mod.rs; template
  is now the supported override.

- Remove duplicate java at resources/android/java/robius/{sms,trigger,ussd}
  (7 files). These are now compiled via their owning crates' build.rs
  (robius-sms/src/sys/android/*.java, robius-trigger/src/android/*.java,
  robius-ussd/src/sys/android/*.java) producing secondary dex that
  cargo-makepad bundles. Keeping them in the app caused duplicate sources
  and is not needed; java belongs in the respective crates.
2026-09-07 03:02:06 +03:00
..
res Initial commit 2026-07-26 19:38:26 +03:00
AndroidManifest.xml.template refactor(pageflipnav): use AndroidManifest.xml.template and dedup robius java 2026-09-07 03:02:06 +03:00