v1.0
Release Notes: v1.0
H
Hasrat
October 3rd, 2025 12:00 AM
🚀 Features
- Added onboarding activity for first-time setup
- Implemented UMP Consent Manager for ads
- Integrated Play Store in-app update manager
- Background thread check for project backups
- Display requested tutorials in user profiles
- Allow users to delete their pending tutorial requests
- Added form validation to AddTutorialsBottomSheet
- In-app update notifications via FCM
- Added GitHub and Discord social links
- “Open in new” indicator for external links
- Request notification permission on Android 13+
- Used Glide for project icons
🛠 Fixes
- Prevented double refresh of project list
- Stopped dialog re-creation on config changes
- Accepted all URIs for project import
- Fixed duplicate dialogs on resume
- Correct pending tutorials query by userId
- Prevent null userId in tutorials
- Hide pin icon for unpinned projects
- Correct warning dialog background color
- Resolved AlertDialog inflate exception
- Fixed null paths and improved error logging in StorageManager
- Prevented reporting of credential cancellation as crash
- Handled floating point project IDs
- Fixed NPE on collection size() call
🔧 Refactors
- Replaced first-run auth with onboarding flow
- Removed obsolete version checks and license text
- Optimized project observation and sorting