Release Area
Here it is
The following features work:
- Friend Request RETRIEVAL
- Friends, Online and All Friends
- Friend Albums, when viewing a friend tap the Profile Pic to access Albums
- Album Downloads, By default albums are downloaded to "My Documents\My Pictures\XDAPPCFB\Friend Name\Album Name" Although this not ideal it works for now
- Profile Pic update from file or camera
- Chat ... the code is there but i have not been able to fully test functionality.
Once we know it all works, I will start making it pretty. Add VGA and WVGA Support, Fix landscape support.
EXPECT BUGS This is a beta release. I cannot be sure that everything works as it should
Caught some other bugs on my own *proud* :P
FriendRequests is broken and was the cause of the crash. Has been removed for now. Also fixed a few issues regarding SIP, taking Diamond and Opal SIP's into account
0004
* Added Settings for User and Password caching
* Better error handling on the login process
Save the following code as Settings.xml in the folder where the exe is
Code:
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
<add key="UserName" value="User" />
<add key="Password" value="pass" />
</appSettings>
</configuration>
0005
Fixed the settings bug
0006
Delay load implementation of the friend images. As the image finishes loading the list will automatically update.
Added Close feature to the top right corner of the app.
I am now going to sleep :P happy testing
0007
VGA and QVGA "mostly" implemented.
Own Album retrieval.
Listing Friend Requests fixed
Friends list (hopefully fixed :P )
Topbar removed, now showing WM Default taskbar
Landscape tab buttons working.
Chat messages sending seems to work. Testers seem to be afk mostly :P
0008
We have wall. Well most of it anyway.
Improved loading of friends by only calling images when needed
Tested chat with some friends. Select friend from list. Then initiate chat using the chat button inside the friends profile.
0009
Fixed wall post list. Test did not wrap.
Fixed text wrapping on friends list.
Fixed wrapping on long chat messages.
Friends list will now only load images when a user is selected and then cache the profile image.
Click on your profile image to download you album to phone.
0010
Finally found the bug with the friendslist. Thanks for all the feedback guys.
Cleaned up the code a little. When selecting a friend to view the app will immediatly retreive the image and cache it for the list, else the images are fetched one by one in making sure we dont call the server too much.
Added online friends list to the chat tab which will list online friends
Added Wall Post to friends.
Fixed the Wall bug. I cleared the list once too many lol
Made it a little prettier.
Made the lists a little bigger so text dont get garbled. Might still happen here and there but I am working on a different sizing routine
0011
Friendslist paging (20 friends at a time) I dont have 20 friends so please provide feedback
Moved live friend updates to a button on the friends list
Have fun ... report bugs, but please see if the bug HAS been reported already