https://github.com/windylibra/typenshow
A minimalist Android app for typing text
https://github.com/windylibra/typenshow
android android-application android-studio kotlin kotlin-android notes
Last synced: 5 months ago
JSON representation
A minimalist Android app for typing text
- Host: GitHub
- URL: https://github.com/windylibra/typenshow
- Owner: WindyLibra
- License: lgpl-3.0
- Created: 2024-10-24T15:04:20.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-12T16:12:29.000Z (about 1 year ago)
- Last Synced: 2024-12-16T23:22:54.934Z (about 1 year ago)
- Topics: android, android-application, android-studio, kotlin, kotlin-android, notes
- Language: Kotlin
- Homepage: https://gitlab.com/windylibra/typenshow
- Size: 232 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Typenshow
Typenshow (Portmanteau for Type & Show) is a minimalistic Android app for quickly typing something down. \
NOT INTENDED for storing information (for now, it will be a feature in future), only for typing and showing the text for any purposes.
Logo was taken from https://3dicons.co/
## FAQ
### What's on the roadmap of updates?
Here's the list:
1. Add Settings widget for changing fonts and their sizes
2. Add Theming for the Background and Text
3. Add storing of the written "snippets"
Randomize starting text (for fun, why not)
### How compatible is the app for older phones?
Not much really. I just wanted to write this for my portfolio and as a personal tool, so the app works on \
my phone (Google Pixel 7 at least), due to the convenience of API level 30 (hot reloads, etc.) but if you want an app like this \
for yourself too or spread this for others, you can fork it or contribute here (if making it accessible for lower level APIs \
doesn't require a full re-write of the app i hope)
### How to contribute?
This is my first open-source project, so I don't know all the guidelines I should follow. \
Nevertheless, you can write to aerolibra1196@gmail.com for questions or open an Issue. \
#### If you are seeing this on GitHub, go and check the GitLab repo, as GitHub is the mirror of this project.