InfoStats2
InfoStats2 copied to clipboard
An API for JavaScript, and Objective-C
I propose to move away from WebCycript being utilised as an underlying dependancy for access to InfoStats 2 in widgets. This will remove the wait for fixes to WebCycript (if...
test iphone6 ios9.3.3
Due to the way Yalu is implemented for 10.1.1. users, IS2's daemon doesn't load correctly after a boot. For now, an alert to the user when this occurs will have...
Some users are reporting that Weather and Calendar data are not loading correctly on iOS 10: - Weather may never hit a callback - Calendar displays events from a subset...
Initial reports show that IS2 on iOS 10 is leading to significant battery drainage.
I notice many blocks being called multiple times in the same widget. This cause a big performance hit when the block calls an outside function. I dunno why, but if...
Code: try{ storage.phoneSignalBars = [IS2Telephony phoneSignalBars]; }catch(err) { alert(err); } Resulting error message: 'this call must be made on the main thread' Device: iPhone 6 jailbroken on 9.3.3
iOS8 **[[SBClockDataProvider sharedInstance] _scheduledNotifications]** iOS9 **[[SBClockNotificationManager sharedInstance] scheduledLocalNotifications]** _Possible different formats_ Day, Time, Ante Meridiem/Post Meridiem (if 12hr): **Tue 9:30PM** Day, Time: **Tue 9:30** Time: **9:30** Time, Ante Meridiem/Post Meridiem...
Allow the user to both retrieve a list of calendars available to the device, and specify which ones to pull data from, rather than all at once.