-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtodo.txt
42 lines (26 loc) · 1.47 KB
/
todo.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
-better sounds
-- white noise dhamapada
- bluetooth volume controls don't work
- save preferences/current selections to disk and reload when app loads
- modal select box for tracks
-- group tracks together
-- group sounds by type. e.g. metal bowl strike, metal bowl ring, chimes. Perhaps use a tag for grouping? or just use sub objects.
- fix play/pause issue with scheduled sounds. Soft Stream with Strike Every Minute chimes go off unexpectedly after multiple play pause presses.
- set alarm time to 0 after the alarm has gone off
- sound settings modal
- android
-- file system write ENOENT
-- fix font
-- did a hack for sound file naming to use _ instead of -, but we need to change all sound files to be one naming with _
- export data
- calendar integration? https://github.com/wmcmahan/react-native-calendar-events
- sound alarm when app is in background. not sure this is useful.
Later
============================
SQLite didn't work out of the box. Revisit later. File system will work for the next couple of years.
- do not disturb mode is not possible
- maybe its best if the guided meditations are by me? might be weird to listen to though...
otherwise need licensing permission? or embed youtube & soundslice?
//todo: follow setup: https://github.com/doublesymmetry/react-native-track-player/issues/1468
//https://react-native-track-player.js.org/docs/basics/getting-started
//https://medium.com/@bharat.tiwari/creating-an-audio-player-in-react-native-2628c4262db4