Minimal Android scratchpad app for quickly dumping ideas.
- Opens straight into a full-screen text area.
- Brings up the keyboard at startup.
- Creates a new text file on each launch and autosaves as you type.
- Lets you save the current note and immediately start a new one.
- Saves notes under
Documents/adadasidea_YYYYMMDD_HHMMSS_SSS.txt.
Download the newest adad-<version>.apk asset from GitHub Releases, then install it on your Android device.
Obtanium can monitor GitHub releases. Private repositories require authentication in Obtanium.
Use:
- Source: GitHub
- Repo:
egilewski/adad - Track: release tag
v<version>(for examplev0.1) - Package ID:
com.example.adad - APK asset name:
adad-<version>.apk(for exampleadad-0.1.apk)
Build, signing, and release maintenance notes live in docs/releasing.md.