2
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 21, 2024 — Sep 21, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed: Now AndTweet remembers last Status Id (Direct Message Id) separately for "Friends", "Replies" and "Messages". Moreover, it remembers these Ids for every stored User Account. So you may switch between users and type "Reload": Tweets from different accounts will be merged together (for now... we'll separate these timelines later) Cool! More... about 15 years ago
Added methods to the TwitterUser to list existing accounts, delete account. (New accounts are added automatically). Unfortunately I have OAuth errors now, both with this and previous versions (that worked...) so I couldn't test this properly. More... about 15 years ago
Added space after class name in class definition. More... about 15 years ago
Merge with 219115f87a8744cf3327354dceb81ff201038ace More... about 15 years ago
ProgressDialog added: "Acquiring a request token". This resulted in moving part of code from OAuthActivity to PreferencesActivity More... about 15 years ago
Fixes for User Interface of PreferencesActivity. I played with different scenarios of entering User Credentials. Now the System's behavior is adequate :-) More... about 15 years ago
Updated Swedish translation. Still in progress. More... about 15 years ago
Some fixes of previous merge More... about 15 years ago
Merge with a40419a9a273a7093da0c73db1475df55f8d2994 More... about 15 years ago
Some code cleaning and User interface improvements were done to simplify User Account creation and verification of User credentials. OAuth really works, and its quite convenient to configure! task 39: Switch from basic authentication to OAuth before 2010-06-30 http://code.google.com/p/andtweet/issues/detail?id=39 More... about 15 years ago
Added links to preferences to contact developer, view the change log, report a bug, as well as information about the application. More... about 15 years ago
Changed URLs to twitter's API. More... about 15 years ago
Changed default task. More... about 15 years ago
Adding AndTweet-0.2.6 tag. More... about 15 years ago
Moved lib files into libs so that they work correctly with Ant. More... about 15 years ago
fixed - task 41: Compilation error from missing OAuth classes http://code.google.com/p/andtweet/issues/detail?id=41 More... about 15 years ago
Merge with 79c37344a1732294b96382a280bc724661f953cb More... about 15 years ago
Forgot to add one file to the previous commit More... about 15 years ago
First commit for internal testing. task 39: Switch from basic authentication to OAuth before 2010-06-30 http://code.google.com/p/andtweet/issues/detail?id=39 More... about 15 years ago
Updated the build file and build properties to work correctly with ant. More... about 15 years ago
Refactoring in order to prepare to OAuth - username and password are not passed to the Connection object. More... about 15 years ago
Added ignore list. Quick fix of syntax errors in Ant build file. More... over 15 years ago
update tags More... over 15 years ago
Added translation for Swedish. Still in progress. More... over 15 years ago
Added tag AndTweet-0.2.5 for changeset 8750ea265a05 More... over 15 years ago
FIXED - task 37: Mentions list is not filled automatically http://code.google.com/p/andtweet/issues/detail?id=37 More... over 15 years ago
1. Minor improvements in saving timeline position. I think it works now (maybe some improvements will be needed based on User's experience...) 2. Added comments to the related code, some cleaning of unused stuff... task 23: Don't forget position in timeline http://code.google.com/p/andtweet/issues/detail?id=23 More... over 15 years ago
First shot at saving the scroll position on exiting and reloading them on entering an activity. More... over 15 years ago
Clarified task 8: Add queued tweet (message) sending support (if initial sending failed for some reason) http://code.google.com/p/andtweet/issues/detail?id=8 Comments added to the source code. More... over 15 years ago
Fixed bug introduced in r152 - changes in Automatic updates settings were not immediately took into account. Some comments added to code to clarify this. More... over 15 years ago