Giter Club home page Giter Club logo

twimight's People

Stargazers

 avatar

Watchers

 avatar

twimight's Issues

Retweets not showing

What steps will reproduce the problem?
1. On web version of Twitter Retweets appear
2. On Twimight they do not appear. It just goes from one tweet to the next and 
does not display the retweet.

What is the expected output? What do you see instead?
To display the retweet in the position of the web version of twitter.

What version of the product are you using? On what operating system?
1.1.2

Please provide any additional information below.
Screenshots can be required if requested.

Original issue reported on code.google.com by [email protected] on 13 Nov 2013 at 8:07

Android App Link

What steps will reproduce the problem?
1. When opening a link to twitter.com from another app or from the browser it 
asks to use the browser but not Twimight.
2.
3.

What is the expected output? What do you see instead?
Twimight should appear in the list of programs capable of opening links to 
twitter.com

What version of the product are you using? On what operating system?
Latest version in Google Play Market (1.1.1)

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 29 Oct 2013 at 6:09

Knowing if a downloaded Tweet has been retweeted by the user

In TwitterSyncService, method getTweetContentValues() (line 388), a Tweet is 
always marked as not retweeted:
    cv.put(Tweets.COL_RETWEETED, 0);

However, there is a simple way of knowing if the user retweeted a certain 
status:
    tweet.isRetweetedByMe().

Therefore I suggest updating the line to:
    cv.put(Tweets.COL_RETWEETED, tweet.isRetweetedByMe() ? 1 : 0);

Original issue reported on code.google.com by pcalinkin on 23 May 2014 at 2:34

Favorited tweets show wrong date

What steps will reproduce the problem?
1. Favorite a tweet
2. Display favorites

What is the expected output? What do you see instead?
In the Favorites view, creation date is set to when the tweet was fav'ed as 
opposed to when it was actually tweeted.


Original issue reported on code.google.com by [email protected] on 7 Sep 2011 at 5:46

Pull down to refresh often doesn't respond

Often when pulling down on the tweets to refresh the feed it doesn't pull down 
and activate the refresh. It just glows blue at the top of the tweets and not 
moving. After a few tries it will act correctly.

What is the expected output? What do you see instead?
When pulling down on the tweets it should always pull down the option to 
refresh the feed.

Version of the product:
I'm using the current version in the Google Play Market (1.1.0)

Additional information:
A menu option to refresh the feed would be helpful.


Original issue reported on code.google.com by [email protected] on 24 Oct 2013 at 8:07

Authentication failed

What steps will reproduce the problem?
1. Downloaded the source code and opened with Eclipse
2. Added the Obfuscator.java with Twitter generated consumer keys and secret, 
as instructed
3. replaced ACCESS_TOKEN and  ACCESS_TOKEN with those generated by Twitter

What is the expected output? What do you see instead?
I should be able to connect and login on Twitter by running it on the emulator.
But instead I am stucked on the login page, and the application keeps giving me 
the error:"Twitter is not reachable at the moment, please try again later", 
according to the code it might be the problem with the authentication. 

What version of the product are you using? On what operating system?
Eclipse LUNA 4.4.2 with ADT, on Mac OS.

Please provide any additional information below.
I wonder if I put the access token and access token key in the wrong place... 
Please tell me if there are any other variables to be modified, where and how. 
I have been stucked here for 3 days, please help..

Original issue reported on code.google.com by [email protected] on 23 Mar 2015 at 9:42

Would like to reopen issue 5 . API does not match

What steps will reproduce the problem?
1. import project
2. look at lines 22 & 24 of the LogCollector.java file
3. scratch your head as to what is the getCrittercism method of the Obfuscator 
object


Crittercism.init(context, Obfuscator.getCrittercismId() );      
-------------------------==============================--------


Original issue reported on code.google.com by [email protected] on 23 Oct 2013 at 2:41

How To Add Consumer Keys

What steps will reproduce the problem?
1. Compile and run
2. Asks to authenticate against the original developer's keys.

What is the expected output? What do you see instead?
I want to be able to add my own keys.

Original issue reported on code.google.com by terence.eden on 9 Jul 2012 at 2:00

Bug in Location on/off

In the branch of "svn/branch/twimight_ng",

svn/  branches/ twimight_ng/ src/ ch/ ethz/ twimight/ activities/ 
NewTweetActivity.java

Line 287 - 305. 

