summaryrefslogtreecommitdiff
path: root/src/js/jquery.mobile.tizen.loader.js
AgeCommit message (Collapse)AuthorFilesLines
2013-05-10loader: change a warn msg to debug msgYoumin Ha1-2/+2
Changed log level of skipping theme/viewport setting log from warn to debug. Change-Id: I00b5603de346f645adc0da5bb99fecbb72ad285a
2013-04-26Replace in LoadTheme function strings build with array join with the string ↵maciej moczulski1-13/+9
concat Change-Id: I5535c8e8e5accd228cb278e0a50f79d6183a2401
2013-04-26minor changes: replace one occurrence of array.join with string concat and ↵maciej moczulski1-2/+2
simplify jQuery arguments Change-Id: I1ccae876985c507466a6f75023772bfa2aa7d698
2013-04-26Widgets: removed parsing error for legacy javascript enginehjnim.kim1-2/+2
Parsing error has been fixed ( legacy javascript engine ) e.g.) under IE8 Change-Id: I5d35a2e9cc3f904f6dae099623844533eda97441
2013-04-10loader: Fix screen-width option processingYoumin Ha1-1/+7
Uses window.outerWidth with the top window, otherwise use document.documentElement.clientWidth for web simulator. Fixes Felica issue #154-2. Change-Id: I27a2e6e5865e4bf2d57adb85e902a70182b8af39
2013-04-03loader: Fix default font size at device-width viewportYoumin Ha1-9/+6
Set only 22px for default, and 19px for less than 360px viewport width. Used media-query. Change-Id: I837a267b79dcadeafbd461a1de189bd9532a4b3d
2013-03-30Loader: calculate font size with mobile widthJinhyuk Jun1-4/+15
Change-Id: I3d7b51184eacd74a5073324ffabb70a4cdaaefbd
2013-03-07build: Module build implementationYoumin Ha1-0/+499
For module build by SDK, refactored widget js file names and directory structure. all widget codes are in src/js/widgets/, and other codes are in src/js. The prefix of all source file names is jquery.mobile.tizen. Added tools/moduledep.js, which constructs module dependency and build result. Change-Id: I904f3b7e462257bf1ca19ab33527592304e2ca23