├── app ├── controllers │ ├── expenses.js │ ├── home.js │ ├── settings.js │ ├── briefcase.js │ ├── menu.js │ ├── index.js │ ├── locations.js │ ├── briefcase_row.js │ └── profile.js ├── themes │ ├── android │ │ ├── styles │ │ │ ├── home.tss │ │ │ ├── briefcase.tss │ │ │ ├── app.tss │ │ │ ├── settings.tss │ │ │ ├── locations.tss │ │ │ ├── profile.tss │ │ │ ├── expenses.tss │ │ │ ├── briefcase_row.tss │ │ │ ├── menu.tss │ │ │ └── index.tss │ │ └── assets │ │ │ ├── mobileweb │ │ │ ├── splash │ │ │ │ ├── splash.html │ │ │ │ ├── appc.png │ │ │ │ ├── titanium.png │ │ │ │ ├── splash.css │ │ │ │ └── README │ │ │ ├── appicon.png │ │ │ └── apple_startup_images │ │ │ │ ├── Default.jpg │ │ │ │ ├── Default.png │ │ │ │ ├── Default-Portrait.jpg │ │ │ │ ├── Default-Portrait.png │ │ │ │ ├── Default-Landscape.jpg │ │ │ │ ├── Default-Landscape.png │ │ │ │ └── README │ │ │ ├── images │ │ │ ├── button.png │ │ │ ├── menubtn.png │ │ │ ├── button@2x.png │ │ │ ├── check-icon.png │ │ │ ├── checkinbtn.png │ │ │ ├── friendsbtn.png │ │ │ ├── iconBarBG.png │ │ │ ├── photobtn.png │ │ │ ├── statusbtn.png │ │ │ ├── coupon_icon.png │ │ │ ├── messagesbtn.png │ │ │ ├── nearby-icon.png │ │ │ ├── photos-icon.png │ │ │ ├── messages-icon.png │ │ │ └── notificationsbtn.png │ │ │ ├── iphone │ │ │ ├── Default.png │ │ │ ├── Icon-50.png │ │ │ ├── appicon.png │ │ │ ├── Default@2x.png │ │ │ ├── Icon-50@2x.png │ │ │ ├── Icon-Small.png │ │ │ ├── appicon-72.png │ │ │ ├── appicon@2x.png │ │ │ ├── iTunesArtwork │ │ │ ├── iTunesArtwork@2x │ │ │ ├── Default-568h@2x.png │ │ │ ├── Icon-Small-50.png │ │ │ ├── Icon-Small@2x.png │ │ │ ├── appicon-72@2x.png │ │ │ ├── Default-Landscape.png │ │ │ ├── Default-Portrait.png │ │ │ ├── Default-Landscape@2x.png │ │ │ └── Default-Portrait@2x.png │ │ │ └── android │ │ │ ├── appicon.png │ │ │ ├── default.png │ │ │ ├── MarketplaceArtwork.png │ │ │ └── images │ │ │ ├── res-long-land-hdpi │ │ │ └── default.png │ │ │ ├── res-long-land-ldpi │ │ │ └── default.png │ │ │ ├── res-long-port-hdpi │ │ │ └── default.png │ │ │ ├── res-long-port-ldpi │ │ │ └── default.png │ │ │ ├── res-notlong-land-hdpi │ │ │ └── default.png │ │ │ ├── res-notlong-land-ldpi │ │ │ └── default.png │ │ │ ├── res-notlong-land-mdpi │ │ │ └── default.png │ │ │ ├── res-notlong-port-hdpi │ │ │ └── default.png │ │ │ ├── res-notlong-port-ldpi │ │ │ └── default.png │ │ │ └── res-notlong-port-mdpi │ │ │ └── default.png │ ├── ios │ │ ├── styles │ │ │ ├── briefcase.tss │ │ │ ├── coupons.tss │ │ │ ├── home.tss │ │ │ ├── settings.tss │ │ │ ├── locations.tss │ │ │ ├── expenses.tss │ │ │ ├── profile.tss │ │ │ ├── briefcase_row.tss │ │ │ ├── menu.tss │ │ │ └── index.tss │ │ └── assets │ │ │ ├── mobileweb │ │ │ ├── splash │ │ │ │ ├── splash.html │ │ │ │ ├── appc.png │ │ │ │ ├── titanium.png │ │ │ │ ├── splash.css │ │ │ │ └── README │ │ │ ├── appicon.png │ │ │ └── apple_startup_images │ │ │ │ ├── Default.jpg │ │ │ │ ├── Default.png │ │ │ │ ├── Default-Landscape.jpg │ │ │ │ ├── Default-Landscape.png │ │ │ │ ├── Default-Portrait.jpg │ │ │ │ ├── Default-Portrait.png │ │ │ │ └── README │ │ │ ├── images │ │ │ ├── button.png │ │ │ ├── button@2x.png │ │ │ ├── iconBarBG.png │ │ │ ├── menubtn.png │ │ │ ├── photobtn.png │ │ │ ├── statusbtn.png │ │ │ ├── check-icon.png │ │ │ ├── checkinbtn.png │ │ │ ├── coupon_icon.png │ │ │ ├── friendsbtn.png │ │ │ ├── messagesbtn.png │ │ │ ├── nearby-icon.png │ │ │ ├── photos-icon.png │ │ │ ├── messages-icon.png │ │ │ └── notificationsbtn.png │ │ │ └── iphone │ │ │ ├── Default.png │ │ │ ├── Icon-50.png │ │ │ ├── appicon.png │ │ │ ├── iTunesArtwork │ │ │ ├── Default@2x.png │ │ │ ├── Icon-50@2x.png │ │ │ ├── Icon-Small.png │ │ │ ├── appicon-72.png │ │ │ ├── appicon@2x.png │ │ │ ├── Icon-Small-50.png │ │ │ ├── Icon-Small@2x.png │ │ │ ├── appicon-72@2x.png │ │ │ ├── iTunesArtwork@2x │ │ │ ├── Default-568h@2x.png │ │ │ ├── Default-Portrait.png │ │ │ ├── Default-Landscape.png │ │ │ ├── Default-Portrait@2x.png │ │ │ └── Default-Landscape@2x.png │ └── default │ │ ├── styles │ │ ├── briefcase.tss │ │ ├── home.tss │ │ ├── settings.tss │ │ ├── locations.tss │ │ ├── profile.tss │ │ ├── expenses.tss │ │ ├── briefcase_row.tss │ │ ├── menu.tss │ │ └── index.tss │ │ └── assets │ │ ├── mobileweb │ │ ├── splash │ │ │ ├── splash.html │ │ │ ├── appc.png │ │ │ ├── titanium.png │ │ │ ├── splash.css │ │ │ └── README │ │ ├── appicon.png │ │ └── apple_startup_images │ │ │ ├── Default.jpg │ │ │ ├── Default.png │ │ │ ├── Default-Portrait.jpg │ │ │ ├── Default-Portrait.png │ │ │ ├── Default-Landscape.jpg │ │ │ ├── Default-Landscape.png │ │ │ └── README │ │ ├── images │ │ ├── button.png │ │ ├── menubtn.png │ │ ├── button@2x.png │ │ ├── check-icon.png │ │ ├── checkinbtn.png │ │ ├── friendsbtn.png │ │ ├── iconBarBG.png │ │ ├── photobtn.png │ │ ├── statusbtn.png │ │ ├── coupon_icon.png │ │ ├── messagesbtn.png │ │ ├── nearby-icon.png │ │ ├── photos-icon.png │ │ ├── messages-icon.png │ │ └── notificationsbtn.png │ │ └── iphone │ │ ├── Default.png │ │ ├── Icon-50.png │ │ ├── appicon.png │ │ ├── Default@2x.png │ │ ├── Icon-50@2x.png │ │ ├── Icon-Small.png │ │ ├── appicon-72.png │ │ ├── appicon@2x.png │ │ ├── iTunesArtwork │ │ ├── iTunesArtwork@2x │ │ ├── Default-568h@2x.png │ │ ├── Icon-Small-50.png │ │ ├── Icon-Small@2x.png │ │ ├── appicon-72@2x.png │ │ ├── Default-Landscape.png │ │ ├── Default-Portrait.png │ │ ├── Default-Landscape@2x.png │ │ └── Default-Portrait@2x.png ├── assets │ ├── mobileweb │ │ ├── splash │ │ │ ├── splash.html │ │ │ ├── appc.png │ │ │ ├── titanium.png │ │ │ ├── splash.css │ │ │ └── README │ │ ├── appicon.png │ │ └── apple_startup_images │ │ │ ├── Default.jpg │ │ │ ├── Default.png │ │ │ ├── Default-Portrait.jpg │ │ │ ├── Default-Portrait.png │ │ │ ├── Default-Landscape.jpg │ │ │ ├── Default-Landscape.png │ │ │ └── README │ ├── iphone │ │ ├── Default.png │ │ ├── Icon-50.png │ │ ├── appicon.png │ │ ├── Default@2x.png │ │ ├── Icon-50@2x.png │ │ ├── Icon-Small.png │ │ ├── appicon-72.png │ │ ├── appicon@2x.png │ │ ├── iTunesArtwork │ │ ├── iTunesArtwork@2x │ │ ├── Default-568h@2x.png │ │ ├── Icon-Small-50.png │ │ ├── Icon-Small@2x.png │ │ ├── appicon-72@2x.png │ │ ├── Default-Landscape.png │ │ ├── Default-Portrait.png │ │ ├── Default-Landscape@2x.png │ │ └── Default-Portrait@2x.png │ ├── android │ │ ├── appicon.png │ │ ├── default.png │ │ ├── MarketplaceArtwork.png │ │ └── images │ │ │ ├── res-long-land-hdpi │ │ │ └── default.png │ │ │ ├── res-long-land-ldpi │ │ │ └── default.png │ │ │ ├── res-long-port-hdpi │ │ │ └── default.png │ │ │ ├── res-long-port-ldpi │ │ │ └── default.png │ │ │ ├── res-notlong-land-hdpi │ │ │ └── default.png │ │ │ ├── res-notlong-land-ldpi │ │ │ └── default.png │ │ │ ├── res-notlong-land-mdpi │ │ │ └── default.png │ │ │ ├── res-notlong-port-hdpi │ │ │ └── default.png │ │ │ ├── res-notlong-port-ldpi │ │ │ └── default.png │ │ │ └── res-notlong-port-mdpi │ │ │ └── default.png │ ├── images │ │ ├── checkinbtn.png │ │ ├── iconBarBG.png │ │ ├── photobtn.png │ │ ├── statusbtn.png │ │ └── profile-pic.jpg │ └── fonts │ │ ├── LigatureSymbols-2.11.ttf │ │ └── fontawesome-webfont.ttf ├── widgets │ └── net.hoyohoyo.iconiclabel │ │ ├── lib │ │ ├── .gitignore │ │ ├── IconicFont.js │ │ ├── LigatureSymbols-deprecate.js │ │ ├── FontAwesome-deprecate.js │ │ ├── LigatureSymbols.js │ │ └── FontAwesome.js │ │ ├── views │ │ └── widget.xml │ │ ├── widget.json │ │ └── controllers │ │ └── widget.js ├── views │ ├── briefcase.xml │ ├── home.xml │ ├── locations.xml │ ├── settings.xml │ ├── briefcase_row.xml │ ├── index.xml │ ├── menu.xml │ ├── expenses.xml │ └── profile.xml ├── config.json ├── lib │ └── googleAPI.js ├── README ├── styles │ └── app.tss └── alloy.js ├── .gitignore ├── LICENSE.txt ├── ios-expanded.png ├── CHANGELOG.txt ├── slide-template-app.png ├── plugins └── ti.alloy │ ├── plugin.pyc │ ├── plugin.py │ └── hooks │ └── alloy.js ├── .settings ├── com.aptana.editor.common.prefs └── com.appcelerator.titanium.core.prefs ├── manifest ├── README ├── .project ├── tiapp.xml └── README.md /app/controllers/expenses.js: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /app/themes/android/styles/home.tss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /app/themes/ios/styles/briefcase.tss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /app/assets/mobileweb/splash/splash.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /app/themes/android/styles/briefcase.tss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /app/themes/default/styles/briefcase.tss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /app/themes/ios/assets/mobileweb/splash/splash.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /app/widgets/net.hoyohoyo.iconiclabel/lib/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /app/controllers/home.js: -------------------------------------------------------------------------------- 1 | var args = arguments[0] || {}; 2 | -------------------------------------------------------------------------------- /app/themes/android/assets/mobileweb/splash/splash.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /app/themes/default/assets/mobileweb/splash/splash.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | build.log 3 | build 4 | npm-debug.log 5 | tmp 6 | Resources 7 | 8 | -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- 1 | Place your license text here. This file will be incorporated with your app at package time. -------------------------------------------------------------------------------- /app/widgets/net.hoyohoyo.iconiclabel/views/widget.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | -------------------------------------------------------------------------------- /ios-expanded.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/ios-expanded.png -------------------------------------------------------------------------------- /CHANGELOG.txt: -------------------------------------------------------------------------------- 1 | Place your change log text here. This file will be incorporated with your app at package time. -------------------------------------------------------------------------------- /slide-template-app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/slide-template-app.png -------------------------------------------------------------------------------- /plugins/ti.alloy/plugin.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/plugins/ti.alloy/plugin.pyc -------------------------------------------------------------------------------- /app/assets/iphone/Default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/assets/iphone/Default.png -------------------------------------------------------------------------------- /app/assets/iphone/Icon-50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/assets/iphone/Icon-50.png -------------------------------------------------------------------------------- /app/assets/iphone/appicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/assets/iphone/appicon.png -------------------------------------------------------------------------------- /app/assets/android/appicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/assets/android/appicon.png -------------------------------------------------------------------------------- /app/assets/android/default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/assets/android/default.png -------------------------------------------------------------------------------- /app/assets/images/checkinbtn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/assets/images/checkinbtn.png -------------------------------------------------------------------------------- /app/assets/images/iconBarBG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/assets/images/iconBarBG.png -------------------------------------------------------------------------------- /app/assets/images/photobtn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/assets/images/photobtn.png -------------------------------------------------------------------------------- /app/assets/images/statusbtn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/assets/images/statusbtn.png -------------------------------------------------------------------------------- /app/assets/iphone/Default@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/assets/iphone/Default@2x.png -------------------------------------------------------------------------------- /app/assets/iphone/Icon-50@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/assets/iphone/Icon-50@2x.png -------------------------------------------------------------------------------- /app/assets/iphone/Icon-Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/assets/iphone/Icon-Small.png -------------------------------------------------------------------------------- /app/assets/iphone/appicon-72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/assets/iphone/appicon-72.png -------------------------------------------------------------------------------- /app/assets/iphone/appicon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/assets/iphone/appicon@2x.png -------------------------------------------------------------------------------- /app/assets/iphone/iTunesArtwork: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/assets/iphone/iTunesArtwork -------------------------------------------------------------------------------- /app/assets/mobileweb/appicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/assets/mobileweb/appicon.png -------------------------------------------------------------------------------- /app/assets/images/profile-pic.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/assets/images/profile-pic.jpg -------------------------------------------------------------------------------- /app/assets/iphone/iTunesArtwork@2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/assets/iphone/iTunesArtwork@2x -------------------------------------------------------------------------------- /app/assets/iphone/Default-568h@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/assets/iphone/Default-568h@2x.png -------------------------------------------------------------------------------- /app/assets/iphone/Icon-Small-50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/assets/iphone/Icon-Small-50.png -------------------------------------------------------------------------------- /app/assets/iphone/Icon-Small@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/assets/iphone/Icon-Small@2x.png -------------------------------------------------------------------------------- /app/assets/iphone/appicon-72@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/assets/iphone/appicon-72@2x.png -------------------------------------------------------------------------------- /app/assets/mobileweb/splash/appc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/assets/mobileweb/splash/appc.png -------------------------------------------------------------------------------- /app/controllers/settings.js: -------------------------------------------------------------------------------- 1 | Ti.API.info('Settings Page'); 2 | 3 | function closeWin(e){ 4 | $.settings.fireEvent('close'); 5 | } 6 | 7 | -------------------------------------------------------------------------------- /app/assets/iphone/Default-Landscape.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/assets/iphone/Default-Landscape.png -------------------------------------------------------------------------------- /app/assets/iphone/Default-Portrait.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/assets/iphone/Default-Portrait.png -------------------------------------------------------------------------------- /app/themes/ios/assets/images/button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/ios/assets/images/button.png -------------------------------------------------------------------------------- /app/assets/android/MarketplaceArtwork.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/assets/android/MarketplaceArtwork.png -------------------------------------------------------------------------------- /app/assets/fonts/LigatureSymbols-2.11.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/assets/fonts/LigatureSymbols-2.11.ttf -------------------------------------------------------------------------------- /app/assets/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/assets/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /app/assets/iphone/Default-Landscape@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/assets/iphone/Default-Landscape@2x.png -------------------------------------------------------------------------------- /app/assets/iphone/Default-Portrait@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/assets/iphone/Default-Portrait@2x.png -------------------------------------------------------------------------------- /app/assets/mobileweb/splash/titanium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/assets/mobileweb/splash/titanium.png -------------------------------------------------------------------------------- /app/themes/ios/assets/images/button@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/ios/assets/images/button@2x.png -------------------------------------------------------------------------------- /app/themes/ios/assets/images/iconBarBG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/ios/assets/images/iconBarBG.png -------------------------------------------------------------------------------- /app/themes/ios/assets/images/menubtn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/ios/assets/images/menubtn.png -------------------------------------------------------------------------------- /app/themes/ios/assets/images/photobtn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/ios/assets/images/photobtn.png -------------------------------------------------------------------------------- /app/themes/ios/assets/images/statusbtn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/ios/assets/images/statusbtn.png -------------------------------------------------------------------------------- /app/themes/ios/assets/iphone/Default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/ios/assets/iphone/Default.png -------------------------------------------------------------------------------- /app/themes/ios/assets/iphone/Icon-50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/ios/assets/iphone/Icon-50.png -------------------------------------------------------------------------------- /app/themes/ios/assets/iphone/appicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/ios/assets/iphone/appicon.png -------------------------------------------------------------------------------- /app/themes/ios/assets/iphone/iTunesArtwork: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/ios/assets/iphone/iTunesArtwork -------------------------------------------------------------------------------- /app/themes/android/assets/images/button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/android/assets/images/button.png -------------------------------------------------------------------------------- /app/themes/android/assets/images/menubtn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/android/assets/images/menubtn.png -------------------------------------------------------------------------------- /app/themes/android/assets/iphone/Default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/android/assets/iphone/Default.png -------------------------------------------------------------------------------- /app/themes/android/assets/iphone/Icon-50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/android/assets/iphone/Icon-50.png -------------------------------------------------------------------------------- /app/themes/android/assets/iphone/appicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/android/assets/iphone/appicon.png -------------------------------------------------------------------------------- /app/themes/default/assets/images/button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/default/assets/images/button.png -------------------------------------------------------------------------------- /app/themes/default/assets/images/menubtn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/default/assets/images/menubtn.png -------------------------------------------------------------------------------- /app/themes/default/assets/iphone/Default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/default/assets/iphone/Default.png -------------------------------------------------------------------------------- /app/themes/default/assets/iphone/Icon-50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/default/assets/iphone/Icon-50.png -------------------------------------------------------------------------------- /app/themes/default/assets/iphone/appicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/default/assets/iphone/appicon.png -------------------------------------------------------------------------------- /app/themes/ios/assets/images/check-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/ios/assets/images/check-icon.png -------------------------------------------------------------------------------- /app/themes/ios/assets/images/checkinbtn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/ios/assets/images/checkinbtn.png -------------------------------------------------------------------------------- /app/themes/ios/assets/images/coupon_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/ios/assets/images/coupon_icon.png -------------------------------------------------------------------------------- /app/themes/ios/assets/images/friendsbtn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/ios/assets/images/friendsbtn.png -------------------------------------------------------------------------------- /app/themes/ios/assets/images/messagesbtn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/ios/assets/images/messagesbtn.png -------------------------------------------------------------------------------- /app/themes/ios/assets/images/nearby-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/ios/assets/images/nearby-icon.png -------------------------------------------------------------------------------- /app/themes/ios/assets/images/photos-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/ios/assets/images/photos-icon.png -------------------------------------------------------------------------------- /app/themes/ios/assets/iphone/Default@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/ios/assets/iphone/Default@2x.png -------------------------------------------------------------------------------- /app/themes/ios/assets/iphone/Icon-50@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/ios/assets/iphone/Icon-50@2x.png -------------------------------------------------------------------------------- /app/themes/ios/assets/iphone/Icon-Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/ios/assets/iphone/Icon-Small.png -------------------------------------------------------------------------------- /app/themes/ios/assets/iphone/appicon-72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/ios/assets/iphone/appicon-72.png -------------------------------------------------------------------------------- /app/themes/ios/assets/iphone/appicon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/ios/assets/iphone/appicon@2x.png -------------------------------------------------------------------------------- /app/themes/ios/assets/mobileweb/appicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/ios/assets/mobileweb/appicon.png -------------------------------------------------------------------------------- /app/themes/android/assets/android/appicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/android/assets/android/appicon.png -------------------------------------------------------------------------------- /app/themes/android/assets/android/default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/android/assets/android/default.png -------------------------------------------------------------------------------- /app/themes/android/assets/images/button@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/android/assets/images/button@2x.png -------------------------------------------------------------------------------- /app/themes/android/assets/images/check-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/android/assets/images/check-icon.png -------------------------------------------------------------------------------- /app/themes/android/assets/images/checkinbtn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/android/assets/images/checkinbtn.png -------------------------------------------------------------------------------- /app/themes/android/assets/images/friendsbtn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/android/assets/images/friendsbtn.png -------------------------------------------------------------------------------- /app/themes/android/assets/images/iconBarBG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/android/assets/images/iconBarBG.png -------------------------------------------------------------------------------- /app/themes/android/assets/images/photobtn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/android/assets/images/photobtn.png -------------------------------------------------------------------------------- /app/themes/android/assets/images/statusbtn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/android/assets/images/statusbtn.png -------------------------------------------------------------------------------- /app/themes/android/assets/iphone/Default@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/android/assets/iphone/Default@2x.png -------------------------------------------------------------------------------- /app/themes/android/assets/iphone/Icon-50@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/android/assets/iphone/Icon-50@2x.png -------------------------------------------------------------------------------- /app/themes/android/assets/iphone/Icon-Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/android/assets/iphone/Icon-Small.png -------------------------------------------------------------------------------- /app/themes/android/assets/iphone/appicon-72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/android/assets/iphone/appicon-72.png -------------------------------------------------------------------------------- /app/themes/android/assets/iphone/appicon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/android/assets/iphone/appicon@2x.png -------------------------------------------------------------------------------- /app/themes/android/assets/iphone/iTunesArtwork: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/android/assets/iphone/iTunesArtwork -------------------------------------------------------------------------------- /app/themes/android/assets/mobileweb/appicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/android/assets/mobileweb/appicon.png -------------------------------------------------------------------------------- /app/themes/default/assets/images/button@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/default/assets/images/button@2x.png -------------------------------------------------------------------------------- /app/themes/default/assets/images/check-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/default/assets/images/check-icon.png -------------------------------------------------------------------------------- /app/themes/default/assets/images/checkinbtn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/default/assets/images/checkinbtn.png -------------------------------------------------------------------------------- /app/themes/default/assets/images/friendsbtn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/default/assets/images/friendsbtn.png -------------------------------------------------------------------------------- /app/themes/default/assets/images/iconBarBG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/default/assets/images/iconBarBG.png -------------------------------------------------------------------------------- /app/themes/default/assets/images/photobtn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/default/assets/images/photobtn.png -------------------------------------------------------------------------------- /app/themes/default/assets/images/statusbtn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/default/assets/images/statusbtn.png -------------------------------------------------------------------------------- /app/themes/default/assets/iphone/Default@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/default/assets/iphone/Default@2x.png -------------------------------------------------------------------------------- /app/themes/default/assets/iphone/Icon-50@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/default/assets/iphone/Icon-50@2x.png -------------------------------------------------------------------------------- /app/themes/default/assets/iphone/Icon-Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/default/assets/iphone/Icon-Small.png -------------------------------------------------------------------------------- /app/themes/default/assets/iphone/appicon-72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/default/assets/iphone/appicon-72.png -------------------------------------------------------------------------------- /app/themes/default/assets/iphone/appicon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/default/assets/iphone/appicon@2x.png -------------------------------------------------------------------------------- /app/themes/default/assets/iphone/iTunesArtwork: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/default/assets/iphone/iTunesArtwork -------------------------------------------------------------------------------- /app/themes/default/assets/mobileweb/appicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/default/assets/mobileweb/appicon.png -------------------------------------------------------------------------------- /app/themes/ios/assets/images/messages-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/ios/assets/images/messages-icon.png -------------------------------------------------------------------------------- /app/themes/ios/assets/iphone/Icon-Small-50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/ios/assets/iphone/Icon-Small-50.png -------------------------------------------------------------------------------- /app/themes/ios/assets/iphone/Icon-Small@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/ios/assets/iphone/Icon-Small@2x.png -------------------------------------------------------------------------------- /app/themes/ios/assets/iphone/appicon-72@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/ios/assets/iphone/appicon-72@2x.png -------------------------------------------------------------------------------- /app/themes/ios/assets/iphone/iTunesArtwork@2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/ios/assets/iphone/iTunesArtwork@2x -------------------------------------------------------------------------------- /app/themes/ios/assets/mobileweb/splash/appc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/ios/assets/mobileweb/splash/appc.png -------------------------------------------------------------------------------- /.settings/com.aptana.editor.common.prefs: -------------------------------------------------------------------------------- 1 | eclipse.preferences.version=1 2 | selectUserAgents=com.appcelerator.titanium.mobile.nature\:iphone,ipad,android,mobileweb 3 | -------------------------------------------------------------------------------- /app/themes/android/assets/images/coupon_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/android/assets/images/coupon_icon.png -------------------------------------------------------------------------------- /app/themes/android/assets/images/messagesbtn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/android/assets/images/messagesbtn.png -------------------------------------------------------------------------------- /app/themes/android/assets/images/nearby-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/android/assets/images/nearby-icon.png -------------------------------------------------------------------------------- /app/themes/android/assets/images/photos-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/android/assets/images/photos-icon.png -------------------------------------------------------------------------------- /app/themes/android/assets/iphone/iTunesArtwork@2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/android/assets/iphone/iTunesArtwork@2x -------------------------------------------------------------------------------- /app/themes/default/assets/images/coupon_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/default/assets/images/coupon_icon.png -------------------------------------------------------------------------------- /app/themes/default/assets/images/messagesbtn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/default/assets/images/messagesbtn.png -------------------------------------------------------------------------------- /app/themes/default/assets/images/nearby-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/default/assets/images/nearby-icon.png -------------------------------------------------------------------------------- /app/themes/default/assets/images/photos-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/default/assets/images/photos-icon.png -------------------------------------------------------------------------------- /app/themes/default/assets/iphone/iTunesArtwork@2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/default/assets/iphone/iTunesArtwork@2x -------------------------------------------------------------------------------- /app/themes/ios/assets/images/notificationsbtn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/ios/assets/images/notificationsbtn.png -------------------------------------------------------------------------------- /app/themes/ios/assets/iphone/Default-568h@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/ios/assets/iphone/Default-568h@2x.png -------------------------------------------------------------------------------- /app/themes/ios/assets/iphone/Default-Portrait.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/ios/assets/iphone/Default-Portrait.png -------------------------------------------------------------------------------- /app/themes/android/assets/images/messages-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/android/assets/images/messages-icon.png -------------------------------------------------------------------------------- /app/themes/android/assets/iphone/Default-568h@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/android/assets/iphone/Default-568h@2x.png -------------------------------------------------------------------------------- /app/themes/android/assets/iphone/Icon-Small-50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/android/assets/iphone/Icon-Small-50.png -------------------------------------------------------------------------------- /app/themes/android/assets/iphone/Icon-Small@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/android/assets/iphone/Icon-Small@2x.png -------------------------------------------------------------------------------- /app/themes/android/assets/iphone/appicon-72@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/android/assets/iphone/appicon-72@2x.png -------------------------------------------------------------------------------- /app/themes/android/assets/mobileweb/splash/appc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/android/assets/mobileweb/splash/appc.png -------------------------------------------------------------------------------- /app/themes/default/assets/images/messages-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/default/assets/images/messages-icon.png -------------------------------------------------------------------------------- /app/themes/default/assets/iphone/Default-568h@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/default/assets/iphone/Default-568h@2x.png -------------------------------------------------------------------------------- /app/themes/default/assets/iphone/Icon-Small-50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/default/assets/iphone/Icon-Small-50.png -------------------------------------------------------------------------------- /app/themes/default/assets/iphone/Icon-Small@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/default/assets/iphone/Icon-Small@2x.png -------------------------------------------------------------------------------- /app/themes/default/assets/iphone/appicon-72@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/default/assets/iphone/appicon-72@2x.png -------------------------------------------------------------------------------- /app/themes/default/assets/mobileweb/splash/appc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/default/assets/mobileweb/splash/appc.png -------------------------------------------------------------------------------- /app/themes/ios/assets/iphone/Default-Landscape.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/ios/assets/iphone/Default-Landscape.png -------------------------------------------------------------------------------- /app/themes/ios/assets/iphone/Default-Portrait@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/ios/assets/iphone/Default-Portrait@2x.png -------------------------------------------------------------------------------- /app/themes/ios/assets/mobileweb/splash/titanium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/ios/assets/mobileweb/splash/titanium.png -------------------------------------------------------------------------------- /app/assets/mobileweb/apple_startup_images/Default.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/assets/mobileweb/apple_startup_images/Default.jpg -------------------------------------------------------------------------------- /app/assets/mobileweb/apple_startup_images/Default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/assets/mobileweb/apple_startup_images/Default.png -------------------------------------------------------------------------------- /app/themes/android/assets/images/notificationsbtn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/android/assets/images/notificationsbtn.png -------------------------------------------------------------------------------- /app/themes/android/assets/iphone/Default-Landscape.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/android/assets/iphone/Default-Landscape.png -------------------------------------------------------------------------------- /app/themes/android/assets/iphone/Default-Portrait.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/android/assets/iphone/Default-Portrait.png -------------------------------------------------------------------------------- /app/themes/default/assets/images/notificationsbtn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/default/assets/images/notificationsbtn.png -------------------------------------------------------------------------------- /app/themes/default/assets/iphone/Default-Landscape.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/default/assets/iphone/Default-Landscape.png -------------------------------------------------------------------------------- /app/themes/default/assets/iphone/Default-Portrait.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/default/assets/iphone/Default-Portrait.png -------------------------------------------------------------------------------- /app/themes/ios/assets/iphone/Default-Landscape@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/ios/assets/iphone/Default-Landscape@2x.png -------------------------------------------------------------------------------- /app/assets/android/images/res-long-land-hdpi/default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/assets/android/images/res-long-land-hdpi/default.png -------------------------------------------------------------------------------- /app/assets/android/images/res-long-land-ldpi/default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/assets/android/images/res-long-land-ldpi/default.png -------------------------------------------------------------------------------- /app/assets/android/images/res-long-port-hdpi/default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/assets/android/images/res-long-port-hdpi/default.png -------------------------------------------------------------------------------- /app/assets/android/images/res-long-port-ldpi/default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/assets/android/images/res-long-port-ldpi/default.png -------------------------------------------------------------------------------- /app/themes/android/assets/android/MarketplaceArtwork.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/android/assets/android/MarketplaceArtwork.png -------------------------------------------------------------------------------- /app/themes/android/assets/iphone/Default-Landscape@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/android/assets/iphone/Default-Landscape@2x.png -------------------------------------------------------------------------------- /app/themes/android/assets/iphone/Default-Portrait@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/android/assets/iphone/Default-Portrait@2x.png -------------------------------------------------------------------------------- /app/themes/android/assets/mobileweb/splash/titanium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/android/assets/mobileweb/splash/titanium.png -------------------------------------------------------------------------------- /app/themes/android/styles/app.tss: -------------------------------------------------------------------------------- 1 | 'Label[platform=android]': { 2 | color: '#fff' // Override bootstrap reset 3 | } 4 | 5 | 'gray-line':{ 6 | backgroundColor: "#000" 7 | } 8 | -------------------------------------------------------------------------------- /app/themes/default/assets/iphone/Default-Landscape@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/default/assets/iphone/Default-Landscape@2x.png -------------------------------------------------------------------------------- /app/themes/default/assets/iphone/Default-Portrait@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/default/assets/iphone/Default-Portrait@2x.png -------------------------------------------------------------------------------- /app/themes/default/assets/mobileweb/splash/titanium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/default/assets/mobileweb/splash/titanium.png -------------------------------------------------------------------------------- /app/assets/android/images/res-notlong-land-hdpi/default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/assets/android/images/res-notlong-land-hdpi/default.png -------------------------------------------------------------------------------- /app/assets/android/images/res-notlong-land-ldpi/default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/assets/android/images/res-notlong-land-ldpi/default.png -------------------------------------------------------------------------------- /app/assets/android/images/res-notlong-land-mdpi/default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/assets/android/images/res-notlong-land-mdpi/default.png -------------------------------------------------------------------------------- /app/assets/android/images/res-notlong-port-hdpi/default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/assets/android/images/res-notlong-port-hdpi/default.png -------------------------------------------------------------------------------- /app/assets/android/images/res-notlong-port-ldpi/default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/assets/android/images/res-notlong-port-ldpi/default.png -------------------------------------------------------------------------------- /app/assets/android/images/res-notlong-port-mdpi/default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/assets/android/images/res-notlong-port-mdpi/default.png -------------------------------------------------------------------------------- /app/assets/mobileweb/apple_startup_images/Default-Portrait.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/assets/mobileweb/apple_startup_images/Default-Portrait.jpg -------------------------------------------------------------------------------- /app/assets/mobileweb/apple_startup_images/Default-Portrait.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/assets/mobileweb/apple_startup_images/Default-Portrait.png -------------------------------------------------------------------------------- /app/assets/mobileweb/apple_startup_images/Default-Landscape.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/assets/mobileweb/apple_startup_images/Default-Landscape.jpg -------------------------------------------------------------------------------- /app/assets/mobileweb/apple_startup_images/Default-Landscape.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/assets/mobileweb/apple_startup_images/Default-Landscape.png -------------------------------------------------------------------------------- /app/themes/ios/assets/mobileweb/apple_startup_images/Default.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/ios/assets/mobileweb/apple_startup_images/Default.jpg -------------------------------------------------------------------------------- /app/themes/ios/assets/mobileweb/apple_startup_images/Default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/ios/assets/mobileweb/apple_startup_images/Default.png -------------------------------------------------------------------------------- /app/themes/android/assets/mobileweb/apple_startup_images/Default.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/android/assets/mobileweb/apple_startup_images/Default.jpg -------------------------------------------------------------------------------- /app/themes/android/assets/mobileweb/apple_startup_images/Default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/android/assets/mobileweb/apple_startup_images/Default.png -------------------------------------------------------------------------------- /app/themes/default/assets/mobileweb/apple_startup_images/Default.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/default/assets/mobileweb/apple_startup_images/Default.jpg -------------------------------------------------------------------------------- /app/themes/default/assets/mobileweb/apple_startup_images/Default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/default/assets/mobileweb/apple_startup_images/Default.png -------------------------------------------------------------------------------- /app/themes/android/assets/android/images/res-long-land-hdpi/default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/android/assets/android/images/res-long-land-hdpi/default.png -------------------------------------------------------------------------------- /app/themes/android/assets/android/images/res-long-land-ldpi/default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/android/assets/android/images/res-long-land-ldpi/default.png -------------------------------------------------------------------------------- /app/themes/android/assets/android/images/res-long-port-hdpi/default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/android/assets/android/images/res-long-port-hdpi/default.png -------------------------------------------------------------------------------- /app/themes/android/assets/android/images/res-long-port-ldpi/default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/android/assets/android/images/res-long-port-ldpi/default.png -------------------------------------------------------------------------------- /app/views/briefcase.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/views/home.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/themes/android/assets/android/images/res-notlong-land-hdpi/default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/android/assets/android/images/res-notlong-land-hdpi/default.png -------------------------------------------------------------------------------- /app/themes/android/assets/android/images/res-notlong-land-ldpi/default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/android/assets/android/images/res-notlong-land-ldpi/default.png -------------------------------------------------------------------------------- /app/themes/android/assets/android/images/res-notlong-land-mdpi/default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/android/assets/android/images/res-notlong-land-mdpi/default.png -------------------------------------------------------------------------------- /app/themes/android/assets/android/images/res-notlong-port-hdpi/default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/android/assets/android/images/res-notlong-port-hdpi/default.png -------------------------------------------------------------------------------- /app/themes/android/assets/android/images/res-notlong-port-ldpi/default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/android/assets/android/images/res-notlong-port-ldpi/default.png -------------------------------------------------------------------------------- /app/themes/android/assets/android/images/res-notlong-port-mdpi/default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/android/assets/android/images/res-notlong-port-mdpi/default.png -------------------------------------------------------------------------------- /app/themes/ios/assets/mobileweb/apple_startup_images/Default-Landscape.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/ios/assets/mobileweb/apple_startup_images/Default-Landscape.jpg -------------------------------------------------------------------------------- /app/themes/ios/assets/mobileweb/apple_startup_images/Default-Landscape.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/ios/assets/mobileweb/apple_startup_images/Default-Landscape.png -------------------------------------------------------------------------------- /app/themes/ios/assets/mobileweb/apple_startup_images/Default-Portrait.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/ios/assets/mobileweb/apple_startup_images/Default-Portrait.jpg -------------------------------------------------------------------------------- /app/themes/ios/assets/mobileweb/apple_startup_images/Default-Portrait.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/ios/assets/mobileweb/apple_startup_images/Default-Portrait.png -------------------------------------------------------------------------------- /app/themes/android/assets/mobileweb/apple_startup_images/Default-Portrait.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/android/assets/mobileweb/apple_startup_images/Default-Portrait.jpg -------------------------------------------------------------------------------- /app/themes/android/assets/mobileweb/apple_startup_images/Default-Portrait.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/android/assets/mobileweb/apple_startup_images/Default-Portrait.png -------------------------------------------------------------------------------- /app/themes/default/assets/mobileweb/apple_startup_images/Default-Portrait.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/default/assets/mobileweb/apple_startup_images/Default-Portrait.jpg -------------------------------------------------------------------------------- /app/themes/default/assets/mobileweb/apple_startup_images/Default-Portrait.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/default/assets/mobileweb/apple_startup_images/Default-Portrait.png -------------------------------------------------------------------------------- /app/themes/android/assets/mobileweb/apple_startup_images/Default-Landscape.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/android/assets/mobileweb/apple_startup_images/Default-Landscape.jpg -------------------------------------------------------------------------------- /app/themes/android/assets/mobileweb/apple_startup_images/Default-Landscape.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/android/assets/mobileweb/apple_startup_images/Default-Landscape.png -------------------------------------------------------------------------------- /app/themes/default/assets/mobileweb/apple_startup_images/Default-Landscape.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/default/assets/mobileweb/apple_startup_images/Default-Landscape.jpg -------------------------------------------------------------------------------- /app/themes/default/assets/mobileweb/apple_startup_images/Default-Landscape.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appcelerator-se/SlideMenuTemplate/HEAD/app/themes/default/assets/mobileweb/apple_startup_images/Default-Landscape.png -------------------------------------------------------------------------------- /app/themes/default/styles/home.tss: -------------------------------------------------------------------------------- 1 | ".container": { 2 | backgroundColor: "white" 3 | }, 4 | 5 | "Label":{ 6 | left: "10dp", 7 | right: "10dp", 8 | top: "10dp", 9 | font:{ 10 | fontSize: "14dp" 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /app/themes/ios/styles/coupons.tss: -------------------------------------------------------------------------------- 1 | ".container": { 2 | backgroundColor: "white" 3 | }, 4 | 5 | "Label":{ 6 | left: "10dp", 7 | right: "10dp", 8 | top: "10dp", 9 | font:{ 10 | fontSize: "14dp" 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /app/themes/ios/styles/home.tss: -------------------------------------------------------------------------------- 1 | ".container": { 2 | backgroundColor: "white" 3 | }, 4 | 5 | "Label":{ 6 | left: "10dp", 7 | right: "10dp", 8 | top: "10dp", 9 | font:{ 10 | fontSize: "14dp" 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /manifest: -------------------------------------------------------------------------------- 1 | #appname:Template 2 | #appid:com.appcelerator.template 3 | #type:ipad 4 | #guid:ac77cf7c-8368-40fd-8da9-1559992af5ed 5 | #version:1.0 6 | #publisher:bgrantges 7 | #url:http:// 8 | #image:appicon.png 9 | #desc:not specified 10 | -------------------------------------------------------------------------------- /app/views/locations.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /app/themes/ios/styles/settings.tss: -------------------------------------------------------------------------------- 1 | ".container":{ 2 | backgroundColor: 'white', 3 | width: Ti.UI.FILL 4 | } 5 | 6 | "TableViewRow":{ 7 | height: 54 8 | } 9 | 10 | '.menuHeaderIcon':{ 11 | left: 10, 12 | width: 30, 13 | height: Ti.UI.SIZE, 14 | textAlign: 'center', 15 | font:{ 16 | fontFamily: 'FontAwesome', fontSize: 20 17 | }, 18 | color: "#fff" 19 | } 20 | 21 | ".menu-btn-background":{ 22 | backgroundColor: "#0290ff", 23 | height: 54 24 | } 25 | -------------------------------------------------------------------------------- /app/themes/default/styles/settings.tss: -------------------------------------------------------------------------------- 1 | ".container":{ 2 | backgroundColor: 'white', 3 | width: Ti.UI.FILL 4 | } 5 | 6 | "TableViewRow":{ 7 | height: 54 8 | } 9 | 10 | '.menuHeaderIcon':{ 11 | left: 10, 12 | width: 30, 13 | height: Ti.UI.SIZE, 14 | textAlign: 'center', 15 | font:{ 16 | fontFamily: 'FontAwesome', fontSize: 20 17 | }, 18 | color: "#fff" 19 | } 20 | 21 | ".menu-btn-background":{ 22 | backgroundColor: "#0290ff", 23 | height: 54 24 | } 25 | -------------------------------------------------------------------------------- /app/controllers/briefcase.js: -------------------------------------------------------------------------------- 1 | 2 | 3 | var data = require('files').data; 4 | var rows =[]; 5 | 6 | for(var i=0; i<25;i++){ 7 | Ti.API.info(Math.floor(Math.random(99)*100)); 8 | 9 | var rowData = data[Math.floor(Math.random(99)*100)]; 10 | Ti.API.info(rowData); 11 | 12 | var row = Alloy.createController('briefcase_row', rowData).getView(); 13 | row && rows.push(row); 14 | Ti.API.info('rowcount = '+rows.length); 15 | } 16 | 17 | $.tableView.setData(rows); 18 | -------------------------------------------------------------------------------- /app/config.json: -------------------------------------------------------------------------------- 1 | { 2 | "global": { 3 | }, 4 | "env:development": {}, 5 | "env:test": {}, 6 | "env:production": {}, 7 | "os:mobileweb":{ 8 | "theme": "default" 9 | }, 10 | "os:ios": { 11 | "theme": "ios" 12 | }, 13 | "os:android": { 14 | "theme": "android" 15 | }, 16 | "os:blackberry": { 17 | "theme": "blackberry" 18 | }, 19 | "dependencies": { 20 | "net.hoyohoyo.iconiclabel": "1.3" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /app/widgets/net.hoyohoyo.iconiclabel/widget.json: -------------------------------------------------------------------------------- 1 | { 2 | "id": "net.hoyohoyo.iconiclabel", 3 | "name": "net.hoyohoyo.iconiclabel", 4 | "description" : "Alloy widget using TiIconicFont (developed by @k0sukey).", 5 | "author": "Keigo AOKI", 6 | "version": "1.3", 7 | "copyright":"Copyright (c) 2012", 8 | "license":"Apache License, Version 2.0", 9 | "min-alloy-version": "1.0", 10 | "min-titanium-version":"2.1", 11 | "tags":"utility,icon,font,label", 12 | "platforms":"ios,android" 13 | } 14 | -------------------------------------------------------------------------------- /app/themes/android/styles/settings.tss: -------------------------------------------------------------------------------- 1 | ".container":{ 2 | backgroundColor: 'white', 3 | width: Ti.UI.FILL 4 | } 5 | 6 | "TableViewRow":{ 7 | height: 54 8 | } 9 | 10 | "Label[platform=android]":{ 11 | color:'#000' 12 | } 13 | 14 | '.menuHeaderIcon':{ 15 | left: 10, 16 | width: 30, 17 | height: Ti.UI.SIZE, 18 | textAlign: 'center', 19 | font:{ 20 | fontFamily: 'FontAwesome', fontSize: 20 21 | }, 22 | color: "#fff" 23 | } 24 | 25 | ".menu-btn-background":{ 26 | backgroundColor: "#000", 27 | height: 54 28 | } 29 | -------------------------------------------------------------------------------- /app/themes/android/styles/locations.tss: -------------------------------------------------------------------------------- 1 | "#mapview":{ 2 | userLocation: true, 3 | userLocationButton: true 4 | }, 5 | 6 | "TextField":{ 7 | top: 15, 8 | height: 45, 9 | width: "90%", 10 | borderColor: "#999", 11 | color: "#FF5400", 12 | borderRadius: 0, 13 | backgroundColor: "#000", 14 | paddingLeft:15, 15 | paddingRight: 50, 16 | opacity: 0.5 17 | }, 18 | 19 | ".container":{ 20 | backgroundColor: "#000", 21 | } 22 | 23 | ".icon":{ 24 | top: 15, 25 | right: "5%", 26 | color: '#999', 27 | width: 40, 28 | height: 40 29 | } 30 | 31 | -------------------------------------------------------------------------------- /app/assets/mobileweb/apple_startup_images/README: -------------------------------------------------------------------------------- 1 | These startup images are used by iPhone and iPad apps that are installed to the 2 | home screen. These images are displayed before the splash screen is displayed. 3 | 4 | If you want to create a new splash screen, it is recommended that you start by 5 | modifying the files in the adjacent "splash" folder, then take screenshots of 6 | device, crop, and save into this directory. This is the best way to avoid visual 7 | artifacts when the app transitions from the Apple startup images to the splash 8 | screen assets. 9 | -------------------------------------------------------------------------------- /app/themes/ios/assets/mobileweb/apple_startup_images/README: -------------------------------------------------------------------------------- 1 | These startup images are used by iPhone and iPad apps that are installed to the 2 | home screen. These images are displayed before the splash screen is displayed. 3 | 4 | If you want to create a new splash screen, it is recommended that you start by 5 | modifying the files in the adjacent "splash" folder, then take screenshots of 6 | device, crop, and save into this directory. This is the best way to avoid visual 7 | artifacts when the app transitions from the Apple startup images to the splash 8 | screen assets. 9 | -------------------------------------------------------------------------------- /app/themes/android/assets/mobileweb/apple_startup_images/README: -------------------------------------------------------------------------------- 1 | These startup images are used by iPhone and iPad apps that are installed to the 2 | home screen. These images are displayed before the splash screen is displayed. 3 | 4 | If you want to create a new splash screen, it is recommended that you start by 5 | modifying the files in the adjacent "splash" folder, then take screenshots of 6 | device, crop, and save into this directory. This is the best way to avoid visual 7 | artifacts when the app transitions from the Apple startup images to the splash 8 | screen assets. 9 | -------------------------------------------------------------------------------- /app/themes/default/assets/mobileweb/apple_startup_images/README: -------------------------------------------------------------------------------- 1 | These startup images are used by iPhone and iPad apps that are installed to the 2 | home screen. These images are displayed before the splash screen is displayed. 3 | 4 | If you want to create a new splash screen, it is recommended that you start by 5 | modifying the files in the adjacent "splash" folder, then take screenshots of 6 | device, crop, and save into this directory. This is the best way to avoid visual 7 | artifacts when the app transitions from the Apple startup images to the splash 8 | screen assets. 9 | -------------------------------------------------------------------------------- /app/themes/ios/styles/locations.tss: -------------------------------------------------------------------------------- 1 | "#mapview":{ 2 | userLocation: true, 3 | userLocationButton: true 4 | }, 5 | 6 | "TextField":{ 7 | top: 15, 8 | height: 45, 9 | width: "90%", 10 | color:"#000", 11 | borderColor: "#000", 12 | borderRadius: 0, 13 | backgroundColor: "#fff", 14 | paddingLeft:15, 15 | paddingRight: 35, 16 | opacity: 0.75 17 | }, 18 | 19 | "TextField[platform=ios]":{ 20 | borderStyle: Ti.UI.BORDER_STYLE_LINE 21 | }, 22 | 23 | ".icon":{ 24 | top: 15, 25 | right: "5%", 26 | color: '#999', 27 | width: 40, 28 | height: 40 29 | } 30 | 31 | -------------------------------------------------------------------------------- /app/themes/default/styles/locations.tss: -------------------------------------------------------------------------------- 1 | "#mapview":{ 2 | userLocation: true, 3 | userLocationButton: true 4 | }, 5 | 6 | "TextField":{ 7 | top: 15, 8 | height: 45, 9 | width: "90%", 10 | color:"#000", 11 | borderColor: "#000", 12 | borderRadius: 0, 13 | backgroundColor: "#fff", 14 | paddingLeft:15, 15 | paddingRight: 35, 16 | opacity: 0.75 17 | }, 18 | 19 | "TextField[platform=ios]":{ 20 | borderStyle: Ti.UI.BORDER_STYLE_LINE 21 | }, 22 | 23 | ".icon":{ 24 | top: 15, 25 | right: "5%", 26 | color: '#999', 27 | width: 40, 28 | height: 40 29 | } 30 | 31 | -------------------------------------------------------------------------------- /app/views/settings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- 1 | Welcome to your Appcelerator Titanium Mobile Project 2 | 3 | This is a blank project. Start by editing your application's app.js to 4 | make your first mobile project using Titanium. 5 | 6 | 7 | 8 | ---------------------------------- 9 | Stuff our legal folk make us say: 10 | 11 | Appcelerator, Appcelerator Titanium and associated marks and logos are 12 | trademarks of Appcelerator, Inc. 13 | 14 | Titanium is Copyright (c) 2008-2013 by Appcelerator, Inc. All Rights Reserved. 15 | 16 | Titanium is licensed under the Apache Public License (Version 2). Please 17 | see the LICENSE file for the full license. 18 | 19 | -------------------------------------------------------------------------------- /.project: -------------------------------------------------------------------------------- 1 | 2 | 3 | Template 4 | 5 | 6 | 7 | 8 | 9 | com.appcelerator.titanium.core.builder 10 | 11 | 12 | 13 | 14 | com.aptana.ide.core.unifiedBuilder 15 | 16 | 17 | 18 | 19 | 20 | com.appcelerator.titanium.alloy.core.nature 21 | com.appcelerator.titanium.mobile.nature 22 | com.aptana.projects.webnature 23 | 24 | 25 | -------------------------------------------------------------------------------- /app/themes/android/styles/profile.tss: -------------------------------------------------------------------------------- 1 | "ScrollableView":{ 2 | showPagingControl: true 3 | } 4 | 5 | ".container": { 6 | backgroundColor: "#2c323f", 7 | }, 8 | 9 | ".redbkg":{ 10 | backgroundColor: '#ae331f' 11 | }, 12 | 13 | ".blackbkg":{ 14 | backgroundColor: '#000' 15 | }, 16 | 17 | ".profileBtn":{ 18 | width: 50, 19 | height: 45, 20 | textAlign: 'center' 21 | } 22 | 23 | "#profilePicture[formFactor=handheld]":{ 24 | height: 125, 25 | width: 125 26 | } 27 | 28 | "#profilePicture[formFactor=tablet]":{ 29 | height: Ti.UI.SIZE, 30 | width: Ti.UI.SIZE 31 | } 32 | 33 | "#about":{ 34 | width: "50%" 35 | } 36 | 37 | "ScrollableView[formFactor=handheld]":{ 38 | height: "45%", 39 | pagingControlColor: 'transparent' 40 | } 41 | 42 | "Label":{ 43 | autoLink: Ti.UI.AUTOLINK_ALL 44 | } -------------------------------------------------------------------------------- /app/views/briefcase_row.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /app/themes/ios/styles/expenses.tss: -------------------------------------------------------------------------------- 1 | 2 | /* 3 | * Element Styles 4 | */ 5 | 6 | "TableViewRow":{ 7 | selectedBackgroundColor:"#dcdcdc" 8 | } 9 | 10 | "#tableView" : { 11 | backgroundColor: "#ececec", 12 | separatorColor: "#9b9d9f", 13 | } 14 | 15 | "#newVisitorBtn":{ 16 | height: 50, 17 | backgroundColor: "#FFF", 18 | } 19 | 20 | "#dateScroller":{ 21 | backgroundColor: "#FAFAFA" 22 | } 23 | 24 | /* 25 | * Classes 26 | */ 27 | ".container":{ 28 | backgroundColor: "#ececec", 29 | }, 30 | 31 | ".orange-txt":{ 32 | color: "#FF5400" 33 | } 34 | 35 | ".cal-lbl":{ 36 | font:{ 37 | fontSize: 18, 38 | fontWeight: "bold", 39 | } 40 | } 41 | 42 | // icon override 43 | ".icon":{ 44 | font:{ 45 | fontSize: 18, 46 | fontWeight: "light" 47 | }, 48 | top: 0, 49 | left: 10 50 | } 51 | 52 | ".h4-bold":{ 53 | font:{ 54 | fontSize: 18, 55 | fontWeight: "bold" 56 | } 57 | }, 58 | 59 | ".col5":{ 60 | width: 64, 61 | height: 45 62 | } 63 | 64 | ".gray":{ 65 | color: "666" 66 | } 67 | -------------------------------------------------------------------------------- /app/themes/ios/styles/profile.tss: -------------------------------------------------------------------------------- 1 | "ScrollableView":{ 2 | showPagingControl: true 3 | } 4 | 5 | ".container": { 6 | backgroundGradient:{ 7 | type: 'linear', 8 | startPoint:{x:"100%", y:0}, 9 | endPoint: {x:0, y:'100%'}, 10 | colors: [ 11 | {color:'#9bafc8', offset: 0.0}, 12 | {color: '#847b7e', offset: 0.3}, 13 | {color: '#905b63', offset: 1.0} 14 | ] 15 | },, 16 | }, 17 | 18 | ".redbkg":{ 19 | backgroundColor: null, 20 | opacity: 0.5 21 | }, 22 | 23 | ".blackbkg":{ 24 | backgroundColor: '#000' 25 | }, 26 | 27 | ".profileBtn":{ 28 | width: 50, 29 | height: 45, 30 | textAlign: 'center' 31 | } 32 | 33 | "#profilePicture[formFactor=handheld]":{ 34 | height: 125, 35 | width: 125 36 | } 37 | 38 | "#profilePicture[formFactor=tablet]":{ 39 | height: Ti.UI.SIZE, 40 | width: Ti.UI.SIZE 41 | } 42 | 43 | "#about":{ 44 | width: "50%" 45 | } 46 | 47 | "ScrollableView[formFactor=handheld]":{ 48 | height: "45%", 49 | pagingControlColor: 'transparent' 50 | } 51 | 52 | "Label":{ 53 | autoLink: Ti.UI.AUTOLINK_ALL 54 | } -------------------------------------------------------------------------------- /app/themes/default/styles/profile.tss: -------------------------------------------------------------------------------- 1 | "ScrollableView":{ 2 | showPagingControl: true 3 | } 4 | 5 | ".container": { 6 | backgroundGradient:{ 7 | type: 'linear', 8 | startPoint:{x:"100%", y:0}, 9 | endPoint: {x:0, y:'100%'}, 10 | colors: [ 11 | {color:'#9bafc8', offset: 0.0}, 12 | {color: '#847b7e', offset: 0.3}, 13 | {color: '#905b63', offset: 1.0} 14 | ] 15 | },, 16 | }, 17 | 18 | ".redbkg":{ 19 | backgroundColor: null, 20 | opacity: 0.5 21 | }, 22 | 23 | ".blackbkg":{ 24 | backgroundColor: '#000' 25 | }, 26 | 27 | ".profileBtn":{ 28 | width: 50, 29 | height: 45, 30 | textAlign: 'center' 31 | } 32 | 33 | "#profilePicture[formFactor=handheld]":{ 34 | height: 125, 35 | width: 125 36 | } 37 | 38 | "#profilePicture[formFactor=tablet]":{ 39 | height: Ti.UI.SIZE, 40 | width: Ti.UI.SIZE 41 | } 42 | 43 | "#about":{ 44 | width: "50%" 45 | } 46 | 47 | "ScrollableView[formFactor=handheld]":{ 48 | height: "45%", 49 | pagingControlColor: 'transparent' 50 | } 51 | 52 | "Label":{ 53 | autoLink: Ti.UI.AUTOLINK_ALL 54 | } -------------------------------------------------------------------------------- /app/themes/android/styles/expenses.tss: -------------------------------------------------------------------------------- 1 | 2 | /* 3 | * Element Styles 4 | */ 5 | "Label":{ 6 | color:"#ececec" 7 | } 8 | 9 | "TableViewRow":{ 10 | selectedBackgroundColor:"#dcdcdc" 11 | } 12 | 13 | "#tableView" : { 14 | backgroundColor: "#363636", 15 | separatorColor: "#9b9d9f", 16 | } 17 | 18 | "#newVisitorBtn":{ 19 | height: 50, 20 | backgroundColor: "#000", 21 | left:"30%" 22 | } 23 | 24 | "#dateScroller":{ 25 | backgroundColor: "#636363" 26 | } 27 | 28 | /* 29 | * Classes 30 | */ 31 | ".container":{ 32 | backgroundColor: "#363636", 33 | }, 34 | 35 | ".orange-txt":{ 36 | color: "#FF5400" 37 | } 38 | 39 | ".cal-lbl":{ 40 | font:{ 41 | fontSize: 18, 42 | fontWeight: "bold", 43 | } 44 | } 45 | 46 | // icon override 47 | ".icon":{ 48 | font:{ 49 | fontSize: 18, 50 | fontWeight: "light" 51 | }, 52 | top: 0, 53 | left: 10 54 | } 55 | 56 | ".h4-bold":{ 57 | font:{ 58 | fontSize: 18, 59 | fontWeight: "bold" 60 | } 61 | }, 62 | 63 | ".col5":{ 64 | width: 64, 65 | height: 45 66 | } 67 | 68 | ".gray":{ 69 | color: "666" 70 | } 71 | -------------------------------------------------------------------------------- /app/themes/default/styles/expenses.tss: -------------------------------------------------------------------------------- 1 | 2 | /* 3 | * Element Styles 4 | */ 5 | 6 | "TableViewRow":{ 7 | selectedBackgroundColor:"#dcdcdc" 8 | } 9 | 10 | "#tableView" : { 11 | backgroundColor: "#ececec", 12 | separatorColor: "#9b9d9f", 13 | } 14 | 15 | "#newVisitorBtn":{ 16 | height: 50, 17 | backgroundColor: "#FFF", 18 | } 19 | 20 | "#dateScroller":{ 21 | backgroundColor: "#FAFAFA", 22 | height: 50, 23 | width: Ti.UI.FILL 24 | } 25 | 26 | /* 27 | * Classes 28 | */ 29 | ".container":{ 30 | backgroundColor: "#ececec", 31 | }, 32 | 33 | ".orange-txt":{ 34 | color: "#FF5400" 35 | } 36 | 37 | ".cal-lbl":{ 38 | font:{ 39 | fontSize: 18, 40 | fontWeight: "bold", 41 | } 42 | } 43 | 44 | // icon override 45 | ".icon":{ 46 | font:{ 47 | fontFamily: "FontAwesome", 48 | fontSize: 18, 49 | fontWeight: "light" 50 | }, 51 | top: 0, 52 | left: 10 53 | } 54 | 55 | ".h4-bold":{ 56 | font:{ 57 | fontSize: 18, 58 | fontWeight: "bold" 59 | } 60 | }, 61 | 62 | ".col5":{ 63 | width: 64, 64 | height: 45 65 | } 66 | 67 | ".gray":{ 68 | color: "666" 69 | } 70 | -------------------------------------------------------------------------------- /app/themes/ios/styles/briefcase_row.tss: -------------------------------------------------------------------------------- 1 | "#listRow":{ 2 | height: "120dp", 3 | selectionStyle: "NONE", 4 | className:"listRow" 5 | }, 6 | "#filetype":{ 7 | width:66, 8 | height:66, 9 | top:0, 10 | left:5, 11 | textAlign: 'center', 12 | font:{ 13 | fontSize: 48 14 | } 15 | }, 16 | "#filename":{ 17 | top: "5dp", 18 | left: 80, 19 | color: "#941100", 20 | font: { 21 | fontSize : "16dp", 22 | fontWeight: "bold" 23 | } 24 | }, 25 | "#timeAgo":{ 26 | bottom: 50, 27 | left: 80, 28 | color: "#bbbbbb", 29 | font: { 30 | fontSize : "12dp" 31 | } 32 | }, 33 | "#timeAgo":{ 34 | bottom: 50, 35 | left: 80, 36 | color: "#bbbbbb", 37 | font: { 38 | fontSize : "12dp" 39 | } 40 | }, 41 | "#author":{ 42 | width: Ti.UI.SIZE, 43 | left: 80, 44 | right: 5, 45 | top: 25, 46 | font: { 47 | fontSize : 12 48 | }, 49 | color: "#666" 50 | }, 51 | "#bottomActions":{ 52 | bottom: 0, 53 | height: 40, 54 | width: Ti.UI.FILL, 55 | backgroundColor: "#eff2f5", 56 | layout: "horizontal" 57 | }, 58 | ".itemActionButton":{ 59 | width: "50%", 60 | height: 40, 61 | textAlign: 'center' 62 | } -------------------------------------------------------------------------------- /app/themes/default/styles/briefcase_row.tss: -------------------------------------------------------------------------------- 1 | "#listRow":{ 2 | height: "120dp", 3 | selectionStyle: "NONE", 4 | className:"listRow" 5 | }, 6 | "#filetype":{ 7 | width:66, 8 | height:66, 9 | top:0, 10 | left:5, 11 | textAlign: 'center', 12 | font:{ 13 | fontFamily: 'FontAwesome', 14 | fontSize: 48 15 | } 16 | }, 17 | "#filename":{ 18 | top: "5dp", 19 | left: 80, 20 | color: "#941100", 21 | font: { 22 | fontSize : "16dp", 23 | fontWeight: "bold" 24 | } 25 | }, 26 | "#timeAgo":{ 27 | bottom: 50, 28 | left: 80, 29 | color: "#bbbbbb", 30 | font: { 31 | fontSize : "12dp" 32 | } 33 | }, 34 | "#timeAgo":{ 35 | bottom: 50, 36 | left: 80, 37 | color: "#bbbbbb", 38 | font: { 39 | fontSize : "12dp" 40 | } 41 | }, 42 | "#author":{ 43 | width: Ti.UI.SIZE, 44 | left: 80, 45 | right: 5, 46 | top: 25, 47 | font: { 48 | fontSize : 12 49 | }, 50 | color: "#666" 51 | }, 52 | "#bottomActions":{ 53 | bottom: 0, 54 | height: 40, 55 | width: Ti.UI.FILL, 56 | backgroundColor: "#eff2f5", 57 | layout: "horizontal" 58 | }, 59 | ".itemActionButton":{ 60 | width: "50%", 61 | height: 40, 62 | textAlign: 'center' 63 | } -------------------------------------------------------------------------------- /app/lib/googleAPI.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Module example for accessing 3rd party APIs, in this case Google API 3 | * 4 | * @class Geolocation 5 | * @module 6 | */ 7 | 8 | /** 9 | * URL Reference for Google Geolocation API 10 | */ 11 | var GOOGLE_API = 'http://maps.googleapis.com/maps/api/geocode/json?address=%s&sensor=true'; 12 | 13 | exports.Geolocation = { 14 | 15 | forwardGeocoder: function(address, successCallback, errorCallback){ 16 | 17 | /** 18 | * Format URL for forward Decoder Address Lookup 19 | */ 20 | var url = String.format(GOOGLE_API, address.replace(/ /g, "+")); 21 | 22 | /** 23 | * Create HTTPClient for REST call to Google Geolocation API 24 | */ 25 | var xhr = Ti.Network.createHTTPClient({ 26 | onload: successCallback, 27 | onerror: function forwardGeocoderError(e){ 28 | Ti.API.error(JSON.stringify(e)); 29 | errorCallback && errorCallback(); 30 | } 31 | }); 32 | 33 | Ti.API.info(url); 34 | 35 | /** 36 | * Open the HTTP Request, specifying GET as method 37 | */ 38 | xhr.open("GET", url ); 39 | 40 | /** 41 | * OK now Send it 42 | */ 43 | xhr.send(); 44 | }, 45 | 46 | }; 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | -------------------------------------------------------------------------------- /app/themes/android/styles/briefcase_row.tss: -------------------------------------------------------------------------------- 1 | "Label":{ 2 | color:"#ececec" 3 | }, 4 | "#rowContainer":{ 5 | top:0, 6 | height: Ti.UI.FILL, 7 | width: Ti.UI.FILL, 8 | backgroundColor: '#363636' 9 | }, 10 | "#listRow":{ 11 | height: 120, 12 | selectionStyle: "NONE", 13 | className:"listRow" 14 | }, 15 | "#filetype":{ 16 | width:66, 17 | height:66, 18 | top:0, 19 | left:5, 20 | textAlign: 'center', 21 | font:{ 22 | fontSize: 48 23 | }, 24 | color: "#666" 25 | }, 26 | "#filename":{ 27 | top: 5, 28 | left: 80, 29 | color: "#fff", 30 | font: { 31 | fontSize : "16dp", 32 | fontWeight: "bold" 33 | } 34 | }, 35 | "#timeAgo":{ 36 | top: 80, 37 | left: 80, 38 | color: "#bbbbbb", 39 | font: { 40 | fontSize : "12dp" 41 | } 42 | }, 43 | "#timeAgo":{ 44 | top: 60, 45 | left: 80, 46 | color: "#bbbbbb", 47 | font: { 48 | fontSize : "12dp" 49 | } 50 | }, 51 | "#author":{ 52 | width: Ti.UI.SIZE, 53 | left: 80, 54 | right: 5, 55 | top: 25, 56 | font: { 57 | fontSize : 12 58 | }, 59 | color: "#666" 60 | }, 61 | "#bottomActions":{ 62 | top: 80, 63 | height: 40, 64 | width: Ti.UI.FILL, 65 | backgroundColor: "#636363", 66 | layout: "horizontal" 67 | }, 68 | ".itemActionButton":{ 69 | width: "50%", 70 | height: 40, 71 | textAlign: 'center', 72 | color: '#ececec' 73 | } -------------------------------------------------------------------------------- /app/widgets/net.hoyohoyo.iconiclabel/lib/IconicFont.js: -------------------------------------------------------------------------------- 1 | var exports = exports || this; 2 | exports.IconicFont = (function(global){ 3 | var K = function(){}; 4 | 5 | var IconicFont = function(options) { 6 | var self; 7 | 8 | if (this instanceof IconicFont) { 9 | self = this; 10 | } else { 11 | self = new K(); 12 | } 13 | 14 | if (!options) { options = {}; } 15 | self.ligature = options.ligature || false; 16 | var Font = require(options.font); 17 | self.font = new Font(); 18 | 19 | return self; 20 | }; 21 | 22 | K.prototype = IconicFont.prototype; 23 | 24 | IconicFont.prototype.icon = function(options){ 25 | var self = this; 26 | 27 | if (options instanceof Array) { 28 | options.forEach(function(value){ 29 | if (self.ligature) { 30 | icons.push(self.font.getCharcode(value)); 31 | } else { 32 | icons.push(String.fromCharCode(self.font.getCharcode(value))); 33 | } 34 | }); 35 | 36 | return icons; 37 | } else { 38 | if (self.ligature) { 39 | return self.font.getCharcode(options); 40 | } else { 41 | return String.fromCharCode(self.font.getCharcode(options)); 42 | } 43 | } 44 | }; 45 | 46 | IconicFont.prototype.fontfamily = function(){ 47 | var self = this; 48 | 49 | return self.font.fontfamily; 50 | }; 51 | 52 | return IconicFont; 53 | })(this); -------------------------------------------------------------------------------- /app/controllers/menu.js: -------------------------------------------------------------------------------- 1 | 2 | var App = Alloy.Globals.App; 3 | 4 | /** 5 | * Menu Page Navigation Based on TableView Event Listener and 6 | * "page" attribute on TableViewRow in menu.xml 7 | */ 8 | $.tableView.addEventListener("click", function(e){ 9 | 10 | if(e.rowData && e.rowData.page){ 11 | App.Navigator.open(e.rowData.page); 12 | /* 13 | Ti.Analytics.featureEvent('app.menuClick.'+e.rowData.page); 14 | */ 15 | } 16 | 17 | /* 18 | * Cancel the bubbling up of the event (hiding the menu is handled by the App.Navigator.open method) 19 | */ 20 | e.cancelBubble = true; 21 | }); 22 | 23 | $.btnProfile.addEventListener("click", function(e){ 24 | 25 | App.Navigator.open(e.source.page); 26 | 27 | /* 28 | Ti.Analytics.featureEvent('app.menuClick.'+e.source.page); 29 | */ 30 | 31 | /* 32 | * Cancel the bubbling up of the event (hiding the menu is handled by the App.Navigator.open method) 33 | */ 34 | e.cancelBubble = true; 35 | }); 36 | 37 | $.settingsBtn.addEventListener("click", function(e){ 38 | 39 | App.Navigator.modal(e.source.page); 40 | 41 | /* 42 | Ti.Analytics.featureEvent('app.menuClick.'+e.source.page); 43 | */ 44 | 45 | /* 46 | * Cancel the bubbling up of the event (hiding the menu is handled by the App.Navigator.open method) 47 | */ 48 | e.cancelBubble = true; 49 | }); 50 | 51 | -------------------------------------------------------------------------------- /.settings/com.appcelerator.titanium.core.prefs: -------------------------------------------------------------------------------- 1 | LastRunTimestamp=1376665780397 2 | NumberOfExecutions=2 3 | SelectedPlatforms=android;blackberry;ipad;iphone;mobileweb 4 | eclipse.preferences.version=1 5 | provisioning_profiles/development/3CF49012-1B79-4DE1-98AA-A403952520B4/appid=com.appcelerator.winazure 6 | provisioning_profiles/development/3CF49012-1B79-4DE1-98AA-A403952520B4/name=WIndows Azure DEV 7 | provisioning_profiles/development/3CF49012-1B79-4DE1-98AA-A403952520B4/uuid=3CF49012-1B79-4DE1-98AA-A403952520B4 8 | provisioning_profiles/development/4BE9BDE8-E466-45C8-8DF4-09DA7372F4D8/appid=com.appcelerator.flashreport 9 | provisioning_profiles/development/4BE9BDE8-E466-45C8-8DF4-09DA7372F4D8/name=FlashReport-Dev 10 | provisioning_profiles/development/4BE9BDE8-E466-45C8-8DF4-09DA7372F4D8/uuid=4BE9BDE8-E466-45C8-8DF4-09DA7372F4D8 11 | provisioning_profiles/development/8AA968F9-3AAD-4383-9E01-B2233592F453/appid=com.grantges.pushmanager 12 | provisioning_profiles/development/8AA968F9-3AAD-4383-9E01-B2233592F453/name=PushManagerDev 13 | provisioning_profiles/development/8AA968F9-3AAD-4383-9E01-B2233592F453/uuid=8AA968F9-3AAD-4383-9E01-B2233592F453 14 | provisioning_profiles/development/C5DF6091-86F1-466D-8FEA-08E570B323AF/appid=* 15 | provisioning_profiles/development/C5DF6091-86F1-466D-8FEA-08E570B323AF/name=Wildcard Dev 16 | provisioning_profiles/development/C5DF6091-86F1-466D-8FEA-08E570B323AF/uuid=C5DF6091-86F1-466D-8FEA-08E570B323AF 17 | -------------------------------------------------------------------------------- /app/controllers/index.js: -------------------------------------------------------------------------------- 1 | 2 | 3 | /** 4 | * Initialize the App Navigation object based on the structure of the XML File 5 | */ 6 | var App = Alloy.Globals.App; 7 | App.Navigator.init({ 8 | mainView: $.page, // <- The Top Level View 9 | menuView: $.menu, // <- The Underlying Menu 10 | contentView: $.mainWindow, // <- The content section of the main view that is linked to the Navigator.open() method 11 | startPage: 'home' // <- The page you want to start your application 12 | }); 13 | 14 | 15 | 16 | /** 17 | * This function is tied to the click event on the navBar menuBtn element. 18 | * It is responsible for sliding the menu out and back 19 | */ 20 | function showhidemenu(e){ 21 | 22 | var direction = null; 23 | if(e && e.direction){ 24 | direction = e.direction; 25 | /* 26 | Ti.Analytics.featureEvent('app.showMenu.swipe'); 27 | */ 28 | } 29 | else { 30 | /* 31 | Ti.Analytics.featureEvent('app.showMenu.click'); 32 | */ 33 | } 34 | 35 | App.Navigator.showhidemenu(direction); 36 | } 37 | 38 | 39 | 40 | function updateWindowSize(){ 41 | var width; 42 | 43 | width = Ti.Platform.displayCaps.platformWidth; 44 | $.index.width = $.page.width = $.mainWindow.width = width; 45 | } 46 | 47 | Ti.Gesture.addEventListener('orientationchange', updateWindowSize); 48 | 49 | /* 50 | * Set WindowSize based on screen size (see function below) 51 | */ 52 | updateWindowSize(); 53 | 54 | 55 | /** 56 | * Open the main application Window 57 | */ 58 | $.index.open(); 59 | -------------------------------------------------------------------------------- /app/themes/android/styles/menu.tss: -------------------------------------------------------------------------------- 1 | ".container": { 2 | backgroundColor: "transparent", 3 | height: Ti.UI.FILL, 4 | width: Ti.UI.FILL, 5 | layout:"vertical", 6 | }, 7 | 8 | "TableView": { 9 | backgroundColor: "transparent", 10 | height: "80%", 11 | width: Ti.UI.FILL, 12 | separatorColor: "#242a37", 13 | top: 0 14 | }, 15 | 16 | "TableViewRow":{ 17 | backgroundColor: 'transparent', 18 | height: 45, 19 | width: Ti.UI.FILL, 20 | }, 21 | 22 | "Label":{ 23 | font:{ 24 | fontWeight: "normal", 25 | fontFamily: "Helvetica Neue", 26 | fontSize: 18 27 | }, 28 | color: "#fff", 29 | left: 50 30 | }, 31 | 32 | "#btnProfile":{ 33 | top:0 34 | }, 35 | 36 | ".profile":{ 37 | font:{ 38 | fontSize: 20 39 | } 40 | }, 41 | 42 | "#settingsBtn":{ 43 | bottom: 0 44 | }, 45 | 46 | ".menu-btn":{ 47 | height: 54 48 | }, 49 | 50 | ".menu-btn-background":{ 51 | backgroundColor: "#000", 52 | opacity: 0.50, 53 | height: Ti.UI.FILL, 54 | width: Ti.UI.FILL 55 | }, 56 | 57 | ".headerBackground":{ 58 | backgroundColor: "#222", 59 | opacity: 0.25 60 | }, 61 | 62 | '.menuHeaderIcon':{ 63 | left: 10, 64 | width: 30, 65 | height: Ti.UI.SIZE, 66 | textAlign: 'center', 67 | font:{ 68 | fontFamily: 'FontAwesome', fontSize: 20 69 | }, 70 | color: "#fff" 71 | }, 72 | 73 | '.menuIcon':{ 74 | left: 10, 75 | width: 30, 76 | height: Ti.UI.SIZE, 77 | textAlign: 'center', 78 | font:{ 79 | fontFamily: 'FontAwesome', fontSize: 18 80 | }, 81 | color: "#7d8493", 82 | color: "#fff" 83 | }, 84 | 85 | ".white-line":{ 86 | bottom: 0 87 | } 88 | -------------------------------------------------------------------------------- /app/assets/mobileweb/splash/splash.css: -------------------------------------------------------------------------------- 1 | #splash { 2 | background: #9a0707; 3 | background: -moz-linear-gradient(top,#9a0707 0%,#5c0404 100%); 4 | background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#9a0707),color-stop(100%,#5c0404)); 5 | background: -webkit-linear-gradient(top,#9a0707 0%,#5c0404 100%); 6 | background: -o-linear-gradient(top,#9a0707 0%,#5c0404 100%); 7 | background: -ms-linear-gradient(top,#9a0707 0%,#5c0404 100%); 8 | background: linear-gradient(top,#9a0707 0%,#5c0404 100%); 9 | -webkit-box-shadow: inset 0px 0px 15px 6px rgba(0,0,0,0.5); 10 | -moz-box-shadow: inset 0px 0px 15px 6px rgba(0,0,0,0.5); 11 | box-shadow: inset 0px 0px 15px 6px rgba(0,0,0,0.5); 12 | bottom: 0; 13 | min-height: 300px; 14 | left: 0; 15 | position: fixed; 16 | right: 0; 17 | top: 0; 18 | } 19 | 20 | #splash:before { 21 | background: url(appc.png) no-repeat 0 0; 22 | content: ""; 23 | height: 150px; 24 | left: 50%; 25 | margin-left: -85px; 26 | position: absolute; 27 | top: 22%; 28 | width: 170px; 29 | } 30 | 31 | #splash:after { 32 | background: url(titanium.png) no-repeat 0 0; 33 | content: ""; 34 | height: 48px; 35 | left: 50%; 36 | margin-left: -105px; 37 | position: absolute; 38 | bottom: 15%; 39 | width: 200px; 40 | } 41 | 42 | @media all and (max-height: 320px) { 43 | #splash:before { 44 | top: 15%; 45 | } 46 | 47 | #splash:after { 48 | bottom: 12%; 49 | } 50 | } 51 | 52 | @media all and (min-height: 699px) { 53 | #splash:before { 54 | top: 25%; 55 | } 56 | 57 | #splash:after { 58 | bottom: 25%; 59 | } 60 | } -------------------------------------------------------------------------------- /app/themes/ios/assets/mobileweb/splash/splash.css: -------------------------------------------------------------------------------- 1 | #splash { 2 | background: #9a0707; 3 | background: -moz-linear-gradient(top,#9a0707 0%,#5c0404 100%); 4 | background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#9a0707),color-stop(100%,#5c0404)); 5 | background: -webkit-linear-gradient(top,#9a0707 0%,#5c0404 100%); 6 | background: -o-linear-gradient(top,#9a0707 0%,#5c0404 100%); 7 | background: -ms-linear-gradient(top,#9a0707 0%,#5c0404 100%); 8 | background: linear-gradient(top,#9a0707 0%,#5c0404 100%); 9 | -webkit-box-shadow: inset 0px 0px 15px 6px rgba(0,0,0,0.5); 10 | -moz-box-shadow: inset 0px 0px 15px 6px rgba(0,0,0,0.5); 11 | box-shadow: inset 0px 0px 15px 6px rgba(0,0,0,0.5); 12 | bottom: 0; 13 | min-height: 300px; 14 | left: 0; 15 | position: fixed; 16 | right: 0; 17 | top: 0; 18 | } 19 | 20 | #splash:before { 21 | background: url(appc.png) no-repeat 0 0; 22 | content: ""; 23 | height: 150px; 24 | left: 50%; 25 | margin-left: -85px; 26 | position: absolute; 27 | top: 22%; 28 | width: 170px; 29 | } 30 | 31 | #splash:after { 32 | background: url(titanium.png) no-repeat 0 0; 33 | content: ""; 34 | height: 48px; 35 | left: 50%; 36 | margin-left: -105px; 37 | position: absolute; 38 | bottom: 15%; 39 | width: 200px; 40 | } 41 | 42 | @media all and (max-height: 320px) { 43 | #splash:before { 44 | top: 15%; 45 | } 46 | 47 | #splash:after { 48 | bottom: 12%; 49 | } 50 | } 51 | 52 | @media all and (min-height: 699px) { 53 | #splash:before { 54 | top: 25%; 55 | } 56 | 57 | #splash:after { 58 | bottom: 25%; 59 | } 60 | } -------------------------------------------------------------------------------- /app/themes/android/assets/mobileweb/splash/splash.css: -------------------------------------------------------------------------------- 1 | #splash { 2 | background: #9a0707; 3 | background: -moz-linear-gradient(top,#9a0707 0%,#5c0404 100%); 4 | background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#9a0707),color-stop(100%,#5c0404)); 5 | background: -webkit-linear-gradient(top,#9a0707 0%,#5c0404 100%); 6 | background: -o-linear-gradient(top,#9a0707 0%,#5c0404 100%); 7 | background: -ms-linear-gradient(top,#9a0707 0%,#5c0404 100%); 8 | background: linear-gradient(top,#9a0707 0%,#5c0404 100%); 9 | -webkit-box-shadow: inset 0px 0px 15px 6px rgba(0,0,0,0.5); 10 | -moz-box-shadow: inset 0px 0px 15px 6px rgba(0,0,0,0.5); 11 | box-shadow: inset 0px 0px 15px 6px rgba(0,0,0,0.5); 12 | bottom: 0; 13 | min-height: 300px; 14 | left: 0; 15 | position: fixed; 16 | right: 0; 17 | top: 0; 18 | } 19 | 20 | #splash:before { 21 | background: url(appc.png) no-repeat 0 0; 22 | content: ""; 23 | height: 150px; 24 | left: 50%; 25 | margin-left: -85px; 26 | position: absolute; 27 | top: 22%; 28 | width: 170px; 29 | } 30 | 31 | #splash:after { 32 | background: url(titanium.png) no-repeat 0 0; 33 | content: ""; 34 | height: 48px; 35 | left: 50%; 36 | margin-left: -105px; 37 | position: absolute; 38 | bottom: 15%; 39 | width: 200px; 40 | } 41 | 42 | @media all and (max-height: 320px) { 43 | #splash:before { 44 | top: 15%; 45 | } 46 | 47 | #splash:after { 48 | bottom: 12%; 49 | } 50 | } 51 | 52 | @media all and (min-height: 699px) { 53 | #splash:before { 54 | top: 25%; 55 | } 56 | 57 | #splash:after { 58 | bottom: 25%; 59 | } 60 | } -------------------------------------------------------------------------------- /app/themes/default/assets/mobileweb/splash/splash.css: -------------------------------------------------------------------------------- 1 | #splash { 2 | background: #9a0707; 3 | background: -moz-linear-gradient(top,#9a0707 0%,#5c0404 100%); 4 | background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#9a0707),color-stop(100%,#5c0404)); 5 | background: -webkit-linear-gradient(top,#9a0707 0%,#5c0404 100%); 6 | background: -o-linear-gradient(top,#9a0707 0%,#5c0404 100%); 7 | background: -ms-linear-gradient(top,#9a0707 0%,#5c0404 100%); 8 | background: linear-gradient(top,#9a0707 0%,#5c0404 100%); 9 | -webkit-box-shadow: inset 0px 0px 15px 6px rgba(0,0,0,0.5); 10 | -moz-box-shadow: inset 0px 0px 15px 6px rgba(0,0,0,0.5); 11 | box-shadow: inset 0px 0px 15px 6px rgba(0,0,0,0.5); 12 | bottom: 0; 13 | min-height: 300px; 14 | left: 0; 15 | position: fixed; 16 | right: 0; 17 | top: 0; 18 | } 19 | 20 | #splash:before { 21 | background: url(appc.png) no-repeat 0 0; 22 | content: ""; 23 | height: 150px; 24 | left: 50%; 25 | margin-left: -85px; 26 | position: absolute; 27 | top: 22%; 28 | width: 170px; 29 | } 30 | 31 | #splash:after { 32 | background: url(titanium.png) no-repeat 0 0; 33 | content: ""; 34 | height: 48px; 35 | left: 50%; 36 | margin-left: -105px; 37 | position: absolute; 38 | bottom: 15%; 39 | width: 200px; 40 | } 41 | 42 | @media all and (max-height: 320px) { 43 | #splash:before { 44 | top: 15%; 45 | } 46 | 47 | #splash:after { 48 | bottom: 12%; 49 | } 50 | } 51 | 52 | @media all and (min-height: 699px) { 53 | #splash:before { 54 | top: 25%; 55 | } 56 | 57 | #splash:after { 58 | bottom: 25%; 59 | } 60 | } -------------------------------------------------------------------------------- /app/themes/default/styles/menu.tss: -------------------------------------------------------------------------------- 1 | ".container": { 2 | backgroundColor: "transparent", 3 | height: Ti.UI.FILL, 4 | width: Ti.UI.FILL, 5 | layout:"composite" 6 | }, 7 | 8 | "TableView": { 9 | backgroundColor: "transparent", 10 | separatorColor: "transparent", 11 | height: Ti.UI.SIZE, 12 | width: Ti.UI.FILL, 13 | top: 54 14 | }, 15 | 16 | "TableViewRow":{ 17 | backgroundColor: 'transparent', 18 | selectedBackgroundColor:'#222', //<-- want to use alpha so th 19 | height: 45, 20 | width: Ti.UI.FILL, 21 | }, 22 | 23 | "Label":{ 24 | font:{ 25 | fontWeight: "normal", 26 | fontFamily: "Helvetica Neue", 27 | fontSize: 18 28 | }, 29 | color: "#fff", 30 | left: 50 31 | }, 32 | 33 | "#settingsBtn":{ 34 | bottom:0 35 | }, 36 | 37 | ".profile":{ 38 | top:20, 39 | font:{ 40 | fontSize: 20 41 | } 42 | }, 43 | 44 | ".menu-btn":{ 45 | height: 54 46 | } 47 | 48 | ".menu-btn-background":{ 49 | backgroundColor: "#0290ff", 50 | opacity: 0.25, 51 | height: Ti.UI.FILL 52 | }, 53 | 54 | '.menuHeaderIcon':{ 55 | top: 20, 56 | left: 10, 57 | width: 30, 58 | height: Ti.UI.SIZE, 59 | textAlign: 'center', 60 | font:{ 61 | fontFamily: 'FontAwesome', fontSize: 20 62 | }, 63 | color: "#fff" 64 | }, 65 | 66 | ".footer":{ 67 | backgroundColor: 'transparent', 68 | width: Ti.UI.FILL, 69 | height: Ti.UI.SIZE, 70 | bottom: 0 71 | }, 72 | 73 | '.menuIcon':{ 74 | left: 10, 75 | width: 30, 76 | height: 54, 77 | textAlign: 'center', 78 | font:{ 79 | fontFamily: 'FontAwesome', fontSize: 18 80 | }, 81 | color: "#fff" 82 | }, 83 | 84 | ".white-line":{ 85 | bottom: 0 86 | } 87 | 88 | -------------------------------------------------------------------------------- /app/themes/ios/styles/menu.tss: -------------------------------------------------------------------------------- 1 | ".container": { 2 | backgroundColor: "transparent", 3 | height: Ti.UI.FILL, 4 | width: Ti.UI.FILL, 5 | layout:"composite" 6 | }, 7 | 8 | "TableView": { 9 | backgroundColor: "transparent", 10 | separatorColor: "transparent", 11 | height: Ti.UI.SIZE, 12 | width: Ti.UI.FILL, 13 | top: 54 14 | }, 15 | 16 | "TableViewRow":{ 17 | backgroundColor: 'transparent', 18 | selectedBackgroundColor:'#222', //<-- want to use alpha so th 19 | height: 45, 20 | width: Ti.UI.FILL, 21 | }, 22 | 23 | "Label":{ 24 | font:{ 25 | fontWeight: "normal", 26 | fontFamily: "Helvetica Neue", 27 | fontSize: 18 28 | }, 29 | color: "#fff", 30 | left: 50 31 | }, 32 | 33 | "#settingsBtn":{ 34 | bottom:0 35 | }, 36 | 37 | ".profile":{ 38 | top:20, 39 | font:{ 40 | fontSize: 20 41 | } 42 | }, 43 | 44 | ".menu-btn":{ 45 | height: 54 46 | } 47 | 48 | ".menu-btn-background":{ 49 | backgroundColor: "#0290ff", 50 | opacity: 0.25, 51 | height: Ti.UI.FILL 52 | }, 53 | 54 | '.menuHeaderIcon':{ 55 | top: 20, 56 | left: 10, 57 | width: 30, 58 | height: Ti.UI.SIZE, 59 | textAlign: 'center', 60 | font:{ 61 | fontFamily: 'FontAwesome', fontSize: 20 62 | }, 63 | color: "#fff" 64 | }, 65 | 66 | ".footer":{ 67 | backgroundColor: 'transparent', 68 | width: Ti.UI.FILL, 69 | height: Ti.UI.SIZE, 70 | bottom: 0 71 | } 72 | 73 | '.menuIcon':{ 74 | left: 10, 75 | width: 30, 76 | height: 54, 77 | textAlign: 'center', 78 | font:{ 79 | fontFamily: 'FontAwesome', fontSize: 18 80 | }, 81 | //color: "#7d8493" <-- Old School iOS 82 | color: "#fff" 83 | }, 84 | 85 | ".white-line":{ 86 | bottom: 0 87 | } 88 | 89 | -------------------------------------------------------------------------------- /app/themes/default/styles/index.tss: -------------------------------------------------------------------------------- 1 | ".container": { 2 | backgroundColor:"white", 3 | orientationModes: [Ti.UI.PORTRAIT,Ti.UI.LANDSCAPE_LEFT,Ti.UI.LANDSCAPE_RIGHT,Ti.UI.UPSIDE_PORTRAIT], 4 | navBarHidden: true, 5 | exitOnClose: true, 6 | }, 7 | "Label": { 8 | width: Ti.UI.SIZE, 9 | height: Ti.UI.SIZE, 10 | color: "#000" 11 | }, 12 | ".shadow":{ 13 | right: 0, 14 | width: 58, 15 | height: Ti.UI.FILL, 16 | backgroundGradient: { 17 | startPoint: {x:0, y: 0}, 18 | endPoint: {x: "100%", y: 0}, 19 | type: 'linear', 20 | colors:[ 21 | {color: 'transparent', offset: 0.0}, 22 | {color: '#222', offset: 0.05} 23 | ] 24 | } 25 | }, 26 | "#page":{ 27 | backgroundColor: "#d6d6d6", 28 | left: 0 29 | }, 30 | 31 | "#mainWindow":{ 32 | height: Ti.UI.FILL, 33 | width: Ti.UI.FILL 34 | }, 35 | 36 | "#menu":{ 37 | height: Ti.UI.FILL, 38 | width: Ti.UI.FILL, 39 | backgroundColor: '#8ab6e7', 40 | left: 0 41 | }, 42 | "#navigationBar":{ 43 | backgroundImage: null, 44 | borderColor: '#ae331f', 45 | backgroundColor: '#ae331f', 46 | border:0, 47 | width: Ti.UI.FILL, 48 | height: 54 49 | }, 50 | ".topActionButton":{ 51 | top: 5, 52 | font:{ 53 | fontFamily: 'FontAwesome', fontSize: 24 54 | }, 55 | color: "#68160f", 56 | height: 50, 57 | width: 50, 58 | textAlign:"center", 59 | opacity: 0.5 60 | }, 61 | 62 | "#topActions":{ 63 | width: 150, 64 | height:50, 65 | layout:"horizontal" 66 | }, 67 | 68 | "#menuBar":{ 69 | backgroundColor: "#f5f6f9", 70 | width: Ti.UI.FILL, 71 | height: "50dp", 72 | layout: "horizontal" 73 | }, 74 | 75 | "#menubtn":{ 76 | top: 5, 77 | left: 0, 78 | width: "55dp", 79 | height: "54dp" 80 | } 81 | -------------------------------------------------------------------------------- /app/README: -------------------------------------------------------------------------------- 1 | Welcome to Alloy. Prepare to be amazed. 2 | ======================================== 3 | 4 | Titanium Alloys are metals which contain a mixture of Titanium and other chemical elements. Such Alloys have very high tensile strength and toughness (even at extreme temperatures). They are light weight, have extraordinary corrosion resistance and the ability to withstand extreme temperatures [1]. 5 | 6 | Alloy for Titanium provides you, the developer, with the ability to run fast, jump high and general code like an amazing superstar. 7 | 8 | Codestrong! 9 | 10 | [1] http://en.wikipedia.org/wiki/Titanium_alloy 11 | 12 | ------------------------- 13 | Now to the serious stuff. 14 | ------------------------- 15 | 16 | Here's how your Alloy directory is laid out. 17 | 18 | models your model files go here 19 | controllers your controllers files go here 20 | views yep, the views go here. you're getting it 21 | styles your style (.tss) files for your views go here 22 | assets All files here will be deployed into Resources 23 | 24 | Folders not generated by Alloy automatically, but the developer can create and use. 25 | 26 | lib put your own libraries here and use require('name') to load it 27 | migrations generated model migrations go here 28 | widgets pre-built, reusable components for your Ally apps. 29 | 30 | Also, in the root is the alloy.jmk file and config.json. Alloy.jmk acts like a makefile and can be used to hook into the Alloy compiler to customize the build process. The config.json file is where you can declare runtime contstants, and widget dependencies. 31 | 32 | -------------------------------------------------------------------------------- /app/themes/ios/styles/index.tss: -------------------------------------------------------------------------------- 1 | ".container": { 2 | backgroundColor:"white", 3 | orientationModes: [Ti.UI.PORTRAIT,Ti.UI.LANDSCAPE_LEFT,Ti.UI.LANDSCAPE_RIGHT,Ti.UI.UPSIDE_PORTRAIT], 4 | navBarHidden: true, 5 | exitOnClose: true, 6 | statusBarStyle: Titanium.UI.iPhone.StatusBar.LIGHT_CONTENT 7 | }, 8 | "Label": { 9 | width: Ti.UI.SIZE, 10 | height: Ti.UI.SIZE, 11 | color: "#000" 12 | }, 13 | ".shadow":{ 14 | right: 0, 15 | width: 58, 16 | height: Ti.UI.FILL, 17 | backgroundGradient: { 18 | startPoint: {x:0, y: 0}, 19 | endPoint: {x: "100%", y: 0}, 20 | type: 'linear', 21 | colors:[ 22 | {color: 'transparent', offset: 0.0}, 23 | {color: '#222', offset: 0.05} 24 | ] 25 | } 26 | }, 27 | "#page":{ 28 | backgroundColor: "#d6d6d6", 29 | left: 0 30 | }, 31 | 32 | "#mainWindow":{ 33 | height: Ti.UI.FILL, 34 | width: Ti.UI.FILL 35 | }, 36 | 37 | "#menu":{ 38 | height: Ti.UI.FILL, 39 | width: Ti.UI.FILL, 40 | backgroundGradient:{ 41 | type: 'linear', 42 | startPoint:{x:0, y:0}, 43 | endPoint: {x:0, y:'100%'}, 44 | colors: [ 45 | {color:'#8ab6e7', offset: 0.0}, 46 | {color: '#a19483', offset: 1.0} 47 | ] 48 | }, 49 | left: 0 50 | }, 51 | "#navigationBar":{ 52 | backgroundImage: null, 53 | borderColor: '#ae331f', 54 | backgroundColor: '#ae331f', 55 | border:0, 56 | width: Ti.UI.FILL, 57 | height: 54 58 | }, 59 | ".topActionButton":{ 60 | top: 5, 61 | font:{ 62 | fontFamily: 'FontAwesome', fontSize: 24 63 | }, 64 | color: "#68160f", 65 | height: 50, 66 | width: 50, 67 | textAlign:"center", 68 | opacity: 0.5 69 | }, 70 | 71 | "#topActions":{ 72 | width: 150, 73 | height:50, 74 | layout:"horizontal" 75 | }, 76 | 77 | "#menuBar":{ 78 | backgroundColor: "#f5f6f9", 79 | width: Ti.UI.FILL, 80 | height: "50dp", 81 | layout: "horizontal" 82 | }, 83 | 84 | "#menubtn":{ 85 | top: 5, 86 | left: 0, 87 | width: "55dp", 88 | height: "54dp" 89 | } 90 | -------------------------------------------------------------------------------- /app/controllers/locations.js: -------------------------------------------------------------------------------- 1 | 2 | var args = arguments[0] || {}; 3 | var googleAPI = require('googleAPI'); 4 | 5 | /** 6 | * setLocation 7 | * 8 | * Updates the Ti.Map with the annotation of the searched address 9 | */ 10 | function setLocation(){ 11 | 12 | /** 13 | * Parse out responseText of successful response 14 | */ 15 | var result = JSON.parse(this.responseText).results[0]; 16 | 17 | /** 18 | * Create Annotation 19 | */ 20 | var mapAnnotation = Ti.Map.createAnnotation({ 21 | latitude: result.geometry.location.lat, 22 | longitude: result.geometry.location.lng, 23 | title: result.address_components[0].long_name + " " + result.address_components[1].long_name, 24 | subtitle: result.address_components[2].long_name +"," + result.address_components[4].long_name, 25 | pincolor:Ti.Map.ANNOTATION_RED, 26 | animate: true 27 | }); 28 | 29 | /** 30 | * Add Annotation to the Map 31 | */ 32 | $.mapview.addAnnotation(mapAnnotation); 33 | 34 | /** 35 | * Set the map location 36 | */ 37 | $.mapview.setLocation({ 38 | latitude:result.geometry.location.lat, 39 | longitude:result.geometry.location.lng, 40 | animate:true, 41 | latitudeDelta:0.04, 42 | longitudeDelta:0.04 43 | }); 44 | } 45 | 46 | /** 47 | * Accesses Google API for forward decoding of an address 48 | */ 49 | function forwardGeocoder(address){ 50 | 51 | /** 52 | * Check to make sure an address was passed in to the function 53 | */ 54 | if(address){ 55 | 56 | /** 57 | * Contact Google GeoCoder API (See lib) 58 | */ 59 | googleAPI.Geolocation.forwardGeocoder(address, setLocation, function(){alert("Error with API");}); 60 | } 61 | } 62 | 63 | /** 64 | * TextField event handler for the return button (see the XML for TextField) 65 | */ 66 | function onReturn(e){ 67 | 68 | /** 69 | * Analytics Event 70 | */ 71 | Ti.Analytics.featureEvent('app.location.addressLookup'); 72 | 73 | Ti.API.info(JSON.stringify(e)); 74 | forwardGeocoder(e.value); 75 | 76 | $.addressField.blur(); 77 | } 78 | -------------------------------------------------------------------------------- /app/views/index.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 17 | 18 | 19 | 23 | 24 | 25 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 50 | 51 | 52 | 53 | 54 | -------------------------------------------------------------------------------- /app/controllers/briefcase_row.js: -------------------------------------------------------------------------------- 1 | var m = require('alloy/moment'); 2 | var _args = arguments[0] || {}; 3 | 4 | /** 5 | * Update the row information based on the passed in arguments 6 | */ 7 | _args.icon && $.filetype.setIcon("icon-"+_args.icon); 8 | _args.date && $.timeAgo.setText(m(_args.date, "YYYY-MM-DDTHH:mm:ss.SSS").fromNow()); 9 | if(_args.filename){ 10 | var pre, suf; 11 | switch(_args.icon){ 12 | case 'picture': 13 | pre="pic_"; 14 | suf=".png"; 15 | break; 16 | case 'film': 17 | pre="vid_"; 18 | suf=".mp4"; 19 | break; 20 | case 'music': 21 | pre="aud_"; 22 | suf=".mp3"; 23 | break; 24 | case 'file': 25 | default: 26 | pre="doc_"; 27 | suf=".pdf"; 28 | } 29 | 30 | $.filename.text = pre+_args.filename+suf; 31 | } 32 | _args.author && _args.department && $.author.setText(_args.author + " in "+_args.department); 33 | 34 | 35 | /** 36 | * state flag for favorite icon 37 | */ 38 | var favoriteStatus = 0; 39 | /** 40 | * handles the click event on the favorite icon view wrapper 41 | */ 42 | function favoriteClickHandler(){ 43 | 44 | /** 45 | * Capture analytics event for favorite button click for reporting purposes 46 | */ 47 | Ti.Analytics.featureEvent('app.briefcase.favoritebtn.clicked'); 48 | 49 | /** 50 | * update the state variable for the button 51 | */ 52 | favoriteStatus = !favoriteStatus; 53 | 54 | /** 55 | * set the icon variable to the proper reference based on the state 56 | */ 57 | var icon = !favoriteStatus ? 'icon-star-empty' : 'icon-star'; 58 | $.favoriteBtn.setIcon(icon); 59 | } 60 | 61 | /** 62 | * state flag for comment icon 63 | */ 64 | var commentStatus = 0; 65 | /** 66 | * handles the click event on the comment icon view wrapper 67 | */ 68 | function commentClickHandler(){ 69 | /** 70 | * Capture analytics event for button click for reporting purposes 71 | */ 72 | Ti.Analytics.featureEvent('app.briefcase.commentbtn.clicked'); 73 | 74 | /** 75 | * update the state variable for the button 76 | */ 77 | commentStatus = !commentStatus; 78 | 79 | /** 80 | * set the icon variable to the proper reference based on the state 81 | */ 82 | var icon = !commentStatus ? 'icon-comment-alt' : 'icon-comment'; 83 | $.commentBtn.setIcon(icon); 84 | } 85 | -------------------------------------------------------------------------------- /app/assets/mobileweb/splash/README: -------------------------------------------------------------------------------- 1 | This folder contains assets to make the startup splash screen assets. Splash 2 | screens are made up of HTML and CSS. This allows you the flexibility to 3 | customize your splash screen to fit a variety of screen sizes and orientations. 4 | 5 | 6 | splash.html 7 | ----------- 8 | Contains an HTML fragment that is inserted into a div tag with an id="splash". 9 | You can choose to leave this file empty. You can put