This repository has been archived on 2022-02-10. You can view files and clone it, but cannot push or open issues or pull requests.
morse-converter-android/README.md

27 lines
1.1 KiB
Markdown
Raw Permalink Normal View History

2018-01-03 09:07:08 +01:00
# writtenMorse Android Converter
2015-01-02 11:39:18 +01:00
2018-01-03 09:07:08 +01:00
A writtenMorse and normal morse code converter for Android. You can find more information about this app on the [GitLab Wiki](https://gitlab.com/mmk2410/writtenmorse-specs/wikis/Home).
2018-01-03 09:07:08 +01:00
![Image](https://gitlab.com/mmk2410/morse-converter-android/raw/master/feature-graphic.png)
2015-02-18 10:50:36 +01:00
2018-01-03 09:07:08 +01:00
Get it on [Google Play](https://play.google.com/store/apps/details?id=de.marcelkapfer.morseconverter)
2015-02-18 10:50:36 +01:00
## Contribute
2016-11-21 17:53:52 +01:00
1. Fork it
2018-01-03 09:07:08 +01:00
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Add yourself to the CONTRIBUTORS file
5. Push to the branch (`git push origin my-new-feature`)
6. **Create a new merge request**
2018-01-03 09:08:21 +01:00
You can always write me a mail at [me@mmk2410.org](mailto:me@mmk2410.org) or contact me on [Twitter](https://twitter.com/mmk2410).
2015-02-18 00:51:58 +01:00
2015-05-19 11:31:50 +02:00
## Beta testing
Would you like to test new features before they land in the public version? Just join the [Google+ community](https://plus.google.com/communities/103668718628585126049).
2015-02-18 10:41:49 +01:00
## Used Libraries
2018-01-03 09:07:08 +01:00
* [Neokree's Material Navigation Drawer](https://github.com/neokree/MaterialNavigationDrawer)