Loading repository data…
Loading repository data…
aliahadmd / repository
A comprehensive productivity & wellness app for Android. Track focus time, screen usage, expenses, subscriptions, habits, and daily tasks—all with beautiful analytics and complete privacy. Built with Jetpack Compose & Material 3.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
A comprehensive productivity & health tracking app for Android built with Jetpack Compose
Focus Tracker • Screen Time • Habit Tracker • Year Calculator • BMI Calculator • Expense Tracker • Subscription Tracker • Daily Planner
Download APK • Report Bug • Request Feature
TimeMachineV3.0.0.apkThe classic Focus Timer technique:
# Clone the repository
git clone https://github.com/aliahadmd/TimeMachine.git
cd TimeManager
# Build debug APK
./gradlew assembleDebug
# Build release APK (requires keystore)
./gradlew assembleRelease
# Install on connected device
./gradlew installDebug
TimeManager/
├── app/
│ ├── src/main/
│ │ ├── java/me/aliahad/timemanager/
│ │ │ ├── MainActivity.kt # App entry point
│ │ │ ├── TimerScreen.kt # Main timer UI
│ │ │ └── ui/theme/ # Theme & colors
│ │ ├── res/ # Resources
│ │ └── AndroidManifest.xml
│ ├── build.gradle.kts # App config
│ └── proguard-rules.pro # ProGuard rules
├── gradle/
├── build.gradle.kts # Project config
└── README.md
Update Version in app/build.gradle.kts:
versionCode = 2
versionName = "1.0.1"
Build Release APK:
./gradlew assembleRelease
cp app/build/outputs/apk/release/app-release.apk Focus TimerTimer-v1.0.1.apk
Commit Changes:
git add .
git commit -m "Release v1.0.1"
git tag -a v1.0.1 -m "Version 1.0.1"
git push origin main --tags
Create GitHub Release:
v1.0.1v1.0.1 - [Brief description]Focus TimerTimer-v1.0.1.apk## What's New in v1.0.1
### 🎉 New Features
- Feature description here
### 🐛 Bug Fixes
- Bug fix description here
### 🔧 Improvements
- Improvement description here
### 📥 Installation
Download `Focus TimerTimer-v1.0.1.apk` below and install on your Android device.
**Minimum Android Version**: Android 12 (API 31)
**Full Changelog**: https://github.com/aliahadmd/TimeMachine/compare/v1.0.0...v1.0.1
Contributions are welcome! Please feel free to submit a Pull Request.
git checkout -b feature/AmazingFeature)git commit -m 'Add some AmazingFeature')git push origin feature/AmazingFeature)This project is open source and available under the MIT License.
None at the moment! 🎉
If you find any bugs, please open an issue.
Ideas for future versions:
Built with ❤️ using Jetpack Compose
⭐ Star this repo if you find it helpful!