-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Phcoder cherrypicks #238
Merged
Merged
Phcoder cherrypicks #238
Conversation
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
Bring back having an internal text editor. This reverts commit 4305862.
cherry-picked from part of 0ec9b74
Cherry-picked with some modifications from: 0ec9b74 Author: Vladimir Serbinenko <[email protected]>
This creates files without final newline and this is frowned upon. cherry picked from commit 5feb141
Based on: 96b36f1 by Vladimir Serbinenko <“[email protected]”> Signed-off-by: Maksim Lin <[email protected]>
Signed-off-by: Vladimir Serbinenko <[email protected]>
Modified with fixes from c5aedc1 and extra changes due to switch for cs to js. Signed-off-by: Maksim Lin <[email protected]>
Signed-off-by: Vladimir Serbinenko <[email protected]> (cherry picked from commit d2285f8) Signed-off-by: Maksim Lin <[email protected]>
It does not add any functionality and just inherits ArrayAdapter. Signed-off-by: Vladimir Serbinenko <[email protected]> (cherry picked from commit 067fe76) Signed-off-by: Maksim Lin <[email protected]>
This will allow it to be more easily extended and reused. Signed-off-by: Vladimir Serbinenko <[email protected]> (cherry picked from commit 490f077) Signed-off-by: Maksim Lin <[email protected]>
(cherry picked from commit cbc676a) Improved error handling from code in cherry-picked commit. Signed-off-by: Maksim Lin <[email protected]>
NPE is caused be using up affordance aka back arrow in actionbar but not when using back button.
Fixes issue from previous commit, where selecting item in ref (aka branch) list did not maintain a visual indication of the items selection when entering actionmode and clearing when leaving actionmode.
This makes it more consistent with desktop git. Signed-off-by: Vladimir Serbinenko <[email protected]> (cherry picked from commit 9f008e2) Signed-off-by: Maksim Lin <[email protected]>
Signed-off-by: Vladimir Serbinenko <[email protected]> (cherry picked from commit 560aa6b) Signed-off-by: Maksim Lin <[email protected]>
Fixes issue from previous commit, where selecting item in SSH Keys list did not maintain a visual indication of the items selection when entering actionmode and clearing when leaving actionmode.
(cherry picked from commit f20b1ca) Signed-off-by: Maksim Lin <[email protected]>
(cherry picked from commit 9f570fa) Signed-off-by: Maksim Lin <[email protected]>
(cherry picked from commit 33088b2) Signed-off-by: Maksim Lin <[email protected]>
(cherry picked from commit 3a7e5d9) Signed-off-by: Maksim Lin <[email protected]>
(cherry picked from commit 682166e) Signed-off-by: Maksim Lin <[email protected]>
(cherry picked from commit 18a2d1c) Signed-off-by: Maksim Lin <[email protected]>
(cherry picked from commit c67293e) Signed-off-by: Maksim Lin <[email protected]>
(cherry picked from commit 74692bc) Signed-off-by: Maksim Lin <[email protected]>
(cherry picked from commit 8285122) Signed-off-by: Maksim Lin <[email protected]>
Scanning all commits is too slow. While ideally it should be done asynchronously, just restrict to 500 for now (cherry picked from commit 05110f0) Signed-off-by: Maksim Lin <[email protected]>
(cherry picked from commit f9e1a20) Signed-off-by: Maksim Lin <[email protected]>
(cherry picked from commit 3d11df0) Signed-off-by: Maksim Lin <[email protected]>
Currently it edits only per-repo comitter name but in future can be expanded. (cherry picked from commit 3e21da1) Signed-off-by: Maksim Lin <[email protected]>
…TS_TREE (cherry picked from commit bf2e76b) Signed-off-by: Maksim Lin <[email protected]>
(cherry picked from commit c1cbbfa) Signed-off-by: Maksim Lin <[email protected]>
(cherry picked from commit 00faaf2) Signed-off-by: Maksim Lin <[email protected]>
README clearly specifies license as GPLv3 and it has always been the case. Add COPYING to reflect this more clearly (cherry picked from commit b3937fa) Signed-off-by: Maksim Lin <[email protected]>
(cherry picked from commit 26461fe) With substantial rework to better implement app-wide theme change and pref setting. Signed-off-by: Maksim Lin <[email protected]>
(cherry picked from commit 7f91382) When viewing a file, now provides a list of commits in a tab alongside the contents of a file. Signed-off-by: Maksim Lin <[email protected]>
(cherry picked from commit 3cc7735) Signed-off-by: Maksim Lin <[email protected]>
(cherry picked from commit ea024f5) Signed-off-by: Maksim Lin <[email protected]>
Signed-off-by: Maksim Lin <[email protected]>
(cherry picked from commit db2af2f) Signed-off-by: Maksim Lin <[email protected]>
(cherry picked from commit 87aa525) Signed-off-by: Maksim Lin <[email protected]>
(cherry picked from commit 1710040) Signed-off-by: Maksim Lin <[email protected]>
(cherry picked from commit 383601e) Signed-off-by: Maksim Lin <[email protected]>
(cherry picked from commit 0dd22c5) Signed-off-by: Maksim Lin <[email protected]>
(cherry picked from commit 6373832) Signed-off-by: Maksim Lin <[email protected]>
Match the mimetypes returned by new code
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This brings in via a large set of cherry-pick commits, all the great work on new features and bug fixes done by @phcoder in his Forker fork.
Fixes: #231