forked from jonjomckay/fritter
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement feature #231 Display Top tweets instead of latest when sear…
…ching hashtag.
- Loading branch information
Showing
6 changed files
with
26 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
* Implement feature #231 Display Top tweets instead of latest when searching hashtag. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1 @@ | ||
* Fix issue #226 App does not open, showing a black screen. Some db records have unexpected null fields. | ||
* Implement feature #218 Share tweet as image. | ||
* Implement feature #232 Allow unauthenticated access like with a browser. | ||
What is possible to do with unauthenticated access: | ||
- view specific tweets (but not their threads); | ||
- view profiles; | ||
- view what is trending; | ||
- import subscriptions. | ||
What is not possible to do with unauthenticated access: | ||
- view search results; | ||
- view feed/groups timelines; | ||
- view tweet threads. | ||
* Implement feature #203 View profile picture and banner. | ||
* Implement feature #234 Ability to import specific subscriptions. | ||
* Implement feature #231 Display Top tweets instead of latest when searching hashtag. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters