Commit a6b7d03
committed
# Release v1.0.30
## New Features
- Added About screen with app information and developer credits (#5 & #11)
- Integrated UPI donation functionality in the About screen
- Added UPI ID display with copy functionality
- Implemented UPI payment options with validation
- Added url_launcher plugin registration for cross-platform support (Linux, Windows, macOS)
## UI Improvements
- Enhanced footer design with animated heart and updated text styles
- Updated social media icons to SVG format
- Refined form layout in job scheduling section
## Fixes & Improvements
- Updated versioning logic in GitHub Actions
- Set new version 1.0.30 in pubspec.yaml
- Improved error handling in job scheduling
- Reverted to default Android back button behavior
## Refactoring
- Cleaned up license dialog and improved creator information layout
- Removed unused code
- Commented out unused date formatting logic
## Development
- Updated GitHub Actions workflow for automated versioning and release processFile tree
5 files changed
+236
-464
lines changed- android/app/src/main
- ios/Runner
- lib/presentation/screens/about
5 files changed
+236
-464
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
45 | 61 | | |
46 | 62 | | |
47 | 63 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
46 | 53 | | |
47 | 54 | | |
48 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
This file was deleted.
0 commit comments