zom / Zom-Android-XMPP

THIS PROJECT IS NOW CLOSED. WE HAVE MOVED TO A NEW ZOM 2.0 MATRIX CORE. FOLLOW THE LINK!
https://github.com/zom/zom-android-matrix
GNU General Public License v3.0
141 stars 64 forks source link

Add audio icon to attachment icons #392

Closed cstiens closed 6 years ago

cstiens commented 6 years ago

To increase the awareness of the ability to share audio files

cstiens commented 6 years ago

Red hex is: FF4444 (icon is 'mic' from material design: https://material.io/icons/#ic_mic) Blue Doc hex is: 4A90E2

screenshot 2018-01-19 13 55 25
n8fr8 commented 6 years ago

I used a music not icon to distinguish it from the mic recording

cstiens commented 6 years ago

Great! Good call.

cstiens commented 6 years ago

@n8fr8 Is there any way to filter the options in the gallery view to only show audio files?

n8fr8 commented 6 years ago

yeah, it should be doing the filtering now. It launches the file/document chooser, and limits it by mime to audio/*

cstiens commented 6 years ago

Ok. On my Samsung phone, it brought up the downloads, which showed a mix of .apk files and audio. We'll test on some moto phones though too.

n8fr8 commented 6 years ago

ah... is there a left drawer menu that has an "Audio" option? I think unless we implement our own file browser we are at the mercy of whatever the phone itself provides.

cstiens commented 6 years ago

ah... is there a left drawer menu that has an "Audio" option?

Yes. And when you open it you see sub-folders.

I think unless we implement our own file browser we are at the mercy of whatever the phone itself provides.

Probably so. Especially with so many different default gallery browsers.