Jonathan Hodgson
b568784db3
Adds missed calls list to phone menu
2021-04-04 17:30:49 +01:00
Jonathan Hodgson
72ecf44743
Makes calling work
...
Much of the code that interfaces with the modem was taken from SXMO.
Calling now works for both incoming and outgoing calls
2021-04-04 16:01:24 +01:00
Jonathan Hodgson
49c7a32c7f
Implements --dry-run for check call
...
It obviously can't answer a call that isn't coming in, but it creates
the rofi prompt
2021-03-21 13:37:55 +00:00
Jonathan Hodgson
0b4566affc
Work on incoming calls
...
Unlike SXMO, I have opted to use rofi to prompt for an incoming call.
This allows me to have accept and decline buttons easily rather than
multiple notifications.
2021-03-21 13:05:30 +00:00
Jonathan Hodgson
1ab519531c
Initial work on modem functionality
...
Including, checking for incoming calls, missed calls, sms and the start
of a dialer using rofi
2021-03-02 18:35:57 +00:00
Jonathan Hodgson
afb6634bec
Makes a start on dialer
2021-03-01 22:28:54 +00:00
Jonathan Hodgson
c88b6fa18a
Fix new message count
2021-02-18 21:17:19 +00:00
Jonathan Hodgson
0b22abd4b4
Start on sms checker script
2021-02-18 21:13:50 +00:00
Jonathan Hodgson
30558c7b2d
Stops sms using data flag
2021-02-18 20:43:44 +00:00
Jonathan Hodgson
9fd64e9bb2
Fixes a bug where the modem number isn't correctly identified
2021-02-15 21:36:37 +00:00
Jonathan Hodgson
271c253178
Starts writing modem scripts
...
Currently, I only have one for sending sms messages.
Inspiration was taken from sxmo's send message script although I prefer
to send a message from a file so I don't have to worry about escaping
quotes etc.
Also, i make use of flags
2021-02-15 21:26:55 +00:00