openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
andstatus
Settings
|
Report Duplicate
2
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Sep 19, 2024 — Sep 19, 2025
Showing page 91 of 96
Search / Filter on:
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)
yvolk
More...
almost 14 years ago
Fixed: Errors in the Service when it's stopped during command execution.
yvolk
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
yvolk
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
yvolk
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.
yvolk
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...?!)
yvolk
More...
almost 14 years ago
Added tag AndTweet-1.1.7 for changeset ec3dc432dd0c
yvolk
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.
yvolk
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
yvolk
More...
almost 14 years ago
Fixed Typo preventing Tweet sending (copy-past bug)
yvolk
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"
yvolk
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...)
yvolk
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).
yvolk
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}
yvolk
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)!
yvolk
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
yvolk
More...
over 14 years ago
Added tag AndTweet-1.0.5 for changeset fbac90e80106
Torgny Bjers
More...
over 14 years ago
Improved User experience during initial setup of "User credentials"
yvolk
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)
yvolk
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
yvolk
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
yvolk
More...
about 15 years ago
Added tag AndTweet-1.0.4 for changeset 38a3490d4076
Torgny Bjers
More...
about 15 years ago
Updated version to 1.0.4.
Torgny Bjers
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
yvolk
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.
yvolk
More...
about 15 years ago
Some more improvements to properly remember position http://code.google.com/p/andtweet/issues/detail?id=40
yvolk
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.
yvolk
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...
yvolk
More...
about 15 years ago
Small change in comments
yvolk
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.
yvolk
More...
about 15 years ago
←
1
2
…
87
88
89
90
91
92
93
94
95
96
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree