Rename app to 'tiptoi Sync' and add tiptoi pen icon/splash screens
CI / Type-Check (push) Successful in 10s
CI / Build Android APK (push) Successful in 6m8s

- App display name: 'TipToi Sync' -> 'tiptoi Sync' (strings.xml,
  capacitor.config.ts).
- New app icon: stylized tiptoi pen (orange body, grip band, sensor
  tip) on dark background, regenerated for all mipmap densities plus
  the adaptive icon foreground and round variant.
- Matching splash screens (portrait + landscape, all densities) with
  the same pen motif centered on the dark background.
- Web favicon updated to match.
- Removed unused legacy vector icon assets
  (drawable/ic_launcher_background.xml,
  drawable-v24/ic_launcher_foreground.xml) that were superseded by the
  raster icons.
This commit is contained in:
2026-08-12 18:20:22 +02:00
parent fa42ab1d74
commit ee9e802b09
32 changed files with 14 additions and 209 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ const devUrl = process.env.DEV_URL
const config: CapacitorConfig = {
appId: 'com.tiptoisync.app',
appName: 'TipToi Sync',
appName: 'tiptoi Sync',
webDir: 'dist',
server: devUrl
? { url: devUrl, cleartext: true }