623 Commits

Author SHA1 Message Date
Jedi Burrell
084cf9b341 Appeal To Issue #470.
Comments, gists, and such; now state whether they've been edited or not.
2017-05-12 23:51:18 -04:00
Jedi Burrell
6a985a406f Complete Change Color Ripple.
Apparently the GitHub Desktop Client didn't take the change properly.
😠
2017-05-12 22:34:40 -04:00
Jedi Burrell
21c7da1ac6 Change ripple color.
Previously using `?accentColor` now uses the appropiate colors.

Using a full opacity color can eliminate the purpose of the ripple. By
making the opacity 26% at the contrasting color of the theme, you create
the subtle response to an action.
2017-05-12 22:29:46 -04:00
Jedi Burrell
c4b8d9c107 Add a Topic / Tag Toggle.
Previously tags would show up by default on repositories. Now you can
expand the topics by clicking on the tag.
2017-05-12 22:16:10 -04:00
Jedi Burrell
183036a41b Make Language Settings BottomSheet.
Previously a dialog, this commit makes the Language setting into a
`BottomSheet`.
2017-05-12 19:26:13 -04:00
Jedi Burrell
a443656029 Merge remote-tracking branch 'refs/remotes/k0shk0sh/master' 2017-05-12 18:25:10 -04: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
3888b5bb6d Merge pull request #468 from JediBurrell/master
Fix Issue #25, #467, ~#149, ~#418; Improve #406 & Various Changes.
2017-05-12 09:01:42 -04:00
Jedi Burrell
cc94541d0b Revamp Settings.
Better organization & layout in Settings.
2017-05-12 08:51:45 -04:00
Jedi Burrell
f16471fe30 Merge remote-tracking branch 'refs/remotes/k0shk0sh/master' 2017-05-12 03:13:59 -04:00
Jedi Burrell
d364d4ca99 Appeal Issue #467
Replaced _most_ pure whites ( #FFFFFF ) with Material Grey 200 ( #EEEEEE
).
2017-05-12 03:07:59 -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
1eb9cc8153 Merge pull request #463 from JediBurrell/master
Fix issue #459, #406, and #263 & Various changes.
2017-05-11 08:46:32 -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
Jedi Burrell
4e7781c893 Delete Dark Splash Screen Tracks.
Accidentally forgot to delete these files/snippets.
2017-05-11 08:38:17 -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
bb3fb311ba Increase Comment Spacing & Add Divider.
Adds a divider and increases spacing to improve overall look.
2017-05-11 00:54:22 -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
kosh
771d616bea Merge pull request #456 from JediBurrell/master
Improve App Signature & Add Splash Screen Theme.
2017-05-10 19:56:56 +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
Jedi Burrell
2ab30aa924 Merge remote-tracking branch 'refs/remotes/k0shk0sh/master' 2017-05-10 02:33:37 -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
kosh
c8f2575064 Merge pull request #451 from JediBurrell/master
Add Color Customization, adaptive icon, setting changes improvement & various changes.
2017-05-10 12:09:14 +08:00
Jedi Burrell
fb3ddd40df Improve Readability & Prevent NullPointerException's. 2017-05-09 23:57:36 -04:00