Kosh
459e5b09c0
this commit improves wrap_code menuItem.
2017-05-13 11:23:07 +08:00
Kosh
23de20210f
this commit fixes #287
2017-05-13 11:16:41 +08:00
Kosh
489b526a26
this commit improves issues/prs number & fixes #462
2017-05-13 01:10:12 +08:00
Kosh
934d9d3f01
added number to PullRequest & improved isTablet()
2017-05-12 22:40:57 +08:00
Kosh
086c8ac6c8
this fixes #464 and adds issueNumber to myIssues list
2017-05-12 22:15:09 +08:00
Jedi Burrell
cc94541d0b
Revamp Settings.
...
Better organization & layout in Settings.
2017-05-12 08:51:45 -04:00
Jedi Burrell
25d4da3a1b
Complete Fix #25 & Update Notification Headers.
...
The notification headers now use an ImageButton for the clear all
button. This will free up the full row for future usage.
ProgressBar would always be visible even if it's not loading. This was
an overlook in the previous commit. This fixes that.
2017-05-12 02:36:35 -04:00
Jedi Burrell
9ca7552671
Fix Issue #25 .
...
Now removes the center `ProgressBar` when reloading, in favor of
`SwipeRefreshLayout`.
2017-05-12 01:09:37 -04:00
Jedi Burrell
1b0c076b88
Partially Appeal to Issue #149 .
...
Now supports `SwipeRefreshLayout` in all layouts.
2017-05-12 01:06:47 -04:00
Jedi Burrell
8b4c2ba79a
Make Notification's Tabs Swipeable.
...
Partial fix for Issue #418 .
2017-05-11 23:14:57 -04:00
Jedi Burrell
7ad33aae58
Improve Issue #406 Patch.
...
Previously used a `while` loop, which can cause delays if you have a lot
of notification. This improves upon that.
Also, less code!
2017-05-11 21:54:42 -04:00
Jedi Burrell
db370e5357
Merge remote-tracking branch 'refs/remotes/k0shk0sh/master'
2017-05-11 08:40:34 -04:00
Jedi Burrell
6d4f715c15
Fix Issue #263
...
Now adds a "Dismiss All" button when a hint shows up to help skip the
"Onboarding process" for experienced users.
2017-05-11 08:40:33 -04:00
Kosh
8683ab9a20
this commit adds the possibility to change issues sort order from the list itself as mentioned in #389 WIP
2017-05-11 19:59:27 +08:00
Kosh
7b95764d65
this commit fixes #461 and #142 and adds repo topics to be displayed under repo name in repo activity.
2017-05-11 19:27:35 +08:00
Jedi Burrell
749cedd846
Fix Issue #406
...
Previously the clear all button would appear in the All notification tab
regardless of whether there were unread notifications or not. This fixes
that.
2017-05-11 05:27:52 -04:00
Jedi Burrell
ab15e23164
Merge remote-tracking branch 'refs/remotes/k0shk0sh/master'
...
# Conflicts:
# app/src/main/java/com/fastaccess/ui/modules/editor/EditorActivity.java
# app/src/main/java/com/fastaccess/ui/modules/splash/SplashActivity.java
# app/src/main/java/com/fastaccess/ui/modules/splash/SplashActivityDark.java
2017-05-11 00:56:51 -04:00
Jedi Burrell
d412122086
Fix isTablet returning true on non-tablet devices.
...
Previously had issues on non-tablet devices, now checks to see if the
device is >6.5" to return true.
2017-05-11 00:52:12 -04:00
Jedi Burrell
c40cf1390d
Remove Dark Splash Screen.
...
Caused issues for both production and debug, and sadly must go.
2017-05-11 00:50:39 -04:00
Jedi Burrell
2d57c54b6f
Appeal to issue #459
2017-05-11 00:49:11 -04:00
Kosh
25a587c618
fixed signature where it should only be added if the text is not null.
2017-05-10 22:20:13 +08:00
Kosh
eb80cfb5cd
this commit adds issue/pr number to feeds comment, enhance signature by adding fasthub as a link, removed link underline and fixes commit comment update.
2017-05-10 21:01:27 +08:00
Jedi Burrell
ec57a48b53
Merge remote-tracking branch 'refs/remotes/k0shk0sh/master'
...
# Conflicts:
# app/src/main/java/com/fastaccess/ui/modules/editor/EditorActivity.java
2017-05-10 07:44:23 -04:00
Jedi Burrell
2158cded50
Add Splash Screen Theming.
...
Previously when you launched the app it would launch a light themed
SplashScreen regardless of your theme preference. This changes that.
2017-05-10 07:40:23 -04:00
Kosh
f2c4580d44
this commit adds fastHub in signature as a link.
2017-05-10 18:04:40 +08:00
Kosh
cba37aede3
this commit fixes #435
2017-05-10 17:05:56 +08:00
Jedi Burrell
68ee7f55c8
Merge remote-tracking branch 'refs/remotes/k0shk0sh/master'
...
# Conflicts:
# app/src/main/java/com/fastaccess/ui/modules/editor/EditorActivity.java
2017-05-10 05:00:52 -04:00
Kosh
1f13f60a14
set nullable for added stuff in db.
2017-05-10 16:59:30 +08:00
Kosh
694d3c64ee
this commit #445 and improves signature to italic
2017-05-10 16:54:49 +08:00
Jedi Burrell
df041e2ae3
Fix Edit Issue & Instant Add Issue
...
Previously editing would add an additional signature, this fixes that.
It would also add an additional signature to the preview ( This didn't
affect the comment, but it would display it twice when posted ).
2017-05-10 04:51:39 -04:00
Jedi Burrell
0a0fc45f15
Merge remote-tracking branch 'refs/remotes/k0shk0sh/master'
2017-05-10 04:44:00 -04:00
Kosh
55d7b6abba
this commit fixes commit comments are be
2017-05-10 16:43:31 +08:00
Kosh
0f08ecc1bc
this commit fixes commit comments are being added and not updated.
2017-05-10 16:42:52 +08:00
Kosh
5b71b4b759
this commit fixes code rendering in editor.
2017-05-10 16:33:29 +08:00
Jedi Burrell
b216f275d3
Improve app Signature.
...
Instead of having to manually check the checkbox to get a preview, now
it checks whether it is checked at when required, only shows the
signature during preview, and adds it once you've sent the message
rather than putting it in the EditText field.
2017-05-10 04:24:29 -04:00
Kosh
dd79584500
this commit fixes #454 fixes #453 fixes #437 fixes #434 fixes #433 fixes #409
2017-05-10 14:01:27 +08:00
Jedi Burrell
fb3ddd40df
Improve Readability & Prevent NullPointerException's.
2017-05-09 23:57:36 -04:00
Jedi Burrell
dff9259374
Change Hint Colors to Match Accent Color.
2017-05-09 23:50:42 -04:00
Jedi Burrell
6f7805d7f4
Don't Restart Activity if Value is Same.
...
Previously would restart the activity regardless of the new value. Now
it compares the `newValue` to the previous value and returns if it's the
same.
2017-05-09 22:06:53 -04:00
Jedi Burrell
712881024a
Add Custom Color Support.
...
Adds an option for accent color in the settings.
2017-05-09 07:34:17 -04:00
Kosh
2b301226eb
this commit fixes #436
2017-05-08 20:08:52 +08:00
Kosh
a7a2bc0ec4
rephrased slack message & ready to release 2.1.0
2017-05-07 22:38:27 +08:00
Kosh
4f5a68b52e
some enhancements before 2.1.0
2017-05-07 22:11:25 +08:00
Kosh
225c3f788f
readying for 2.1.0
2017-05-07 19:06:59 +08:00
Kosh
0e73ec556d
added pr review comments
...
added open in browser for commits,prs & issues plus added repo name in single notifications
2017-05-07 18:30:19 +08:00
Kosh
1a53e5f0a5
added open in browser for prs & issues.
2017-05-07 12:57:39 +08:00
Kosh
101fa6e49e
this commit fixes #430 and improves commit comments to behave like issues/prs comments
2017-05-07 12:39:38 +08:00
Kosh
dc6bcf3a04
removed join slack from login and added to mainActivity
2017-05-06 19:48:14 +08:00
Kosh
094b6d96e8
this commit fixes #429 and adds reactions to prs & issues description
2017-05-06 19:41:44 +08:00
Kosh
dbd78f3294
this commit fixes #428 , fixes #427 and fixes #426 as well as improves database write/read
2017-05-06 13:50:26 +08:00