summaryrefslogtreecommitdiff
path: root/www/js/app.js
AgeCommit message (Collapse)Author
2015-05-02Android Users Rejoice! Major updates: Android port works like a charm now. ↵ARC
Integrated Crosswalk for good performance for Android phones, reworked Montage view to step around Chrome's problem of getting stuck in pending state for HTTP requests that don't close soon and more.
2015-05-01Made various tweaks to config files and code to make things work on Android. ↵ARC
Using crosswalk for Android for better performance
2015-04-29I think I've solved the blank screen issue. I've created an app directive ↵ARC
that is triggered on imageonload - that hides an ionic loading. When I first show the modal, I display a "please wait". Timeout of 15 second it goes away. Need to test more, but I think this mostly works
2015-04-29fixed modals to make sure images load only when user taps on view button. No ↵ARC
sense in wasting memory. Image override directives are being called correctly. Now I need to expriment with how to overwrite image frames when ZMS is still sending data to the client to avoid the blank screen issue
2015-04-29added support to refresh image feedsARC
2015-04-28Events navigation not works with a cool full screen mode and floating buttonsARC
2015-04-26added application icons and used ngCordova for splash controlARC
2015-04-26fixed digest loop problem on initial app load - ui.route otherwise issueARC
2015-04-26Integrated login check for viewsARC
2015-04-25Comments addedARC
2015-04-25First CommitARC