You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Stacy Harper
91fe7fbeab
Fix the unreliable modem numbers prefix issues
...
Sometime, the modem will give 0611924312 as incoming text or
call number instead of +33611924312 (example in france).
This cause two issues cause of format missmatch:
* Notifications sometime come from "Unknown" when we actually know
the contact
* Text/Dial menu entries are duplicated with "Unknown" persons
We try here to fix boths issues with a simple idea. We will fallback
to a default prefix when it is missing (on phone like numbers,
composed of 10 numbers).
This prefix is an environment variable that cause 0 impact if missing.
* sxmo_contacts.sh will fix the recent numbers prefixes with the default
* sxmo_modemmonitor.sh will also fix the prefix with the default one
This should solve missmatch issues as both will use country code format
I only recommend to always store contacts in the prefixed format in the
contacts.tsv file.
Signed-off-by: Stacy Harper <contact@stacyharper.net>
Signed-off-by: Maarten van Gompel <proycon@anaproy.nl>
4 years ago
..
sxmo_appmenu.sh
add Profanity to app menu; add System Menu to Network menu
4 years ago
sxmo_audiocurrentdevice.sh
Shellcheck and tabindent all scripts
4 years ago
sxmo_audioout.sh
various scripts were not sourcing the common include script yet (noted by mrrabbit1155)
4 years ago
sxmo_blinkled.sh
various scripts were not sourcing the common include script yet (noted by mrrabbit1155)
4 years ago
sxmo_bluetoothmenu.sh
Try to make bluetooth menu connection more reliable
4 years ago
sxmo_brightness.sh
various scripts were not sourcing the common include script yet (noted by mrrabbit1155)
4 years ago
sxmo_common.sh
added some more apps to the app menu
4 years ago
sxmo_contactmenu.sh
Fix the unreliable modem numbers prefix issues
4 years ago
sxmo_contacts.sh
Fix the unreliable modem numbers prefix issues
4 years ago
sxmo_dmenu_with_kb.sh
Do not close svkbd if it was already open before dmenu
4 years ago
sxmo_edit_screen.sh
Shellcheck and tabindent all scripts
4 years ago
sxmo_flashtoggle.sh
various indentation fixes (spaces to tabs and stripping trailing whitespace)
4 years ago
sxmo_gesturehandler.sh
use 2-finger swipe down to close window, 3 to kill window
4 years ago
sxmo_gpsutil.sh
Moved checkmark to icons
4 years ago
sxmo_hotcorner.sh
complete revision of gestures, using new edge system
4 years ago
sxmo_keyboard.sh
Do not close svkbd if it was already open before dmenu
4 years ago
sxmo_killwindow.sh
use 2-finger swipe down to close window, 3 to kill window
4 years ago
sxmo_lisgdstart.sh
fixed top right hotcorner #229
4 years ago
sxmo_lock.sh
fixed shellcheck problem after applying last patch
4 years ago
sxmo_networks.sh
add Profanity to app menu; add System Menu to Network menu
4 years ago
sxmo_open.sh
various scripts were not sourcing the common include script yet (noted by mrrabbit1155)
4 years ago
sxmo_pipecomplete.sh
Added sxmo_keyboard script that acts as an intermediary to opening and closing the keyboard
4 years ago
sxmo_postwake.sh
Suspend Conky during screenlock #177
4 years ago
sxmo_powerbutton.sh
compatibility with megapixels 0.16: power button takes a picture instead of toggling the keyboard, only when megapixels is active
4 years ago
sxmo_presuspend.sh
ensure clickclack and svkbd are killed prior to suspending (may fix a sound stuttering problem)
4 years ago
sxmo_resetscaninterval.sh
reduce wifi reconnection time after deep sleep #150
4 years ago
sxmo_rotate.sh
Fix sxmo rotate left
4 years ago
sxmo_rotateautotoggle.sh
increased verbosity in various scripts, and do not run xargs kill when argument is empty (cleaner and clearer stderr messages)
4 years ago
sxmo_rtcwake.sh
Implementing optional rtc wakeup at regular intervals, added presuspend, rtcwake and postwake scripts (with hooks)
4 years ago
sxmo_setpermissions.sh
fix: path should be absolute
4 years ago
sxmo_statusbar.sh
fixed whitespace problem after last patch
4 years ago
sxmo_statusbarupdate.sh
increased verbosity in various scripts, and do not run xargs kill when argument is empty (cleaner and clearer stderr messages)
4 years ago
sxmo_surf_linkselect.sh
Added sxmo_keyboard script that acts as an intermediary to opening and closing the keyboard
4 years ago
sxmo_timezonechange.sh
Removed explicit font from most dmenu calls, dmenu font is read from Xresources now and kept as uniform as possible
4 years ago
sxmo_upgrade.sh
we expect people to upgrade with `apk upgrade -a` (quoting ollieparanoid from pmos)
4 years ago
sxmo_urlhandler.sh
removed hardcoded font
4 years ago
sxmo_vol.sh
various scripts were not sourcing the common include script yet (noted by mrrabbit1155)
4 years ago
sxmo_xinit.sh
Implement default hooks for ringing and incoming texts, playing audio
4 years ago