ForkHub
ForkHub copied to clipboard
List of links that should be supported by the app
GitHub
Users
- [x] https://github.com/jonan
- [x] https://github.com/stars/jonan
- [x] https://github.com/jonan/followers
- [x] https://github.com/jonan/following
Organizations
- [x] https://github.com/github/
- [x] https://github.com/orgs/github/
- [x] https://github.com/orgs/github/people
- [x] https://github.com/orgs/github/teams
Teams
- [ ] https://github.com/orgs/github/teams/android
- [ ] https://github.com/orgs/github/teams/android/members
- [ ] https://github.com/orgs/github/teams/android/repositories
- [ ] https://github.com/orgs/github/teams/android/teams
Repositories
- [x] https://github.com/jonan/ForkHub
- [x] https://github.com/jonan/ForkHub/issues
- [x] https://github.com/jonan/ForkHub/pulls
- [ ] https://github.com/jonan/ForkHub/releases
- [ ] https://github.com/jonan/ForkHub/stargazers
- [ ] https://github.com/jonan/ForkHub/watchers
Issues
- [x] https://github.com/jonan/ForkHub/issues/1
- [ ] https://github.com/jonan/ForkHub/milestones
- [ ] https://github.com/jonan/ForkHub/labels
- [ ] https://github.com/jonan/ForkHub/issues/created_by/jonan
- [ ] https://github.com/jonan/ForkHub/issues/assigned/jonan
- [ ] https://github.com/jonan/ForkHub/pulls/jonan
- [ ] https://github.com/jonan/ForkHub/pulls/assigned/jonan
- [ ] https://github.com/jonan/ForkHub/issues?q=is%3Aopen+is%3Aissue+author%3Ajonan+label%3A%22API+limitation%22
- [ ] https://github.com/jonan/ForkHub/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc
Pull Requests
- [x] https://github.com/jonan/ForkHub/pull/123
- [ ] https://github.com/jonan/ForkHub/pull/123/commits
- [ ] https://github.com/jonan/ForkHub/pull/123/commits/a61c9af7be090b38884e0e9f94709cedd2d0f887
- [ ] https://github.com/jonan/ForkHub/pull/123/commits/a61c9af7be090b38884e0e9f94709cedd2d0f887..4f334a8fdcfc13b0c8613ded67593f38ff63b5a9
- [ ] https://github.com/jonan/ForkHub/pull/123/files
- [ ] https://github.com/jonan/ForkHub/pull/123/files/a61c9af7be090b38884e0e9f94709cedd2d0f887
- [ ] https://github.com/jonan/ForkHub/pull/123/files/a61c9af7be090b38884e0e9f94709cedd2d0f887..4f334a8fdcfc13b0c8613ded67593f38ff63b5a9
Issue links
- [ ] https://github.com/github/VisualStudio/pull/118#discussion_r43778474
- [ ] https://github.com/github/VisualStudio/pull/118#discussion-diff-43778474
- [ ] https://github.com/github/VisualStudio/pull/118#issuecomment-154203733
- [ ] https://github.com/github/VisualStudio/pull/118#event-456267397
- [ ] https://github.com/github/VisualStudio/pull/118#ref-issue-115769327
- [ ] https://github.com/github/VisualStudio/pull/118#commits-pushed-0ee808c
- [ ] https://github.com/github/VisualStudio/pull/118#ref-pullrequest-110049724
Projects
- [ ] https://github.com/jonan/ForkHub/projects
- [ ] https://github.com/jonan/ForkHub/projects/1
- [ ] https://github.com/orgs/jonan-test-org/projects
- [ ] https://github.com/orgs/jonan-test-org/projects/1
Code
- [ ] https://github.com/jonan/ForkHub/tree/master
- [ ] https://github.com/jonan/ForkHub/blob/master/CHANGELOG.md
- [ ] https://github.com/jonan/ForkHub/tree/d731421b61c0725797ec851a57c964923b48f035/app
- [ ] https://github.com/jonan/ForkHub/blob/d731421b61c0725797ec851a57c964923b48f035/app/build.gradle
Commits
- [x] https://github.com/jonan/ForkHub/commit/22b75b5a25ff8c8d03d1c047fd01a2fd598ae07d
- [x] https://github.com/jonan/ForkHub/commit/master
- [x] https://github.com/jonan/ForkHub/compare/material-dialogs
- [x] https://github.com/jonan/test/compare/file2...file1
- [x] https://github.com/jonan/ForkHub/compare/master@%7B10day%7D...master
- [x] https://github.com/jonan/egit-github/compare/master...eclipse:master
- [ ] https://github.com/jonan/ForkHub/commits/master
- [ ] https://github.com/jonan/ForkHub/commits/22b75b5a25ff8c8d03d1c047fd01a2fd598ae07d
Gist
General
- [x] https://gist.github.com/jonan/2dbd9521a6307dfb38f0
- [x] https://gist.github.com/2dbd9521a6307dfb38f0
What about links to a comment of a diff? I know those sometimes appear in the news feed.
Edit: Here's an example: https://github.com/github/VisualStudio/pull/118#discussion_r43778474
@RandomlyKnighted you're right, I've added all the links to specific parts of an issue that I've found.
@jonan Looks good!
Edit: By the way, after the next couple upcoming releases I think you'll have all the features that I generally use when on the website. Keep up the good work, it's greatly appreciated!
Also, what about wiki links?
Note that also the backlink is broken after the click on a link brought you to the Repo. The backlink points to the user instead of the issue where I clicked on that link
@Fuzzyma are you talking about your phone's back button or the back button in the top left hand corner?
I use the button on the top left corner. I see that this behavior is maybe intended - however confused me ^^
That's expected behavior, you are using the Up button, not the Back one. They are not exactly the same.
Checkout this link for more information http://developer.android.com/design/patterns/navigation.html
Still missing a changelog link too. It's kind of annoying having to read them in a browser
@jonan, inability to open a file by link is very annoing. Especially taking in account that ForkHub can open files manually. Please add file links parsing as soon as possible. I gguess that all that you need to do it is to split path by slashes, check if third piece is blob
, treat the next one as a branch or a commit, switch to file tree tab, switch to that branch and simulate user actions to open that file.