20160914_jeffrey - silenceuncrio/diary GitHub Wiki
Index
- 0915 - 來寫
MODULE_LTE
的 CGI - 0945 - Add lte.cgi
- 1415 - Modify lte.cgi
- 1425 - Modify dualSim.html
- 1620 - Modify dualSim.html
- 1710 - Modify status.html
- 1720 - Modify icos_shm.cgi
- 1740 - Modify status.html
0915
來寫 MODULE_LTE
的 CGI
0945
Revision: 607
Author: jeffrey
Date: 2016年9月14日 上午 09:46:02
Message:
Add lte.cgi
- CGI for MODULE_LTE
- act=get done
- act=apply wait for implementing
----
Modified : /fsl-release-bsp/proscend/prosrc/webcgi/Makefile
Added : /fsl-release-bsp/proscend/prosrc/webcgi/lte.c
1415
Revision: 616
Author: jeffrey
Date: 2016年9月14日 下午 02:18:24
Message:
Modify lte.cgi
- change the JSON output value type of 'roaming_switch' from 'int' to 'boolean'
----
Modified : /fsl-release-bsp/proscend/prosrc/webcgi/lte.c
1425
Revision: 617
Author: jeffrey
Date: 2016年9月14日 下午 02:24:31
Message:
Modify dualSim.html
- support multi language
Modify pweb-app.js
- creating directives 'convertToNumber'
Modify locale-en.json
- add the language key for dualSim.html
----
Modified : /fsl-release-bsp/proscend/prosrc/www/assets/locale-en.json
Modified : /fsl-release-bsp/proscend/prosrc/www/assets/pweb-app.js
Modified : /fsl-release-bsp/proscend/prosrc/www/index.html
Modified : /fsl-release-bsp/proscend/prosrc/www/pages/dualSim.html
Added : /fsl-release-bsp/proscend/prosrc/www/pages/dualSimController.js
1620
Revision: 621
Author: jeffrey
Date: 2016年9月14日 下午 04:19:56
Message:
Modify dualSim.html
- add more functions
----
Modified : /fsl-release-bsp/proscend/prosrc/www/assets/locale-en.json
Modified : /fsl-release-bsp/proscend/prosrc/www/pages/dualSim.html
Modified : /fsl-release-bsp/proscend/prosrc/www/pages/dualSimController.js
1710
Revision: 624
Author: jeffrey
Date: 2016年9月14日 下午 05:10:22
Message:
Modify status.html
- change the display style
----
Modified : /fsl-release-bsp/proscend/prosrc/www/assets/custom-digicomm.css
Modified : /fsl-release-bsp/proscend/prosrc/www/assets/locale-en.json
Modified : /fsl-release-bsp/proscend/prosrc/www/pages/status.html
1720
Revision: 625
Author: jeffrey
Date: 2016年9月14日 下午 05:20:00
Message:
Modify icos_shm.cgi
- convert modem_sim_status to a key at _modem0() and _modem1()
- convert connect_mode to a key at _modem0() and _modem1()
- then we can use these key to translate to the current language
----
Modified : /fsl-release-bsp/proscend/prosrc/webcgi/icos_shm.c
1740
Revision: 626
Author: jeffrey
Date: 2016年9月14日 下午 05:39:28
Message:
Modify status.html
- base on the key name of status to do language translate
----
Modified : /fsl-release-bsp/proscend/prosrc/www/assets/locale-en.json
Modified : /fsl-release-bsp/proscend/prosrc/www/pages/status.html