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 #234 Ability to import specific subscriptions.
- Loading branch information
Showing
12 changed files
with
221 additions
and
88 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 |
---|---|---|
@@ -1,4 +1,14 @@ | ||
* 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 a profile; | ||
- 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. |
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,4 +1,14 @@ | ||
* 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 a profile; | ||
- 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. |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Oops, something went wrong.