summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* ru: add new operatorslr/ru-updates-splitMaxLyubimov2023-03-231-0/+133
| | | | | | | | | | | | Updated telecoms operators for Russia New telecom operators have been added, non-operating telecom operators have been removed, the data of existing telecom operators has been updated. https://gitlab.gnome.org/GNOME/mobile-broadband-provider-info/-/merge_requests/97 [lkundrak@v3.sk: split the removal, updates and additions into separate commits.]
* ru: update operatorsMaxLyubimov2023-03-231-0/+4
| | | | | | | | | | | | Updated telecoms operators for Russia New telecom operators have been added, non-operating telecom operators have been removed, the data of existing telecom operators has been updated. https://gitlab.gnome.org/GNOME/mobile-broadband-provider-info/-/merge_requests/97 [lkundrak@v3.sk: split the removal, updates and additions into separate commits.]
* ru: clean up old operatorsMaxLyubimov2023-03-231-92/+0
| | | | | | | | | | | | Updated telecoms operators for Russia New telecom operators have been added, non-operating telecom operators have been removed, the data of existing telecom operators has been updated. https://gitlab.gnome.org/GNOME/mobile-broadband-provider-info/-/merge_requests/97 [lkundrak@v3.sk: split the removal, updates and additions into separate commits.]
* ca: add Rogers LTE APNsRichard Acayan2023-02-161-0/+10
| | | | | | | | The Access Point Names for Rogers LTE is different from the APNs used for 2G/3G when this provider was first added. Add the APNs for Rogers LTE for newer devices that support it. Link: https://www.rogers.com/support/mobility/apn-settings
* Merge branch 'superdrug' into 'main'Guido Günther2023-02-141-0/+15
|\ | | | | | | | | Add Superdrug Mobile provider See merge request GNOME/mobile-broadband-provider-info!95
| * gb:Add Superdrug MobileUltrasonicMadness2023-02-131-0/+15
| |
* | Merge branch 'lagl-main-patch-31941' into 'main'Guido Günther2023-01-251-2/+2
|\ \ | |/ |/| | | | | dk: Update Telenor DNS See merge request GNOME/mobile-broadband-provider-info!93
| * dk: Update Telenor DNSLasse Glerup2023-01-251-2/+2
|/
* pk: unbreak Pakistani MCCLubomir Rintel2022-12-121-16/+4
| | | | | | | | | | | 515 is Phillipines, Pakistan is 410. The ITU documentation [1] appears to confirm that. Also drop Djuice. It just duplicates Telenor -- same network and everything. [1] https://www.itu.int/dms_pub/itu-t/opb/sp/T-SP-E.212B-2018-PDF-E.pdf https://gitlab.gnome.org/GNOME/mobile-broadband-provider-info/-/merge_requests/89
* doap: add Guido to maintainer listGuido Günther2022-11-181-0/+7
| | | | https://gitlab.gnome.org/GNOME/mobile-broadband-provider-info/-/merge_requests/88
* us: AT&T: add RESELLER as MVNO APNChris Talbot2022-11-071-0/+6
| | | | https://gitlab.gnome.org/GNOME/mobile-broadband-provider-info/-/merge_requests/87
* release: bump version to 2022110720221107Lubomir Rintel2022-11-071-1/+1
|
* us: add support for Ting USA VVMChris Talbot2022-11-071-0/+5
| | | | | | This adds the needed perameters for Ting USA to support Visual Voicemail https://gitlab.gnome.org/GNOME/mobile-broadband-provider-info/-/merge_requests/86
* de: telekom: give names to plan entriesJan Engelhardt2022-10-031-0/+4
| | | | | | | | When reaching the NetworkManager applet dialog to select a plan, it shows "Default" four times. Rectify this by giving the individual Telekom plans a <name> attribute. https://gitlab.gnome.org/GNOME/mobile-broadband-provider-info/-/merge_requests/85
* ui: collapse Orange and T-Mobile into EE, fix APNsLubomir Rintel2022-09-121-64/+34
| | | | | | | | | | | | | | | | | | Alyssa Ross reports: I was able to manually connect to the UK provider EE (which is not currently listed) using the following settings: APN: everywhere Username: eesecure Password: secure Also, EE was formed as a merger of T-Mobile and Orange, both of which are still in the list. The data was pulled off EE web site, checked agains AOSP configuration: https://android.googlesource.com/device/sample/+/master/etc/apns-full-conf.xml https://gitlab.gnome.org/GNOME/mobile-broadband-provider-info/-/issues/12 https://gitlab.gnome.org/GNOME/mobile-broadband-provider-info/-/merge_requests/82
* build: merge branch 'fix-regex'Thomas Haller2022-09-071-1/+1
|\ | | | | | | https://gitlab.gnome.org/GNOME/mobile-broadband-provider-info/-/merge_requests/84
| * build: use $(SP_XML_DB) in Makefile.amThomas Haller2022-09-071-1/+1
| |
| * build: reject and whitespace in XML via unit testThomas Haller2022-09-071-1/+1
| | | | | | | | | | Note only reject a whitespace right before "<", but also in between tabs.
| * build: Fix regex in make checkMatt Turner2022-09-061-1/+1
|/ | | | | | | | | | make check fails when /bin/sh is dash, since dash doesn't support $''. Commit 37dc3f5 ("build: check for trailing whitespace") added the $'' usage, presumably because it was noticed that grep doesn't accept \t. Fix this by using [:blank:] instead. Bug: https://bugs.gentoo.org/856436
* fr: include voice mail and balance check for Free MobileXela Geo2022-08-291-0/+9
| | | | https://gitlab.gnome.org/GNOME/mobile-broadband-provider-info/-/merge_requests/83
* us: update AT&T APNs and APN usageshuntekye2022-08-231-25/+18
| | | | | | The AT&T APNs were ancient. https://gitlab.gnome.org/GNOME/mobile-broadband-provider-info/-/merge_requests/81
* dtd: allow "mms-internet-hipri" and "mms-internet-hipri-fota" typeshuntekye2022-08-232-2/+4
| | | | | | | | | | | Update to the current AT&T APNs requires specifying multiple usages. I added the possibility of using a chain of usages in one usage i.e. usage="<usage1>-<usage2>-...". It's not a perfect system, but it will work until someone needs a larger number of combinations of usages, as the ones I use are hard-coded. https://gitlab.gnome.org/GNOME/mobile-broadband-provider-info/-/merge_requests/81
* in: add Airtel Kerala network-idMohammed Sadiq2022-08-231-0/+1
| | | | https://gitlab.gnome.org/GNOME/mobile-broadband-provider-info/-/merge_requests/80
* release: bump version to 2022072520220725Lubomir Rintel2022-07-251-1/+1
|
* bsnlnet: Add username and passwordChris Talbot2022-07-251-0/+2
| | | | https://gitlab.gnome.org/GNOME/mobile-broadband-provider-info/-/merge_requests/78
* xk: add Ipko service providerEvangelos Ribeiro Tzaras2022-07-251-0/+15
| | | | | | | Kosovo has "XK" ISO 3166-1 alpha-2 country code. See https://en.wikipedia.org/wiki/ISO_3166-2:XK https://gitlab.gnome.org/GNOME/mobile-broadband-provider-info/-/merge_requests/79
* nl: correct Simple internet providerJan Vlug2022-07-251-11/+12
| | | | | | https://gitlab.gnome.org/GNOME/mobile-broadband-provider-info/-/issues/9 https://gitlab.gnome.org/GNOME/mobile-broadband-provider-info/-/merge_requests/77
* fr: add Simplus data/mms settingsfrediz2022-07-251-0/+19
| | | | https://gitlab.gnome.org/GNOME/mobile-broadband-provider-info/-/merge_requests/76
* release: bump version to 2022051120220511-lrLubomir Rintel2022-05-111-1/+1
|
* us: update verizon MCCMNC20220511Boris Shtrasman2022-05-111-1/+12
| | | | | | | | Based on https://www.itu.int/dms_pub/itu-t/opb/sp/T-SP-E.212B-2018-PDF-E.pdf 995 is not listed ITU doc for 2018 https://gitlab.gnome.org/GNOME/mobile-broadband-provider-info/-/merge_requests/70
* us: Verizon Wirleess had been awarded 301 012Boris Shtrasman2022-05-111-0/+1
| | | | | | From https://www.itu.int/dms_pub/itu-t/opb/sp/T-SP-OB.779-2003-PDF-E.pdf page 38 https://gitlab.gnome.org/GNOME/mobile-broadband-provider-info/-/merge_requests/70
* us: Verizon Wireless MMS settingsBoris Shtrasman2022-05-111-0/+1
| | | | https://gitlab.gnome.org/GNOME/mobile-broadband-provider-info/-/merge_requests/70
* us: declare AT&T MCC MNCBoris Shtrasman2022-05-111-0/+14
| | | | | | From https://www.itu.int/dms_pub/itu-t/opb/sp/T-SP-E.212B-2018-PDF-E.pdf https://gitlab.gnome.org/GNOME/mobile-broadband-provider-info/-/merge_requests/71
* at: declare lyca mobile MMS configBoris Shtrasman2022-05-111-0/+1
| | | | https://gitlab.gnome.org/GNOME/mobile-broadband-provider-info/-/merge_requests/75
* al: add AMC internet APN configBoris Shtrasman2022-05-111-0/+12
| | | | https://gitlab.gnome.org/GNOME/mobile-broadband-provider-info/-/merge_requests/74
* af: add MMS settings for AWCCBoris Shtrasman2022-05-111-0/+7
| | | | https://gitlab.gnome.org/GNOME/mobile-broadband-provider-info/-/merge_requests/73
* ad: add andorra telecom MMS settingsBoris Shtrasman2022-05-111-0/+7
| | | | https://gitlab.gnome.org/GNOME/mobile-broadband-provider-info/-/merge_requests/72
* za: mtn mmsBoris Shtrasman2022-03-171-0/+8
| | | | https://gitlab.gnome.org/GNOME/mobile-broadband-provider-info/-/merge_requests/69
* za: cell-c MMS settingBoris Shtrasman2022-03-171-0/+6
| | | | https://gitlab.gnome.org/GNOME/mobile-broadband-provider-info/-/merge_requests/69
* build: check for trailing whitespaceLubomir Rintel2022-03-171-1/+1
|
* es: Add Euskaltel MMS settingsBoris Shtrasman2022-03-161-0/+7
| | | | | | Settings from https://www.euskaltel.com/ayuda/movil/configura-internet-en-tu-movil https://gitlab.gnome.org/GNOME/mobile-broadband-provider-info/-/merge_requests/66
* il: youphone mms (same APN for data and mms)Boris Shtrasman2022-03-161-0/+6
| | | | https://gitlab.gnome.org/GNOME/mobile-broadband-provider-info/-/merge_requests/67
* il: cellcom balance testBoris Shtrasman2022-03-161-0/+3
| | | | https://gitlab.gnome.org/GNOME/mobile-broadband-provider-info/-/merge_requests/68
* il: Rami Levi MMS settingsBoris Shtrasman2022-03-161-0/+9
| | | | https://gitlab.gnome.org/GNOME/mobile-broadband-provider-info/-/merge_requests/65
* build: add an indentation checkLubomir Rintel2022-03-161-2/+2
|
* serviceproviders: fix indentationLubomir Rintel2022-03-161-17/+17
|
* il: Partner (previously known as Orange) MMS configBoris Shtrasman2022-03-151-0/+6
| | | | https://gitlab.gnome.org/GNOME/mobile-broadband-provider-info/-/merge_requests/64
* release: bump version to 2022031520220315Lubomir Rintel2022-03-151-1/+1
|
* doap: remove JiriLubomir Rintel2022-03-141-7/+0
| | | | | Jirka no longer contributes here and doesn't seem to have a GNOME account anymore either.
* doap: add myselfLubomir Rintel2022-03-141-0/+7
|