fbnrst / SoundRecorder

A simple sound recording app implementing Material Design
GNU General Public License v3.0
2 stars 1 forks source link

[FR] make release(s) #2

Closed ildar closed 8 years ago

ildar commented 8 years ago

Hi! I'd love to test your fork. Could you please make a release with recent patches? Thanks a lot!

ildar commented 8 years ago

And don't forget mark em with git tags!

fbnrst commented 8 years ago

I just did a release. However, remember that this is just my private fork. I really do not know much about Android programming. So, for instance the default storage path is hard-coded for my Motorola Moto E and might not even exist on your device.

https://github.com/fabianrost84/SoundRecorder/releases/tag/v0.1-alpha

ildar commented 8 years ago

Thanks a lot! But you forgot to add the binary apk. Please?

fbnrst commented 8 years ago

I think I can do that in the next days.

fbnrst commented 8 years ago

Done. https://github.com/fabianrost84/SoundRecorder/releases/tag/v0.1-alpha

ildar commented 8 years ago

Indeed it doesn't work:

08-12 01:46:25.550 26115 26115 E AndroidRuntime: java.lang.NullPointerException: Attempt to get length of null array 08-12 01:46:25.550 26115 26115 E AndroidRuntime: at com.danielkim.soundrecorder.adapters.FileViewerAdapter.(FileViewerAdapter.java:67) 08-12 01:46:25.550 26115 26115 E AndroidRuntime: at com.danielkim.soundrecorder.fragments.FileViewerFragment.onCreateView(FileViewerFragment.java:51)

fbnrst commented 8 years ago

What phone are you using? Looks like it could be the not-existing storage path, as expected.

ildar commented 8 years ago

That's CM13 on N5100. BTW with newer Android you can't simply guess the external storage path: it is mounted at /storage/$VOLID, e.g. /storage/1234-5678. The internal is as always at /sdcard.