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

43 lines
1.4 KiB
Markdown
Raw Normal View History

2015-02-17 03:28:34 +01:00
# Material Design
2015-01-02 11:39:18 +01:00
2015-03-10 23:11:15 +01:00
A writtenMorse and normal morse code converter for Android. You can find more information about this app on http://marcel-kapfer.de/writtenmorse.
2015-02-18 10:50:36 +01:00
## Design
This is how it looks:
2015-03-10 23:10:33 +01:00
![Image](http://marcel-kapfer.de/writtenmorse/presentation-graphic.png)
2015-02-18 10:50:36 +01:00
## Contribute
2016-11-21 17:53:52 +01:00
1. Fork it
2. Create a feature branch with a meaningful name (`git checkout -b my-new-feature`)
3. Add yourself to the CONTRIBUTORS file
4. Commit your changes (`git commit -am 'Add some feature'`)
5. Push to your branch (`git push origin my-new-feature`)
6. Create a new pull request
You can always write me a mail at marcelmichaelkapfer@yahoo.co.nz or contact me on [Google+](https://plus.google.com/+MarcelMichaelKapfer) or [Twitter](https://twitter.com/MarcelKapfer).
You can also check out the issues and the Trello board.
## Trello Board
[Feature & Development Board](https://trello.com/b/SGMIGVbI/morse-android)
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
[Neokree's Material Navigation Drawer](https://github.com/neokree/MaterialNavigationDrawer)
2015-05-19 17:33:42 +02:00
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. **Create New Pull Request**