Commit graph

5 commits

Author SHA1 Message Date
Olga Miller b55e518a0a WaveFileOutputContext: Moved getContentValues-method under constructor, renamed createWaveOutputStream-method and clear-method 2020-06-25 23:45:13 +02:00
Olga Miller e0ca7e9eff WaveFileOutputContext: Moved content of init-method into constuctor,
create mFile for Version>=Q only if deleteFile-method is called
2020-06-25 23:41:50 +02:00
Olga Miller 7de496bb69 WaveFileOutputContext: Moved creation of ContentValues into a separate method,
moved MediaStore.Audio.Media.ALBUM to Version<Q
2020-06-25 23:38:22 +02:00
Olga Miller 384fb0e7a2 WaveFileOutputContext: Moved ContentResolver.insert for Version<Q after wav-file is written,
(ContentResolver.update only for Version>=Q)
2020-06-25 22:30:35 +02:00
Olga Miller d452255b62 Support writing of wav-file also in Android 10 2020-06-22 23:33:26 +02:00