An Android app to let user jot down daily note.
Launch the app and edit note.
In the top bar:
- Date in local timezone is shown,
- Tap ↓ to export notes that have not been exported since edited as a text file,
- Tap < to view and edit previous note,
- Tap > to view and edit next note, and
- Tap >> to view and edit today's note
Tap the space below to start editing the note.
This privacy policy states use of information of the user by a software application, DayLeaf3.
The application stores notes created by the user on the device. Exported notes are accessible by other apps on the device.
Copyright 2026 by Green Soybean Technologies <edamametech at gmail.com>, under MIT License.
- Remove unreferenced resources and debug logs.
- Update
android.defaultConfig.versionCodeand...versionNameinapp/build.gradle.kts. - Test things on debug build, generate screenshots if necessary.
- Build - Generate Signed App Bundle or APK... and select release build.
- Rename the signed app bundle
app/release/app-release.aabwith the version, i.e.,X.Y.aab. - Upload the signed app bundle to developer console, wait for quick checks to complete.
- Upload screenshots if necessary
- Tag the working copy:
git tag vX.Y - Push changes to origin:
git push; git push origin tag vX.Y