2
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 19, 2024 — Sep 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Refactoring and documenting parts, related to the ContentProvider and Database (before implementation of "View conversation thread" feature) More... almost 14 years ago
Fixed: Errors in the Service when it's stopped during command execution. More... almost 14 years ago
Implemented 'Move Enter your tweet here field to it's own screen' request (Issue 60) http://code.google.com/p/andtweet/issues/detail?id=60 More... almost 14 years ago
"Remove favorite" changed to "Unfavorite" according to the Twitter.com terminology. More details on asynchronous nature of create/delete favorite on twitter.com More... almost 14 years ago
1. Fixed: Issue 45: Manually setting a username and authenticating with another does not work. http://code.google.com/p/andtweet/issues/detail?id=45 2. Fixed: Issue 50: tells me credentials. are for other user In fact, both issues are about the same behaviour of AndTweet. More... almost 14 years ago
Fixed: Sometimes twitter.com succeeds to create/delete favorite, but doesn't change 'favorited' flag in the returned tweet. Sometimes it fails, but doesn't indicate error... (Maybe this is twitter.com feature...?!) More... almost 14 years ago
Added tag AndTweet-1.1.7 for changeset ec3dc432dd0c More... almost 14 years ago
1. New Preference "Minimum logging level" added to allow changing Logging level from within the application Preferences. 2. Queues of unsent commands persist in the phone's memory. Even after shutdown for Android v.1.6 and up. More... almost 14 years ago
FIXED - task 59: Allow change Logging level from within the application http://code.google.com/p/andtweet/issues/detail?id=59 More... almost 14 years ago
Fixed Typo preventing Tweet sending (copy-past bug) More... about 14 years ago
1. Fixed issue 12 "Themes do not apply until app is restarted" http://code.google.com/p/andtweet/issues/detail?id=12. 2. Improved user experience during initial configuration till first tweets loading. 3. Tried to solve "task 51: Sometimes my preferences are lost http://code.google.com/p/andtweet/issues/detail?id=51" More... about 14 years ago
1. "Destroy status" and Rate limit request made asynchronous also.</change> 2. Widget shows last time when data was successfully downloaded from the server, not when there was last attempt to do this (maybe it failed...) More... about 14 years ago
Queued tweet sending implemented. --- 1. Queued tweet sending implemented. Now User doesn't have to wait for the "Command execution on a Server" and may continue reading and writing tweets. Moreover, the same "(close to the) Guaranteed message delivery" approach works for the other commands also: Timeline reload, Favorites creation and deletion. AndTweet retries to send commands to the server on every automatic update and during any manual command or message (Reload or Status update). User is being notified about number of messages currently in the queue (If Notifications are being enabled). 2. Changes in the application permissions. Two (location) permissions were removed, one permission was added to help asynchronous message delivery (ACCESS_NETWORK_STATE). More... about 14 years ago
1. Fixed bug preventing timeline position restore. 2. Fixed errors loading data from the Internet due to parallel OAuth requests. (e.g. during initial loading of the User's timeline) 3. Another pass of timeline code cleaning. Now AndTweet timelines open faster due to less requests and redrawing. 4. Made first step in switching from parallel and, in fact, synchronous requests (Twitter commands) processing to the sequential and queued processing, see {@link com.xorcode.andtweet.TimelineActivity#queueIntent} More... over 14 years ago
Fixed: Blank screen in Preferences activity during authentication after redirect from Twitter web site (Refactoring, OAuthActivity removed) Changed: "Verify" preference moved to the top of the "User Credentials" preference's section, because User can really start from tapping it (typing Username is not required for OAuth)! More... over 14 years ago
Fixed "black on black" tweet text on "Single tweet" window on Android v.2.3.3 Style definitions in "res/values/themes.xml" reworked More... over 14 years ago
Added tag AndTweet-1.0.5 for changeset fbac90e80106 More... over 14 years ago
Improved User experience during initial setup of "User credentials" More... over 14 years ago
+ Click on Widget opens the timeline, that has something new, in this order: messages, mentions, tweets # Maximum History time (to store tweets) is 1 year now # OAuth is On By Default. # Mentions are not "quick Search" any more, they are just another type of "Timeline". So we may search in Mentions also. # "Automatic updates" setting is not being turned off by the System. + Added changes.xml file to document recent changes (it's not used in code yet) More... over 14 years ago
Implemented task 52: Add "Favorites" list. Protect Favorites from automatic deletion http://code.google.com/p/andtweet/issues/detail?id=52 More... over 14 years ago
Fixed - task 47: Old records are not being deleted - pruneOldRecords methods don't work http://code.google.com/p/andtweet/issues/detail?id=47 Value added to store old tweets for 1 month More... about 15 years ago
Added tag AndTweet-1.0.4 for changeset 38a3490d4076 More... about 15 years ago
Updated version to 1.0.4. More... about 15 years ago
"Fast scroll thumb" appears now, but I made a trick: the fast scroll is set to off OnResume and is set ON only when scroll mode is fling... so the "Fast scroll thumb" a little less annoying :-) task 48: Improve tweet list scrolling in large lists http://code.google.com/p/andtweet/issues/detail?id=48 More... about 15 years ago
Some more fixes of the position memory. In search mode list is being position to the first (most recent) tweet. More... about 15 years ago
Some more improvements to properly remember position http://code.google.com/p/andtweet/issues/detail?id=40 More... about 15 years ago
Fixed - task 40: AndTweet does not properly remember position http://code.google.com/p/andtweet/issues/detail?id=40 - In this version I've changed which tweet is being stored: now Last Visible is stored (not the first one!) Fixed 43 Verify Credentials preference item - For Android v. before Froyo the item description is shorter. More... about 15 years ago
1. Fixed OAuth bug introduced in previous revision. 2. Worked on task 40: AndTweet does not properly remember position http://code.google.com/p/andtweet/issues/detail?id=40 - this required a lot of refactoring... Seems that works now... More... about 15 years ago
Small change in comments More... about 15 years ago
Fixed TimelineActivity setTitle. Now correct title is shown on Friends/Mentions/Messages (e.g. "Friends:yvolk" plus it's being updated if user has been changed. More... about 15 years ago