Jedi Burrell
355dc7589a
On Tag Click Now Searches Without Additional Input.
...
Previously, when you clicked a tag / topic, it would open the
`SearchActivity` with the tag, but would require you to click "Search".
Now it does it automatically.
2017-05-13 21:50:53 -04:00
Jedi Burrell
66974044a6
Tags now open search on click.
...
When you click on a topic / tag, it will now open `SearchActivity` with
the tag. ( It currently can't search, getting crashes. Will try to fix.
)
2017-05-13 09:11:16 -04:00
Jedi Burrell
8adb0b6ca4
Add Dividers to Missing Places.
...
Previously, some sections of the app did not have dividers. This fixes
that.
2017-05-13 07:56:02 -04:00
Jedi Burrell
1af46965b7
Appeal issue #471 .
...
README now shows progress as it's loading.
2017-05-13 07:34:41 -04:00
Jedi Burrell
8c951532bf
Appeal to Issue #439 .
...
In landscape mode, you can now easily access your profile with the
`BottomNavigationBar`.
2017-05-13 07:05:59 -04:00
Jedi Burrell
9a3725740d
Add Signature Box Setting [FR] & Animate Tag Toggle.
...
You can now disable the signature box and have an always on/off
signature in the settings - As requested by y kan.
Previously the tags would immediately change visibility, now it expands
/ collapses.
2017-05-13 06:27:00 -04:00
Jedi Burrell
dc338b4619
Fix Loading Bug & Change No/Yes to Cancel/Discard.
...
Previously in the search `Activity`, the loading would not stop if you
didn't have a search query. This fixes that.
It also changes "No, Yes" to "Cancel, Discard" in `EditorActivity`, as
per requested by y kan.
2017-05-13 03:43:22 -04:00
Jedi Burrell
ac7fae042f
Merge remote-tracking branch 'refs/remotes/k0shk0sh/master'
...
# Conflicts:
# app/src/main/java/com/fastaccess/ui/modules/notification/all/AllNotificationsFragment.java
2017-05-13 00:15:21 -04:00
Jedi Burrell
9c9ece6446
Show Loading On Initial & Fix "Refresh" Button.
...
Previously the "Refresh" Button wouldn't capture touch events because it
was behind the RecyclerView. Before when it was above it, it made "Swipe
to Refresh" impossible as it caught the touch event instead.
This commit brings it to the front, but changes the size to Wrap_Content
so that it only captures the required touch events, and allows "Swipe to
Refresh" to continue working.
This commit also calls `AppbarRefreshLayout#setRefreshing(Boolean)` in
`showProgress(Integer)`, making the initial load display the
`SwipeRefreshLayout` loader.
2017-05-13 00:11:03 -04:00
Kosh
b5b7c1e93c
another commit files improvements
2017-05-13 12:04:50 +08:00
Kosh
b776f2c6b0
this commit improves grouped reviews row item
2017-05-13 11:58:51 +08:00
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
Kosh
f961039a8d
this commit improves collapse/expand animations.
2017-05-13 11:47:02 +08:00
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
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
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