If some user click the location button to turn it on/off, only the variable 
"locationChecked" is changed.
However, the final decision of whether send tweet with location or not, would 
be determined by the variable "useLocation".

I would suggest to remove the variable "locationChecked" and use "useLocation" 
for all actions.

Original issue reported on code.google.com by [email protected] on 2 Jun 2013 at 6:59

What does this button do?

What steps will reproduce the problem?
1. Some tweets -- I think the ones with URLs in them -- have this button in the 
bottom right of the screen that looks like a download button.
2. Click and hold does not produce a pop-up.
3. It marks the tweet with that icon.

What is the expected output? What do you see instead?
A descriptive toast message should pop up like most other buttons in Android. 
Also maybe a more descriptive icon.

What version of the product are you using? On what operating system?
Latest version in Google Play Market (1.1.1)

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 30 Oct 2013 at 7:52

Attachments:

Cannot open images of tweets(killed instantly)

I downloaded the source code and successfully launched it on the tablet, 
timeline is well displayed.

What is the expected output? What do you see instead?

I can see the tweets and their pictures on small size, but when I touche the 
pics to open them, the app was killed instantly.

What version of the product are you using? On what operating system?

Tablet is ASUS ME301T, 4.2.1, OS Mac

Please provide any additional information below.

On the logcat I get the error information below:
FATAL EXCEPTION: main ...
(attached screenshots)

Please help..

Original issue reported on code.google.com by [email protected] on 2 Apr 2015 at 5:47

Attachments:

Tweet that contained HTML not visibile

What steps will reproduce the problem?
1. This tweet https://twitter.com/mkfnch/status/393448829833314304 was in my 
feed on my desktop and it contains HTML.
2. It did not appear in my timeline.

What is the expected output? What do you see instead?
The entry to appear in my timeline.

What version of the product are you using? On what operating system?
Latest version in the Google Play Market (1.1.1)

Original issue reported on code.google.com by [email protected] on 29 Oct 2013 at 6:14

Multiple account switcher

It would be great to be able to switch accounts quickly, and receive 
notifications for multiple accounts.

Original issue reported on code.google.com by [email protected] on 5 Nov 2013 at 3:46

Displaying wrong avatar for some users

What steps will reproduce the problem?
1. Open Twimight
2. ???
3. Profit.

What is the expected output? What do you see instead?
See the attached picture. The centre user has the incorrect avatar. See 
https://twitter.com/michaelgomes for correct avatar this has not changed in 
years. This avatar is for another user I do not follow but may have been 
retweeted recently https://twitter.com/codepope. May have had something to do 
with an RT I saw by codepope lately. (Maybe they use the same filename for the 
avatar?)

What version of the product are you using? On what operating system?
Latest from the Google Play Market (1.1.1)

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 27 Oct 2013 at 12:42

Attachments:

Links in retweets made from the web are not well shown

