92 Commits (9f11cd6a6352a4248c7309eedea22778633845fb)

Author SHA1 Message Date
Maarten van Gompel a42f160ed2 make modemmonitor's dbus hooks more robust and prevent being triggered multiple times 4 years ago
Maarten van Gompel 9a4df9fd28 reworking handling finished/missed calls #134 4 years ago
Maarten van Gompel 2a07cab638 implemented lookupcontactname() in call/text handler, removes non posix-compliant substitutions 4 years ago
Maarten van Gompel 4b4bfc851f explicitly delete calls after hangup/termination #134 4 years ago
Maarten van Gompel 06b25c3bc9 Restore audio to original state after finishing a call #133 4 years ago
Maarten van Gompel 4a90d86f56 Sane message when terminating call with unknown number and more verbose output to stderr from modem scripts 4 years ago
Anjandev Momi e067fd9ad6 Revert "simplify code to get phone number for incoming calls" 4 years ago
Anjandev Momi abd931d9ce shellcheck fix: use -n instead of ! -z 4 years ago
Maarten van Gompel 031bb9de21 no need for number validation when cancelling dialer 4 years ago
Anjandev Momi 236ab9a343 Do not display text only numbers as options when dialing or composing new texts 4 years ago
Anjandev Momi 741defe781 Fix short phone numbers or phone numbers with text do not appear in scripts 4 years ago
Anjandev Momi b0bb9ac9fc simplify code to get phone number for incoming calls 4 years ago
Maarten van Gompel 17e3b623bf modemmonitortoggle may take an argument "on" or "off" to force toggling to a desired state 4 years ago
Maarten van Gompel c915de82d8 Force new process group using setgid -f when starting anything that may possibly kill an entire progress group (kill -9 0) #117 4 years ago
Anjandev Momi 8b87386006 Fixed user log out when selecting "Close Menu" in dialer 4 years ago
Maarten van Gompel a90f565c12 minor quote fix to satisfy shellcheck 4 years ago
Maarten van Gompel 7fb7cd70f3 various indentation fixes (spaces to tabs and stripping trailing whitespace) 4 years ago
Miles Alan 96931ce22c Add back saftey hook for incoming calls to delete notifications if none incoming 4 years ago
Miles Alan f2fc6a406e Missed call rework: Use dbus to check for missed calls & properly delete pickup 4 years ago
Anjandev Momi e11cf9e523 move sxmo data to XDG_DATA_HOME 4 years ago
Reed Wade cd7762d92a The ring hook was blocking the notification writing. 4 years ago
Reed Wade 6f94bb8159 Add a new pickup hook that trigger on accept incoming calls 4 years ago
Maarten van Gompel 00846a1608 don't stumble over single quotes when sending SMS texts and replace double quotes with double single quotes to avoid trouble (a bit patchy) 4 years ago
Reed Wade f539e45459 Prevent stderr that DRAFT_FILE could not be found. 4 years ago
Serge E. Hallyn cbeaecbef5 sxmo_modemdial.sh: quiet the grep 4 years ago
Anjandev Momi 6199f54b21 sxmo_modemtext: postpone renamed to draft. Open more contacts on ssh 4 years ago
Reed Wade 65d9d60ff1 Add more contacts choice to contact list 4 years ago
Reed Wade f6e98f2754 Move the send sms logic in a dedicated script 4 years ago
Maarten van Gompel e11d3aaea3 some minor cleanup of issues detected by shellcheck after applying the patch: 'modemmonitor: use dbus-monitor' 4 years ago
Reed Wade 1e00b72d90 fix a notification bug when sms come from whitespace content number 4 years ago
Julian P Samaroo 72cc974f20 Added option to postpone and resend text messages 4 years ago
Maarten van Gompel 19efcf927e Sep 8: call checkformissedcalls at first run, and then also any time that checkforincomingcalls did not actually find a call (i.e. ... missed it) 4 years ago
Serge E. Hallyn 99099a359f modemmonitor: use dbus-monitor 4 years ago
Anjandev Momi c94e58f6d2 modemmonitor: fixed no contact name displayed in notifications and new folders without + 4 years ago
Miles Alan 4c24155a62 Don't delete leading + from incoming calls in sxmo_modemmonitor.sh 4 years ago
Julian P Samaroo bbdf195090 Show one line in previewing text message to edit 4 years ago
Sam Bowlby 93de0d4d84 correct variable name for incoming text number used in sms hook 4 years ago
Maarten van Gompel 565eae8835 Updated handling of '+' in phone numbers, it is now never stripped but expected: all numbers should be full international phone numbers (including in contacts.tsv). 4 years ago
Miles Alan 747da7863c Fix shellcheck 4 years ago
Miles Alan 45c571727c Cleanup logic for notification LED setting; increase default call volume 4 years ago
Miles Alan 8e1c40e832 Delete calls from modem on terminating the in call script 4 years ago
Miles Alan 17fb103ee3 Create a new notification when there is a missed call 4 years ago
Miles Alan 5f8aad0386 Fix bugs with incall functionality around statusbar showing call duration 4 years ago
Miles Alan c5b665ca4f Look for ATTRIB events for notifications updates; remove "Pickup" menu 4 years ago
Maarten van Gompel 7ec9ca2db1 pass incoming phone number to the ring hook (allows distinctive rings/actions based on caller) and added a similar sms hook 4 years ago
Miles Alan faf9bfc48d Refactor notifications work to use 1 interface for writing notifs & use dates 4 years ago
iressa e6635ba7ef Notification patch v4 4 years ago
Miles Alan 4362eacde2 sxmo_modemtext.sh - use variable name $CONTACT rather then $TDIR 4 years ago
Anjandev Momi a8910cb2c6 text: show logfiles in order of last contacted (use sxmo_contacts.sh) 4 years ago
Miles Alan 3e23624651 Fix typo in sxmo_modemtext.sh 4 years ago