A sample app to test out the Android Architecture Components and App Shortcuts
Find a file
dependabot[bot] 7c2e902b0e Bump com.android.tools.build:gradle from 8.4.1 to 8.4.2
Bumps com.android.tools.build:gradle from 8.4.1 to 8.4.2.

---
updated-dependencies:
- dependency-name: com.android.tools.build:gradle
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-10 16:29:49 -06:00
.github Fix permissions and run conditions on workflows 2024-03-28 09:00:34 -06:00
.settings Add categories to transactions 2018-10-31 17:54:42 -06:00
android Drop compose material 2024-03-17 10:12:49 -06:00
gradle Bump com.android.tools.build:gradle from 8.4.1 to 8.4.2 2024-06-10 16:29:49 -06:00
screenshots Add README 2018-08-03 12:59:33 -05:00
shared Fix test failures 2024-03-28 08:35:55 -06:00
.gitignore Use Crashlytics for error handling and fix up navigation 2019-01-26 22:10:03 -06:00
.project Add categories to transactions 2018-10-31 17:54:42 -06:00
build.gradle.kts Convert build.gradle to build.gradle.kts 2024-03-17 10:12:49 -06:00
gradle.properties WIP: Migrate to Kotlin Multiplatform 2024-03-17 10:12:49 -06:00
gradlew Make gradle wrapper executable 2024-03-27 20:32:22 -06:00
gradlew.bat Initial commit with basic income/expense adding/persistence 2018-07-31 21:01:15 -05:00
README.md Add README 2018-08-03 12:59:33 -05:00
settings.gradle.kts Rename package to com.wbrawner.twigs.android and bump dependency versions 2024-03-17 10:12:49 -06:00

My Allowance

This app is just a playground of sorts for me to test the Android Architecture Components. I have no plans to publish nor maintain it, but feel free to fork it if you'd like.

Screenshots

Dashboard without data Expenses without data Income without data Adding an expense Expenses with data Dashboard with data App Shortcuts

License

Copyright 2018 William Brawner

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.