Earlier this year
-
r600
(Fixed a bug in the ImportFeedsCommand that would prevent OPM...) committed by 100DashSix
- Fixed a bug in the ImportFeedsCommand that would prevent OPML files from being read.
Fixed a bug in the ImportFeedsCommand that would prevent OPML files from being read.
-
r599
(Adjusted the spacing of the FeedTree, so that it doesn't ove...) committed by 100DashSix
- Adjusted the spacing of the FeedTree, so that it doesn't overlap.
Adjusted the spacing of the FeedTree, so that it doesn't overlap.
-
r598
(Minor bug fix. Deleting a feed now dispatches a RefreshCount...) committed by 100DashSix
- Minor bug fix. Deleting a feed now dispatches a RefreshCountsEvent, ensuring that the unread count
is accurate.
Minor bug fix. Deleting a feed now dispatches a RefreshCountsEvent, ensuring that the unread count
is accurate.
-
r597
(Minor string change (in un-translated string)) committed by 100DashSix
- Minor string change (in un-translated string)
Minor string change (in un-translated string)
-
r596
(Fixed the ImportFromGoogleCommand, which had a number of bug...) committed by 100DashSix
- Fixed the ImportFromGoogleCommand, which had a number of bugs (which were only working due to
miscommunication between AIR and Safari, where cookies were not being properly cleared for testing).
The command now properly authenticates with Google via ClientLogin and accesses the Google Reader
API to pull down OPML (instead of trying to pull the OPML from the web-based endpoint, which could
fail if the cookies were not on the system stack).
Fixed the ImportFromGoogleCommand, which had a number of bugs (which were only working due to
miscommunication between AIR and Safari, where cookies were not being properly cleared for testing).
The command now properly authenticates with Google via ClientLogin and accesses the Google Reader
API to pull down OPML (instead of trying to pull the OPML from the web-based endpoint, which could
fail if the cookies were not on the system stack).
-
r595
(Improved the layout of the Import Canvas in the PreferencesW...) committed by 100DashSix
- Improved the layout of the Import Canvas in the PreferencesWindow by adding in effects. The absolute
layout reduces the complexity of the DisplayList, too.
Improved the layout of the Import Canvas in the PreferencesWindow by adding in effects. The absolute
layout reduces the complexity of the DisplayList, too.
-
r594
(The PreferencesWindow now contains an option in the Import a...) committed by 100DashSix
- The PreferencesWindow now contains an option in the Import and Export setting to import from Google
Reader. The user is asked to enter his or her email address and password, which is then handed off
to an ImportFromGoogleReaderEvent. The PreferencesWindow resizes to accommodate the additional UI.
The PreferencesWindow now contains an option in the Import and Export setting to import from Google
Reader. The user is asked to enter his or her email address and password, which is then handed off
to an ImportFromGoogleReaderEvent. The PreferencesWindow resizes to accommodate the additional UI.
-
r593
(The ImportFeedsEvent can now take a string that contains OPM...) committed by 100DashSix
- The ImportFeedsEvent can now take a string that contains OPML data. For this string to be used over
the default File reference, however, a Boolean value must also be set.
The ImportFeedsEvent can now take a string that contains OPML data. For this string to be used over
the default File reference, however, a Boolean value must also be set.
-
r592
(Added the ImportFromGoogleReaderEvent, which maps to the app...) committed by 100DashSix
- Added the ImportFromGoogleReaderEvent, which maps to the appropriate Command. It takes an unescaped
username (which is your Google email address) and password.
Added the ImportFromGoogleReaderEvent, which maps to the appropriate Command. It takes an unescaped
username (which is your Google email address) and password.
-
r591
(Mapped the ImportFromGoogleReaderEvent to the ImportFromGoog...) committed by 100DashSix
- Mapped the ImportFromGoogleReaderEvent to the ImportFromGoogleReaderCommand.
Mapped the ImportFromGoogleReaderEvent to the ImportFromGoogleReaderCommand.
-
-
r589
(Modified the ImportFeedsCommand to accept either a reference...) committed by 100DashSix
- Modified the ImportFeedsCommand to accept either a reference to an OPML File, or a String that
contains OPML data. This is used by the ImportFromGoogleReaderCommand.
Modified the ImportFeedsCommand to accept either a reference to an OPML File, or a String that
contains OPML data. This is used by the ImportFromGoogleReaderCommand.
-
r588
(Added the ImportFromGoogleReaderCommand, which contains the ...) committed by 100DashSix
- Added the ImportFromGoogleReaderCommand, which contains the logic to authenticate with Google and
obtain an OPML file of the user's current subscriptions.
Added the ImportFromGoogleReaderCommand, which contains the logic to authenticate with Google and
obtain an OPML file of the user's current subscriptions.
-
r587
(Added strings for importing from Google Reader
) committed by 100DashSix
- Added strings for importing from Google Reader
Added strings for importing from Google Reader
-
r586
(Added a clarifying detail to the RefreshCountsEvents that ar...) committed by 100DashSix
- Added a clarifying detail to the RefreshCountsEvents that are dispatched when a new Smart Folder is
added, indicating that the user shouldn't be notified after the counts are made. Those notifications
occur when the feeds are aggregated and unread posts are counted.
Added a clarifying detail to the RefreshCountsEvents that are dispatched when a new Smart Folder is
added, indicating that the user shouldn't be notified after the counts are made. Those notifications
occur when the feeds are aggregated and unread posts are counted.
-
r585
(Fixed two bugs in the AggregateCommand. There was a hole in ...) committed by 100DashSix
- Fixed two bugs in the AggregateCommand. There was a hole in the code where the tally of unread Smart
Folder posts would be increased if a Smart Folder that had notifications disabled had new posts,
resulting in an incorrect notification to the user. Also, a fix where both read and unread posts
were being returned from the database, also resulting in incorrect notifications.
Fixed two bugs in the AggregateCommand. There was a hole in the code where the tally of unread Smart
Folder posts would be increased if a Smart Folder that had notifications disabled had new posts,
resulting in an incorrect notification to the user. Also, a fix where both read and unread posts
were being returned from the database, also resulting in incorrect notifications.
-
r584
(Removed code that slowed down the frame rate when the app di...) committed by 100DashSix
- Removed code that slowed down the frame rate when the app didn't have focus, as it had the side-
effect of making background notifications run slowly.
Removed code that slowed down the frame rate when the app didn't have focus, as it had the side-
effect of making background notifications run slowly.
-
r583
(Removed some accessibility code from the PostDisplay compone...) committed by 100DashSix
- Removed some accessibility code from the PostDisplay component, as it wasn't being used.
Accessibility updates are tagged in accessibility-1.5.
Removed some accessibility code from the PostDisplay component, as it wasn't being used.
Accessibility updates are tagged in accessibility-1.5.
-
r582
(Added a reference to the PostDisplay to the ML, for opening ...) committed by 100DashSix
- Added a reference to the PostDisplay to the ML, for opening URLs in the Browser.
Added a reference to the PostDisplay to the ML, for opening URLs in the Browser.
-
r581
(Fixed a race condition in counting posts in Smart Folders th...) committed by 100DashSix
- Fixed a race condition in counting posts in Smart Folders that manifested itself with Flex 3.4, and
fixed a bug where Smart Folders weren't displaying changes to their properties.
Fixed a race condition in counting posts in Smart Folders that manifested itself with Flex 3.4, and
fixed a bug where Smart Folders weren't displaying changes to their properties.
-
r580
(The Browser's location bar now filters out "about:blank", so...) committed by 100DashSix
- The Browser's location bar now filters out "about:blank", so that it is not displayed.
The Browser's location bar now filters out "about:blank", so that it is not displayed.
-
-
r578
(Fixed a bug in which removing the event listener for onCreat...) committed by 100DashSix
- Fixed a bug in which removing the event listener for onCreationComplete would also remove the code
to close all open windows, but this would only happen in AIR 2.0. Also a small fix to onDeactivate
when the app isn't fully init'd.
Fixed a bug in which removing the event listener for onCreationComplete would also remove the code
to close all open windows, but this would only happen in AIR 2.0. Also a small fix to onDeactivate
when the app isn't fully init'd.
-
r577
(Fixed a slight misalignment of the FeedTree in the ViewContr...) committed by 100DashSix
- Fixed a slight misalignment of the FeedTree in the ViewControl.
Fixed a slight misalignment of the FeedTree in the ViewControl.
-
r576
(The ViewControl will now add slightly fewer objects to the d...) committed by 100DashSix
- The ViewControl will now add slightly fewer objects to the display list, and removes an event
listener after it is no longer needed.
The ViewControl will now add slightly fewer objects to the display list, and removes an event
listener after it is no longer needed.
-
r575
(The PostDisplay will now add slightly fewer objects to the d...) committed by 100DashSix
- The PostDisplay will now add slightly fewer objects to the display list, and removes an event
listener after it is no longer needed.
The PostDisplay will now add slightly fewer objects to the display list, and removes an event
listener after it is no longer needed.
-
r574
(Code removes event listeners from six additional components ...) committed by 100DashSix
- Code removes event listeners from six additional components when the listeners are no longer needed.
Code removes event listeners from six additional components when the listeners are no longer needed.
-
r573
(Code now removes an event listener from the PostGrid when it...) committed by 100DashSix
- Code now removes an event listener from the PostGrid when it is no longer needed.
Code now removes an event listener from the PostGrid when it is no longer needed.
-
r572
(Removed event listeners from StatusBar and ControlBar when t...) committed by 100DashSix
- Removed event listeners from StatusBar and ControlBar when they are no longer needed.
Removed event listeners from StatusBar and ControlBar when they are no longer needed.
-
r571
(Removed an unused event handler from the ControlBar) committed by 100DashSix
- Removed an unused event handler from the ControlBar
Removed an unused event handler from the ControlBar
-
r570
(Added spell checking to the SendAIMWindow and SendTwitterWin...) committed by 100DashSix
- Added spell checking to the SendAIMWindow and SendTwitterWindow, using Squiggly
Added spell checking to the SendAIMWindow and SendTwitterWindow, using Squiggly
-
r569
(Added a key equivalent for the Add Feed menu item.
) committed by 100DashSix
- Added a key equivalent for the Add Feed menu item.
Added a key equivalent for the Add Feed menu item.
-
r568
(Implemented a fix to reduce CPU usage when the application i...) committed by 100DashSix
- Implemented a fix to reduce CPU usage when the application is deactivated, cleaned up event
listeners, and reduced the number of items in the display list.
Implemented a fix to reduce CPU usage when the application is deactivated, cleaned up event
listeners, and reduced the number of items in the display list.
-
r567
(Added the Squiggly spell checking library
) committed by 100DashSix
- Added the Squiggly spell checking library
Added the Squiggly spell checking library
-
r566
(Added a compiled dictionary for Squiggly spell checking supp...) committed by 100DashSix
- Added a compiled dictionary for Squiggly spell checking support
Added a compiled dictionary for Squiggly spell checking support
-
-
r564
(Updated Apprise-app.xml to reflect version 1.8, the next ver...) committed by 100DashSix
- Updated Apprise-app.xml to reflect version 1.8, the next version of ShareFire. Updates include a
smaller memory footprint, a redesigned Twitter window, an improved PostDisplay, and bug fixes.
Updated Apprise-app.xml to reflect version 1.8, the next version of ShareFire. Updates include a
smaller memory footprint, a redesigned Twitter window, an improved PostDisplay, and bug fixes.
-
r563
(Removed a function from the PostGrid that would manually set...) committed by 100DashSix
- Removed a function from the PostGrid that would manually set the object's
accessibilityProperties.name when the selected post was changed.
Removed a function from the PostGrid that would manually set the object's
accessibilityProperties.name when the selected post was changed.
-
r562
(Took out an accessibility workaround for the StatusBar.) committed by 100DashSix
- Took out an accessibility workaround for the StatusBar.
Took out an accessibility workaround for the StatusBar.
-
r561
(Removed a workaround for screen readers from the FeedDrawer.) committed by 100DashSix
- Removed a workaround for screen readers from the FeedDrawer.
Removed a workaround for screen readers from the FeedDrawer.
-
r560
(Removed the accessibility button from the ControlBar, and re...) committed by 100DashSix
- Removed the accessibility button from the ControlBar, and restored the operation of the Add Feed
Button to only open the AddFeedDrawer, instead of the AddFeedWindow when a screen reader is
attached.
Removed the accessibility button from the ControlBar, and restored the operation of the Add Feed
Button to only open the AddFeedDrawer, instead of the AddFeedWindow when a screen reader is
attached.
-
r559
(Kept the ConfigureAccessibilityCommand, as it will be essent...) committed by 100DashSix
- Kept the ConfigureAccessibilityCommand, as it will be essential when accessibility support is added
back into ShareFire. Until that time, however, the command executes but doesn't enter the code path
that would alter the application if a screen reader is attached or not.
Kept the ConfigureAccessibilityCommand, as it will be essential when accessibility support is added
back into ShareFire. Until that time, however, the command executes but doesn't enter the code path
that would alter the application if a screen reader is attached or not.
-
r558
(Removed variables in the ModelLocator for keeping track of t...) committed by 100DashSix
- Removed variables in the ModelLocator for keeping track of the now non-existent AddFeedWindow and
for disaplying a help tip, both of which were features for accessibility support (not for this
release).
Removed variables in the ModelLocator for keeping track of the now non-existent AddFeedWindow and
for disaplying a help tip, both of which were features for accessibility support (not for this
release).
-
r557
(Removed AddFeedWindow, as it was only needed for screen read...) committed by 100DashSix
- Removed AddFeedWindow, as it was only needed for screen reader support.
Removed AddFeedWindow, as it was only needed for screen reader support.
-
r556
(Restored AddSmartFolder) committed by 100DashSix
- Restored AddSmartFolder
-
r555
(Removed the F1 shortcut from Apprise.mxml, as the strings it...) committed by 100DashSix
- Removed the F1 shortcut from Apprise.mxml, as the strings it needs will not be translated for the
next release of ShareFire. The text/button only appeared when a screen reader was attached, which is
not supported yet.
Removed the F1 shortcut from Apprise.mxml, as the strings it needs will not be translated for the
next release of ShareFire. The text/button only appeared when a screen reader was attached, which is
not supported yet.
-
r554
(Removed strings that were only used in the accessibility ver...) committed by 100DashSix
- Removed strings that were only used in the accessibility version of ShareFire, and were
untranslated.
Removed strings that were only used in the accessibility version of ShareFire, and were
untranslated.
-
r553
(Tagging all changes for an intermediate version of ShareFire...) committed by 100DashSix
- Tagging all changes for an intermediate version of ShareFire: one in which UI changes were made to
support Accessibility. Keyboard changes will be kept, but UI changes backed out for the 2.0 release.
The AIR feature is not yet complete.
Tagging all changes for an intermediate version of ShareFire: one in which UI changes were made to
support Accessibility. Keyboard changes will be kept, but UI changes backed out for the 2.0 release.
The AIR feature is not yet complete.
-
r552
(The ModelLocator now contains a FocusObject, used for settin...) committed by 100DashSix
- The ModelLocator now contains a FocusObject, used for setting focus off and on components (to
trigger screen readers to read text--a workaround), and a variable to determine if the new
AddFeedWindowis open.
The ModelLocator now contains a FocusObject, used for setting focus off and on components (to
trigger screen readers to read text--a workaround), and a variable to determine if the new
AddFeedWindowis open.
-
r551
(The PostGrid now calls Accessibility.updateProperties to ens...) committed by 100DashSix
- The PostGrid now calls Accessibility.updateProperties to ensure the correct text is read when a
screen reader is attached, and uses the FocusObject to work around a bug with the screen reader not
triggering.
The PostGrid now calls Accessibility.updateProperties to ensure the correct text is read when a
screen reader is attached, and uses the FocusObject to work around a bug with the screen reader not
triggering.
|