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.
Go to file
mmk2410 adccce2f14 Multiple Line support, Fixed issus with appcompat 22 2015-08-03 15:36:59 +02:00
app Multiple Line support, Fixed issus with appcompat 22 2015-08-03 15:36:59 +02:00
gradle/wrapper Version 1.0 2015-01-02 11:43:24 +01:00
.gitignore Version 2.2 2015-05-15 22:19:23 +02:00
MorseConverter.iml Multiple Line support, Fixed issus with appcompat 22 2015-08-03 15:36:59 +02:00
README.md Update README.md 2015-05-19 17:33:42 +02:00
build.gradle Materializing 2015-02-14 17:31:42 +01:00
gradle.properties Materializing 2015-02-14 17:31:42 +01:00
gradlew Version 1.0 2015-01-02 11:43:24 +01:00
gradlew.bat Version 1.0 2015-01-02 11:43:24 +01:00
settings.gradle Version 1.0 2015-01-02 11:43:24 +01:00

README.md

Material Design

A writtenMorse and normal morse code converter for Android. You can find more information about this app on http://marcel-kapfer.de/writtenmorse.

Design

This is how it looks: Image

Contribute

Feel free to contribute any time. Just fork it and create a pull request.

You can always write me a mail at marcelmichaelkapfer@yahoo.co.nz or contact me on Google+ or Twitter.

You can also check out the issues and the Trello board.

Trello Board

Feature & Development Board

Beta testing

Would you like to test new features before they land in the public version? Just join the Google+ community.

Used Libraries

Neokree's Material Navigation Drawer

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