Thursday, December 23, 2010

Samsung Device Issue

Been trying to solve why my little application doesn't work with some Samsung phones. I have heard mix results of it sometime working correctly, sometimes synchronising to the 'Most Visted' menu and sometime none of the above.

From the reports I've had, it looks like 2.1 works fine, but the 2.2 upgrade stops it working - for some unknown reason.

I currently do not have access to a Samsung device to test/debug/replicate the issue. I have even downloaded the Samsung TAB SDK and check that it work with this - but this isn't a real device.

The only way of really solving this is to either have direct access to a Samsung device or to add lots of debug to the application and log this information. Even then it would be a long process of updating/testing to check if the solutions worked.

I will try and investigate further and keep you posted.

Wednesday, December 22, 2010

Saturday, December 18, 2010

PhoneMarks v1.0.5 Released! (Extension)

#Translations#
Updated the extension to support languages.
Added US, Japanese and Spanish.
More to follow.

Tuesday, December 14, 2010

PhoneMarks 1.0.5 Released! (Android)

#Translations#
After various requests I have started the translation process of the Android application. Still need to update the extension to also be translated.
Anyway now translated in to US English, Spanish and Japanese.

Will do more when I have time.

Tuesday, December 7, 2010

PhoneMarks v1.0.4 Released! (Android)

Fixed Bug: 'Last Updated at' was displaying incorrectly for non GMT users.
Corrected to display local time.

Monday, December 6, 2010

PhoneMark v1.0.2 Released! (Android)

Fixed Bug: Unable to delete bookmarks from device after synchronisation
Bug was reported that after synchronisation the synchronised bookmarks are 'locked' and can not be manually deleted. Although this is pointless currently as next time you synchronise it will re-add, if you stop using the application, the bookmarks would be unable to delete. Workaround was to edit the name of the bookmark and then you could delete it. Anyway can now delete (after synchronisation of both Extension and App).

Friday, December 3, 2010

PhoneMarks v1.0.1 Released! (Android)

Fixed Bug: Using OAuth may have reported an incorrect updated date/time
Hopefully fixed this so that it reports the correct date/time.

Update: Additional error messages on OAuth setup
Reports the Exception when it returns from the OAuth page.

Wednesday, December 1, 2010

PhoneMarks 1.0 Released! (Android/Extension)

Updated to 1.0!

Update: OAuth Authentication is now supported.
After working out how the OAuth system works, integrating it in to the Android platform and working out the required workflow to request/obtain the tokens - PhoneMarks now supports OAuth! I have left the old Username/Password system just in case the OAuth fails to work.

Update: Additional error messages displayed
Extended the basic failure message to include additional information on failures to sync.

Further Info