We’re fixing bugs and adding features, responding to feature requests. And we’re laying the groundwork for cool stuff to come.
You can download the latest version via the Downloads page.
Changes in TapLynx 1.0.3
- Fixed a crashing bug that could happen with feeds with bad XML.
- Fixed a crashing bug getting a password from the keychain. (Which won’t affect you yet — but in the future it will be important for some apps.)
- Added a new feature for programmers: a custom delegate class. It will get called at various times and have the ability to affect different parts of the app. Specify the class name in your NGConfig.plist file as TapLynx_DelegateClass. (Only one instance of that class will be created.)
Right now the only message it gets is applicationDidFinishLaunching:(UIApplication *)application
(Whenever possible, it will get the same messages that the application delegate class gets. But it will get other messages too.)
- Added support for folders. We haven’t documented this yet, but we will. Quick how-to: inside a Feeds array, create a Dictionary item that has a Title instead of an xmlUrl. That title will be the name of the folder. Then create a Feeds array inside that item. Those are the feeds that will appear in the folder.
In NGConfig.plist, specify the color of the folder title text as NewsItemList_FolderTextColor.