What steps will reproduce the problem?
1. Using the Twitter website (http://twitter.com), you make a retweet without 
modifications (I mean, only clicking the button "Retweet") of a tweet having a 
link. Preferably from a account that's being followed from your twimight 
account.
2. You open twimight in your phone and look for the tweet.
3. If you take a look, the link will appear with "htt" at the beggining, etc.

What is the expected output? What do you see instead?
In fact, I expected to see these retweets as I see them in the web version. I 
mean, not as "RT @whoever bla bla" but the original tweet, with the link shown 
propertly, obviously, and a sentence kind of "Retweeted by..."

If it's too complicated, just showing the link propertly will help a lot.

What version of the product are you using? On what operating system?
I'm using 0.9.2 version of twimight over Android 4 ICS.

Please provide any additional information below.
I'm attaching two screenshots of same tweets. First of them, as the are shown 
in web version. Second one, as they are shown in twimight.

If it may help, twitter has published in GitHub a library (in Ruby) that "does 
auto linking and extraction of usernames, lists and hashtags in tweets". Here's 
the link: https://github.com/twitter/twitter-text-rb

Thanks for opening your sources!

Original issue reported on code.google.com by [email protected] on 8 Aug 2012 at 10:30

Attachments:

GPS will sometimes be activated even when disabled

What steps will reproduce the problem?
1. Open up Twimight a few times over the course of a day
2. Occasionally the GPS will become activated even when it is set to be 
disabled.

What is the expected output? What do you see instead?
If GPS is disabled GPS should never be activated.

What version of the product are you using? On what operating system?
Latest in Google Play Market (1.1.1)

Please provide any additional information below.
Thanks again for fixing the other issues so quickly.

Original issue reported on code.google.com by [email protected] on 25 Oct 2013 at 3:50

Duplicated Tweets

In TweetsContentProvider.java  insertNormalTweet()

There will be a duplication check of tweets (whatever normal or disaster) 
simply by checking the hashcode of the tweet text.

It is definitely possible that people post duplicate tweets.
Thus, I would suggest not checking duplicate tweets (at least for normal mode).

Original issue reported on code.google.com by [email protected] on 28 Jun 2013 at 3:33

New Mentions only get shown as Notification, not in Mentions tab

What steps will reproduce the problem?
1. Have Twimight installed and logged in.
2. A new mention happens
3. Notification appears: "You have new mentions"
Either
4a. Tap on the Notification
or
4b. Open Twimight and go to the Mentions tab

What is the expected output?

The new tweet containing the mention is visible.

What do you see instead?

The tweet containing the mention is not shown.

What version of the product are you using? On what operating system?

0.9.2 preview on Andromadus Audacity Beta 5

Please provide any additional information below.

Logout and Login makes all mentions visible.

Original issue reported on code.google.com by [email protected] on 20 Aug 2012 at 9:10

Feature Request: See Lists

What steps will reproduce the problem?
I would like to be able to see the list of my lists and view the tweets within 
that list.

What is the expected output? What do you see instead?
To be able to see the list of my lists and view the tweets within that list.

What version of the product are you using? On what operating system?
Latest version in Google Market (1.1.0)

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 24 Oct 2013 at 8:13

Security issues (unprotected components)

What steps will reproduce the problem?
1. Sending the "twimight_synch" intent action or explicitly invoking 
".net.twitter.TwitterService" will allow other applications to force network 
communication. Set exported="false" or protect with a signature/dangerous 
permission.
2. Explicitly invoking ".util.BootReceiver" will allow other applications with 
the "android.permission.RECEIVE_BOOT_COMPLETED" permission to execute the 
broadcast receiver. Check the intent's action in the "onReceive" and remove the 
permission on that receiver.
3. Explicitly invoking .util.CommunicationReceiver will allow other 
applications to execute the code. Check the intent's action in the onReceive().
4. Sending the "auto_enable_disaster_mode" intent action or explicitly invoking 
".util.OMFReceiver" will allow other applications to force the application to 
switch between disaster mode. Protect with a signature permission or set 
exported="false".
5. Review activities that register for Intent filters and decide which ones 
that you would like to be publicly accessible (e.g., .activities.LoginActivity, 
.activities.SearchableActivity, etc.). If they are only to be used internally, 
set exported="false".

Original issue reported on code.google.com by [email protected] on 15 Nov 2013 at 7:52

F-droid inclusion

F-droid is repository for Android that distributes FOSS apps built from source. 
Twimight can't be included because keys must  be included in the source for it 
to build, which Twitter doesn't like. Apps have got around this in different 
ways: ROT-13 obfuscation, sweetheart deals in the case of Gwibber on Ubuntu. 
Another way would be to alow the app to build without keys and to provide an 
interface to put one's own keys into: it isn't actually difficult to  obtain 
one's own keys from Twitter. 

Original issue reported on code.google.com by [email protected] on 24 Sep 2012 at 7:18

Entering new tweets doesn't auto capitalise

What steps will reproduce the problem?
1. Open Twimight and click the "New tweet" icon.
2. The "New Tweet" screen pops up along with the keyboard
3. The keyboard will not capitalise the first character or anything after a 
punctuation mark.

What is the expected output? What do you see instead?
The new tweets screen should allow for automatic capitalisation of the first 
letter and following punctuation.

What version of the product are you using? On what operating system?
Current version in the Google Market (1.1.0)



Original issue reported on code.google.com by [email protected] on 24 Oct 2013 at 8:11

Flush mentions when a user logs out

What steps will reproduce the problem?
1. Login as user X, wait until mentions are loaded 
2. Logout
3. Login as user Y, wait until mentions are loaded

What is the expected output? What do you see instead?
Expecting to see only Y's mentions, instead I see both, X's and Y's.


Original issue reported on code.google.com by [email protected] on 6 Sep 2011 at 3:00

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.