OpenCycleCompass / ocyco-app-android

Android App for OpenCycleCompass
GNU General Public License v3.0
6 stars 1 forks source link

Bugfix: UploadTrackActivity EditText InputFilter #123

Closed rleh closed 8 years ago

rleh commented 8 years ago

The InputFilter has been replaced by a android:digits directive in the EditText element in the activity layout file.

This PR includes commits from PR #121