Skip to content
maxpower47 edited this page Feb 7, 2017 · 12 revisions

Changelog

  • Coming soon - 4.0.0 - Pull to refresh, undo delete, sharing improvements

    • Added pull to refresh functionality on bookmark list views.
    • Added option to undo a bookmark delete using the material snackbar pattern (like Gmail).
    • Added swipe to delete and mark as read/unread to bookmark list.
    • Several improvements when sharing links to PinDroid:
      • Added a different icon for the Pinboard - Read Later share target to make them more visually distinct.
      • After saving or canceling a bookmark you are now returned to the app you shared from, rather than the PinDroid main screen.
      • You will now be asked which account you want to use when you share a link if you have multiple accounts.
    • Added version number to settings.
  • 3.3.2 - Add privacy policy link

  • 3.3.1 - Fix crash on pre-lollipop devices

  • 3.3.0 - Pull to refresh, total bookmarks, new icon

    • Add pull to refresh (finally!) - thanks karlicoss
    • Show total number of bookmarks - thanks mrleolink
    • New icon, with distinct version for read later share target
    • Bugfixes, performance improvements, translations - thanks marco
  • 3.2.0 - Untagged bookmarks filter

  • 3.1.1 - Fix share to read later on marshmallow

    • Share to read later will no longer prompt for an account if you only have one on marshmallow.
  • 3.1.0 - Customize tag list

    • Can now customize which tags show in the drawer in settings.
    • Other bug fixes and tweaks.
  • 3.0.2 - Fix crash on older JB devices.

  • 3.0.1 - Open in browser bug, design tweaks

    • Fix bug with open links in browser setting.
    • Tweak navigation drawer to more closely follow Google guidelines.
    • Other bug fixes and tweaks.
  • 3.0.0 - Material Redesign

    • Total redesign incorporating the new Google Material guidelines.
  • 2.3.3 - Long notes bug fix

    • Trying to add or edit a bookmark with a very long note shouldn't cause the entire sync to fail. Currently the Pinboard api is restricting all api calls to a total of 4096 characters; any longer than that will fail. If that happens, only the affected bookmarks should fail to sync, instead of all.
  • 2.3.2 - Popular feed, fix notes display

    • Add popular bookmarks feed.
    • Fixed bug causing notes to not display on bookmark details screen on pre-ICS devices.
  • 2.3.1 - To read and private defaults, Dashclock fix

    • To read and private defaults are now correctly honored when sharing a bookmark to the app.
    • Dashclock now appropriately displays unread count by account when only 1 of many accounts has unread bookmarks.
  • 2.3.0 - Multiple accounts, dashclock widget, Instapaper viewer

    • Multiple accounts are now supported.
    • Read view now uses Instapaper again. Background color, font, and font size can still be controlled from the settings.
    • Added Dashclock extension to show unread bookmark count.
    • Added setting to force web links to always open in browser, instead of using the internal browser on tablets.
    • Fixed bug with tag auto-complete.
    • Added note button for 1x1 widget.
    • Added new unread icon.
    • Lots of bug fixes.
  • 2.2.1 - Fix add bookmark screen not scrolling.

  • 2.2.0 - Return of the 1x1 widget, tag shortcuts

    • Due to popular demand, the 1x1 widget is back with a new look, and is now configurable.
    • Added home screen shortcuts for tags.
    • Bug fixes.
  • 2.1.4 - Fixed but with standalone read later share

  • 2.1.3 - Overhauled widget, better icons, bug fixes

    • Overhauled widget - new look, should scale better on different screen sizes.
    • A bad bookmark should no longer prevent the entire sync from finishing. They will now be marked with a red sync icon in the bookmark list.
    • Better icons in bookmark list.
    • Allow moving to SD card.
    • Disable built in read later share target if standalone app is installed.
  • 2.1.2 - Support for standalone Read Later share app

    • Due to a bug on HTC Sense 4+ (Jelly Bean) devices where only one share target is displayed per app in HTC apps, I have created a new standalone app to display the Read Later target and forward it to the main PinDroid app. This update adds support to the main app for this.
  • 2.1.1 - Searching in note views, translation

    • Fixed searching from browse and view note views
    • Updated Korean translation
  • 2.1.0 - Read later shortcut, edit default action

    • Added share menu shortcut to mark a page to read later, bypassing the add bookmark screen
    • Added default action in settings for opening a bookmark in the edit view
    • Change 7" tablet to single pane layouts in portrait orientation
    • Fix several bugs related to screen orientation changes
    • Fix several bugs related to search
    • Fix several bugs related to localization
  • 2.0.4 - View notes, Translations, web page title fetch widget

    • View notes functionality
    • Added Korean translation
    • Updated Finnish translation
    • Fixed bug causing unnecessary web page title fetch in add bookmark screen.
    • Removed 1x1 widget, live folders
  • 2.0.3 - Global tag search fix, tag auto-complete sorting

    • Global tag search results fixed.
    • Tag auto-complete is now sorted by default.
  • 2.0.2 - Auth Token authentication

    • Switch to storing only the auth token for accounts instead of passwords. Auth tokens can be revoked from your Pinboard settings page, requiring you to re-enter your password in PinDroid, since the password will no longer be stored on the device.
  • 2.0.1 - Fix layouts for pre-HC tablets, bookmark list collapse

    • Fix layouts for pre-Honeycomb tablets
    • Add button to collapse the bookmark list panel (for full screen reading)
    • Fix action bar color for pre-HC tablets
  • 2.0.0 - Tablet and ICS optimization, customizable read view

    • Fully optimized layouts for tablets
    • Improved layout for ICS phones
    • Customizable read view (background color, font, font size, margins, line spacing)
    • Many, many bug fixes
  • 1.8.3 - Fixed handling of bad password

    • A bad password should now throw a notification that prompts you to update your password.
  • 1.8.2 - Sync issues, updated translations

    • Fixed issue with deleting a bookmark that had already been deleted on the site.
    • Added default title for saving a bookmark.
    • Widget buttons work now with no account set up.
    • Updated translations
  • 1.8.1 - Fixed title in bookmark detail view.

  • 1.8.0 - Overhauled authentication and upload syncs

    • Overhauled a lot of the authentication handling code, should be better about not crashing if a user doesn't have an account set up.
    • Overhauled how bookmark updates are sent to server. Updates are more asynchronous now, and you will see a red indicator beside bookmarks that are not yet synced to Pinboard.
  • 1.7.4 - Removed permission, force private setting

    • Removed unused permission WRITE_SECURE_SETTINGS.
    • Force private setting when adding bookmarks, otherwise using Pinboard's "private by default" setting does not allow adding shared bookmarks through the app.
  • 1.7.3 - Fixed issue with parenthesis in urls.

  • 1.7.2 - Autocomplete improvements

    • Space automatically added after choosing an autocomplete tag.
    • Autocomplete starts after one character now instead of two.
    • Bugfixes
  • 1.7.1 - HC issues

    • Fixed a couple of bugs introduced in 1.7.0 in Honeycomb devices.
  • 1.7.0 - Tag autocomplete, bugfixes, more sync intervals

    • Added autocomplete for tags.
    • Added 3 and 6 hour sync intervals.
    • Lots of bugfixes.
    • Lots of changes under the hood, preparing for a real tablet interface.
  • 1.6.5 - Sync issue

    • Fixed sync issue causing new bookmarks not to sync to the device. (Thanks Matt H.)
  • 1.6.4 - Bookmark and tag sorting

    • Bookmarks and tags are now sorted case insensitive.
  • 1.6.3 - Unread widget, translations

    • Added 1x1 widget that links to unread bookmark list, with indicator.
    • Updated Spanish translation.
  • 1.6.2 - Translations, bug fixes, mark as read menu

    • Added Spanish translation (thanks to Inchard).
    • Updated Finnish translation.
    • Added context menu item to mark a bookmark as read.
    • Fixed fc bug when sharing a bookmark before an account is created.
    • Fixed bug with spaces in the username field.
  • 1.6.1 - Fixed fc bug on startup.

  • 1.6.0 - Network bookmarks, sync improvements, bugfixes

    • Added function to view a list of your network's recent bookmarks.
    • Bookmarks are now retrieved in pages of 500 during syncs, should help to reduce the memory footprint some.
    • Sharing a url to PinDroid where that url already has a bookmark opens it for editing instead.
    • Added text to login screen to point users towards Pinboard's website if they don't have an account.
    • Fixed force close bug on browse bookmark screen rotation while an rss feed was loading.
    • Some backend work to prepare for Honeycomb optimized views.
  • 1.5.8 - Bugfixes

    • Extra spaces in tag string no longer create blank tags when saving a bookmark.
    • Immediately saving a bookmark before the title fetch has had a chance to complete now waits until the title fetch finishes.
    • Bookmarks in the recent bookmark list without descriptions now default to using their url.
  • 1.5.7 - Bugfix

    • Fixed bug with add bookmark button on widget.
  • 1.5.6 - Bugfix

    • Fixed proguard bug.
  • 1.5.5 - Honeycomb!

    • Added support for Honeycombs native action bar, all menus are displayed there, as well as save and cancel buttons from add bookmark screen.
    • Tweaked some layouts for xlarge (tablet) screens.
    • Fixed bug with ' characters in bookmark fields.
    • Updated Finnish translation.
    • Optimized bookmark and tag list loading a little bit.
  • 1.5.4 - Action bar

    • Changed title bar to an Action bar style bar. More room for titles and an always present search button.
    • Updated Finnish translation.
  • 1.5.3 - Finnish translation

    • Added Finnish translation (Thanks to Patrik!)
    • Fixed German translation.
    • Minor optimizations.
  • 1.5.2 - Major performance improvements to syncing

    • Database bulk inserts now 4x faster.
    • Bookmark XML parser now 6x faster.
    • Fixed FC bug related to !ProGuard.
  • 1.5.1 - Title fetch fixed, small optimizations

    • Title fetch in add bookmark screen will now trigger if the url field is already filled.
    • Minor code optimizations.
  • 1.5.0 - Global tag searching, bookmark source, improved saving

    • Added global tag searching. There is now an additional option on the search results page that searches all public bookmarks with a specified tag.
    • Added icons on bookmark lists loaded from feeds (public lists like Recent Bookmarks) to show where the bookmark was added from (Twitter, Instapaper, etc).
    • Streamlined bookmark saving process.
    • Bugfixes.
  • 1.4.2 - German translation, better account setup

    • Added German translation (Thanks to Helge for the translation).
    • Instead of redirecting the user to the accounts and sync settings screen, the authenticator activity is brought up directly. This should solve issues with devices that can't access the accounts & sync settings (Nook Color) and devices that use a different intent for it (Droid X).
  • 1.4.1 - Unread button on widget, bugfixes

    • Added widget button for unread bookmarks, also has indicator with count of unread bookmarks.
    • Better handling of unicode characters in web page title fetch (Thanks to Keiichi for the bug report).
    • Settings are now reloaded on activity resume, so changing a setting is immediately reflected on any running activities.
  • 1.4.0 - Read feature, bugfixes

    • Added feature to open a link in a stripped down view, suitable for reading (powered by Instapaper).
    • Special characters in web page titles are now shown correctly in the title field.
    • Cleaned up string resources to prepare for localization.
  • 1.3.2 - About screen, add bookmark improvements

    • Added default value settings for private and unread fields.
    • The URL field no longer takes focus if it is already filled.
    • Saving a bookmark with a blank title uses the URL as the title.
    • Added about screen.
  • 1.3.1 - Bugfixes

    • Fixed fc bug when marking bookmarks as read from the unread view.
    • Added progress spinners on add bookmark screen for the tag suggestions and web page title.
    • Fixed bug with urls not returning tag suggestions in add bookmark screen.
    • Fixed bug with auto web page title population not working.
  • 1.3.0 - Bookmark sharing, unread indicator, bugfixes

    • Added function to share bookmarks.
    • Added an indicator on the bookmark lists to show if a bookmark is unread.
    • Enabled fast scrolling handle on lists.
    • Several bugfixes.
  • 1.2.0 - Sync frequency, list view refreshes

    • Added setting for controlling sync frequency.
    • Editing bookmarks now refreshes the browse bookmark list view so changes are immediately reflected.
  • 1.1.1 - Sync button, bugfixes

    • Added preferences button to start a sync from within the app.
    • Editing a bookmark no longer resets its create date in the database.
    • Searching in the unread bookmarks view now only searches unread bookmarks.
  • 1.1.0 - Recent bookmarks, to read improvements

    • Added view for unread bookmarks.
    • Added menu button in view bookmark screen to mark a bookmark as read if it is unread.
    • Added view for global Pinboard recent bookmarks.
    • Added links in view bookmark screen to view bookmarks for other users.
    • Fixed donation link.
  • 1.0.2 - Performance improvements, bugfixes

    • Several performance improvements related to syncing, including totally rewritten xml parser that's 4x faster and brings the apk size down by 2/3.
    • Removed a lot of old code leftover from !DeliciousDroid.
    • Changed url used to check authentication to posts/update, since its smaller/quicker.
  • 1.0.1 - Bugfix

    • Fixed bug causing force closes on initial sync.
  • 1.0.0 - Initial port of DeliciousDroid

    • Bookmark and tag sync working, but bookmark sync is now a full replace instead of an incremental update due to api constraints.
    • Bookmark adding, updating, viewing, and deleting works.
    • Bookmarks can be set as private or "read later" from the add bookmark screen.
    • Widget and live folders work.
    • Contact syncing, network, popular, and hotlist bookmarks are disabled, due to api constraints.
    • Bookmark and tag searching works.

Read Later App Changelog

  • 1.0.1 - Fixed browser hang after sharing.

  • 1.0.0 - Initial build of standalone read later share app. Only needed for HTC Sense 4+ (JB) devices for use with stock apps, due to a bug.

Clone this wiki locally