Chad Curtis
4abe62962d
Commit launcher PNGs directly, remove from CI generation
2026-02-24 06:11:54 -06:00
Chad Curtis
f18a64cb08
Use inkscape instead of rsvg-convert for SVG rendering
2026-02-24 05:05:54 -06:00
Chad Curtis
4f31b57d12
Fix icon branding: white SVG recolor, new logo notification icon, splash uses vector
2026-02-24 04:11:45 -06:00
Chad Curtis
00a7c38efb
Fix generate-icons.sh to support ImageMagick 6 (convert) and 7 (magick)
2026-02-24 01:40:25 -06:00
Chad Curtis
16de0195c2
Remove dead scripts.
2026-02-24 01:05:23 -06:00
Chad Curtis
b02b2a9e56
Rebrand Android app icons to Ditto logo with purple background
2026-02-24 01:03:53 -06:00
Alex Gleason
04c7f8b2fc
Remove APK from repo and stop copying build artifacts to downloads/
2026-02-23 12:04:26 -06:00
Alex Gleason
1f035f4a6e
Rename Mew to Ditto across entire codebase
...
- Update all branding: titles, meta tags, OG tags, manifest
- Rename MewLogo component to DittoLogo
- Update Capacitor config: appId to pub.ditto.app, hostname to ditto.pub
- Migrate Android Java package from com.mew.app to pub.ditto.app
- Rename MewNotificationPlugin to DittoNotificationPlugin
- Update all localStorage keys from mew: to ditto: prefix
- Update Nostr encrypted settings d-tag from mew-metadata to ditto-metadata
- Update all page titles, zap comments, and UI strings
- Rename ic_stat_mew.xml drawable to ic_stat_ditto.xml
- Update build script references (mew.apk -> ditto.apk)
- Update all domain references (mew.shakespeare.wtf -> ditto.pub)
2026-02-23 11:50:00 -06:00
shakespeare.diy
256b46394c
Implement Ditto-style quick reaction menu
...
- Created QuickReactMenu component with horizontal emoji bar
- Quick access to 6 common emojis (❤️ , 😂 , 💯 , 🔥 , 👍 , 📌 )
- "..." button opens full EmojiPicker for more options
- Updated ReactionButton to use QuickReactMenu instead of full picker
- Matches Ditto UX: click shows quick react menu, ... reveals full picker
Co-authored-by: shakespeare.diy <assistant@shakespeare.diy >
2026-02-19 06:40:49 -06:00
Chad Curtis
db7bbb0095
Update app icon background to dark theme color
...
- Change icon background from white (#ffffff) to dark theme (#14161f)
- Update capacitor.config.ts backgroundColor to match
- Update generate-icons.sh to use dark theme color
- Regenerate all Android icons with new background
- Prevents white-on-white icon appearance
2026-02-19 06:27:00 -06:00
Chad Curtis
7e122c2118
Update build script to handle Android SDK location
...
- Check for ANDROID_HOME or ANDROID_SDK_ROOT environment variables
- Auto-create android/local.properties if missing
- Provide helpful error messages for SDK configuration
2026-02-19 06:21:02 -06:00
Chad Curtis
2f02e65ab6
Add Android Capacitor build system
...
- Install Capacitor dependencies (@capacitor/cli, @capacitor/core, @capacitor/android, @capacitor/app, @capacitor/status-bar, sharp)
- Create capacitor.config.ts with app configuration
- Update .gitignore to exclude Android build outputs and keystore files
- Generate icon-512.png from logo.svg
- Add scripts for icon generation, APK building, and keystore creation
- Initialize Capacitor Android platform
- Configure build.gradle with signing support
- Generate Android app icons in all required densities
- Add npm scripts: 'icons' and 'build:apk'
2026-02-19 06:18:02 -06:00