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
...
Picking up call can be done from both dunst notification & notifications menu;
so for more consistency / less bugs the Pickup menu entry has been removed.
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
...
Summary of changes:
1. Always use the sxmo_notificationwrite.sh script to write notifications
rather then sometimes using echo to the DIR
2. Reorder args for notiffile spec to be action as 1st line, watchfile 2nd, and
rest as msg; this way msg can be multiple lines without propogating bugs
3. Write calls as a standard notification via sxmo_notificationwrite.sh
4. Use datestamps from notification files instead of filename, this way (3)
works without extra logic
5. Various style fixes
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
Anjandev Momi
92c368c01f
allow texting over ssh terminal
...
Signed-off-by: Miles Alan <m@milesalan.com>
4 years ago
Miles Alan
36520d487e
Change ring hook location to ~/.config/sxmo/hooks/ring
4 years ago
Dmytro
9378530a1b
Ringing sound configurable
...
Signed-off-by: Miles Alan <m@milesalan.com>
4 years ago
Miles Alan
5c4c6c15e2
Refactor xinit to be more structured and set $EDITOR if unset to vis
4 years ago
Miles Alan
0801bb1adb
Restructure configs into seperate folder
4 years ago
Miles Alan
d713b19199
Use sxmo_statusbarupdate.sh script instead of direct calls duplicated logic
4 years ago
Miles Alan
87c99ec024
Use USR1 signal instead of update file for updating statusbar
4 years ago
Anjandev Momi
07119a7085
make dmenus with contact names case insensitive
...
Signed-off-by: Miles Alan <m@milesalan.com>
4 years ago
Miles Alan
18745b05bb
Use setsid to update /tmp/sxmo_bar after call to refresh bar after process dead
4 years ago
Miles Alan
f058e17369
SIGKILL on close menu in dialer
4 years ago
Miles Alan
ad39251c5d
Show incoming contact name on ring; show texts in reverse chronological order
4 years ago
Miles Alan
844ce9ddef
Plus prefix strip numbers before storing into modem log
4 years ago
Miles Alan
e3f50e9d1b
Only show entries to text for directories that exist; fix number bugs
4 years ago
Miles Alan
a032e4923e
Remove +1 stripping from numbers in modem scripts
...
Note prefix stripping was unreliable because any +1XX number would break things.
The advice should be to always dial with +1 / international prefixes and store
contacts in your contacts.tsv with international codes; this way we avoid any
duplicate errors since we can be assured things in mmcli always come back w/
international prefixing automatically.
4 years ago
Anjandev Momi
f95cb51984
add contacts.tsv integration to call and text apps
...
Signed-off-by: Miles Alan <m@milesalan.com>
4 years ago
Miles Alan
c119ab0145
Pull dialing functionality into seperate script; allows in-call check to be valid
4 years ago
Miles Alan
8ee22f3038
Quote $@ where needed
4 years ago
Miles Alan
cef4de2af0
Use "$@" for expansion calls rather than manually listing argument numbers
4 years ago
Miles Alan
91d6ebb15d
Call improvements; fix bugs associated with hanging up; refresh bar on callend
4 years ago
Miles Alan
51921e5925
Fix bug preventing hanging up call upon killing window
4 years ago
Miles Alan
bca4475e0a
Show duration of call in statusbar
4 years ago
Miles Alan
a4b2724c4a
Clean up modem functionality & don't ever kill dmenu; move call monitoring to call script
4 years ago
Miles Alan
3c5a85a9a1
Add windowify toggle to the in call menu
4 years ago
Miles Alan
521243a407
Fix sxmo_modemlog.sh to use st -f
4 years ago
Miles Alan
2a925ed1a0
Allow calling numbers with + prefix
4 years ago
Miles Alan
049a93e5d8
Shellcheck and tabindent all scripts
4 years ago
Miles Alan
bd5ead19e5
Fix shellcheck errors
4 years ago
Miles Alan
7f31a3da40
Simplify audio routing for modem call; add linemic via audio routing -l
4 years ago
Anjandev Momi
1b78c3cf2f
modem: use XDG_CONFIG_HOME to save logs
...
Signed-off-by: Miles Alan <m@milesalan.com>
4 years ago
Miles Alan
66eeb46a55
Fix bug - dialer launches into screenlock upon starting call
4 years ago
Miles Alan
b3804adf0c
Disable lisgd before locking screen in call script
5 years ago
Miles Alan
6777dbdebd
Fix bug w/ newcall() in sxmo_modemmonitor.sh preventing ringing call from being logged
...
Resolves sxmo-tickets #26 reported by ~jan_wagemakers
5 years ago
Miles Alan
ba8e8b0b9a
Fix typo when modem not found you're -> your
5 years ago
Miles Alan
fa3550c638
Add warnings to modem scripts if the modem is not present
5 years ago
Miles Alan
ae5d32f369
Don't log grep test in modem dialer
5 years ago
Miles Alan
962375a49f
Remove blank entry from dialer menu
5 years ago
Miles Alan
34b2c57038
Fixes related to cleaning up modem functionality; fix audio; add flash toggle
5 years ago
Miles Alan
8b52988ad2
Remove sudo from mmcli commands in modem scripts
5 years ago
Miles Alan
e5877059ff
Lots of bugfixes related to calling/modem and various script fixes
5 years ago