This repository has been archived by the owner on Sep 30, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 928
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
this commit fixes #192 by making the toolbar to scroll in/out when re…
…ading stuff in codeViewer. this commit also has changelog update for 1.4.1.
- Loading branch information
Kosh
committed
Mar 27, 2017
1 parent
0e6448c
commit 437706b
Showing
2 changed files
with
44 additions
and
55 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,57 +1,44 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>Untitled Document.md</title> | ||
<style></style> | ||
</head> | ||
<body id="preview"> | ||
<h2><a id="FastHub_changelog_0"></a>FastHub changelog</h2> | ||
<h3><a id="Version_2"></a>Version 1.4.0</h3> | ||
<h4><a id="New_4"></a>New</h4> | ||
<ul> | ||
<li>Introduction new enhanced <strong><strong>FastHub</strong> Main Screen</strong> showing you what matters the most to you: | ||
<ul> | ||
<li>My Feeds</li> | ||
<li>Pull Requests</li> | ||
<li>Issues</li> | ||
</ul> | ||
</li> | ||
<li><strong>Notifications</strong>, the notifications in (notification panel) is now enhanced as: <a href="https://github.com/k0shk0sh/FastHub/issues/111">#111</a> | ||
<ul> | ||
<li>Grouped Notifications, all under one notification.</li> | ||
<li>Showing comments within the notification. Yaay.</li> | ||
<li>Opening the specific view from within the notification, no more extra clicks.</li> | ||
<li>Upon clicking a notification, it will be auto-magically marked as read unless if you disable it from the settings screen.</li> | ||
</ul> | ||
</li> | ||
<li><strong>Pinned Repos</strong>, is a place that lives outside of GitHub and only exists in <strong>FastHub</strong>, you could pin any repo you like and access it faster from within the <strong>Pinned</strong> tab from MenuDrawer (works <strong>Offline</strong>). <a href="https://github.com/k0shk0sh/FastHub/issues/184">#184</a></li> | ||
<li>Menu Drawer now has more options, and there will be more in the future: | ||
<ul> | ||
<li>Pinned</li> | ||
<li>Public Gists (Previously in BottomBar)</li> | ||
<li>Your own Gists</li> | ||
<li>More items</li> | ||
</ul> | ||
</li> | ||
<li><strong>Issues</strong> & <strong>Pull Requests</strong> count, <strong>Please be aware that this rely on the Search API which mean it has API limit</strong> for more info please | ||
<br> visit. <a href="https://developer.github.com/v3/search/#rate-limit">GitHub Developer Rate Limit</a> <a href="https://github.com/k0shk0sh/FastHub/issues/185">#185</a></li> | ||
<li>Now Downloaded files are going to be downloaded into your <strong>sdcard/FastHub</strong> folder which results in asking a new <strong>Permission</strong>.</li> | ||
</ul> | ||
<h4><a id="Fixes_25"></a>Fixes</h4> | ||
<ul> | ||
<li>Those who uses custom build.properties in their phone to modify the display density, now the app should behave like it should and show you the | ||
<br> right layout for your screen.<a href="https://github.com/k0shk0sh/FastHub/issues/189">#189</a></li> | ||
<li>Files and Branches now should be downloaded in <strong>FastHub</strong> Folder. <a href="https://github.com/k0shk0sh/FastHub/issues/188">#188</a></li> | ||
<li>Enable ads not saved upon restarting app.<a href="https://github.com/k0shk0sh/FastHub/issues/176">#176</a></li> | ||
<li>Commit files font style. <a href="https://github.com/k0shk0sh/FastHub/issues/187">#187</a></li> | ||
<li>And More fixed internally that I can’t really remember them.</li> | ||
</ul> | ||
<blockquote> | ||
<p>Please notice: if you are using Android 7 & above, you might have a problem with the NightMode. its something out of FastHub league as its OS bug | ||
<br> than <strong>FastHub</strong> due to this & as per request we will end up with a <strong>Themes Engine</strong> very soon.</p> | ||
</blockquote> | ||
<blockquote> | ||
<p>Please notice: Organization is my highest priority for the next release, please stay tuned & patience.</p> | ||
</blockquote> | ||
<blockquote> | ||
<p><strong>FastHub</strong> in a month has closed 176 issues & feature requests, its a one man job, so please bare with me.</p> | ||
</blockquote> | ||
<p><strong>Thank you very much</strong></p> | ||
<h2><a id="FastHub_changelog_0"></a>FastHub changelog</h2> | ||
<h3><a id="Version__141_2"></a>Version 1.4.1</h3> | ||
<h4><a id="BugsCrashes_Fix__Improvements_4"></a>Bugs/Crashes Fix & Improvements</h4> | ||
<ul> | ||
<li>Crash happens in Commit when trying to add a comment or rotate your screen.</li> | ||
<li>Crash when clicking on Follow button (some devices)</li> | ||
<li>Crash when supporting developement payment is success.</li> | ||
<li>Crash when sometimes RepoView process is death and therefore the Issues causes crash for some missing values.</li> | ||
<li>And more…</li> | ||
<li>Pinned button in small screen devices is almost hidden.<a href="https://github.com/k0shk0sh/FastHub/issues/211">#208</a></li> | ||
<li>PullRequest empty state text showing wrong label. <a href="https://github.com/k0shk0sh/FastHub/issues/206">#206</a></li> | ||
<li>Anchor links now should behave 100% correct as now its done throught <code>javascript</code> instead of relying on the <code>webview</code> click which doesn’t occur 90%. <a href="https://github.com/k0shk0sh/FastHub/issues/204">#204</a></li> | ||
<li>GistView doesn’t show description icon nor description. <a href="https://github.com/k0shk0sh/FastHub/issues/203">#203</a></li> | ||
<li>To many notifications might cause the notification panel to lag or stuck, now notifications are limited to 10 in notification panel.<a href="https://github.com/k0shk0sh/FastHub/issues/202">#202</a></li> | ||
<li>Clicking on notification does nothing. <a href="https://github.com/k0shk0sh/FastHub/issues/201">#201</a></li> | ||
<li>Better notification support (Limit to 10). <a href="https://github.com/k0shk0sh/FastHub/issues/199">#199</a></li> | ||
<li>Capitalize sentenses in <strong>MarkDown Editor</strong>.<a href="https://github.com/k0shk0sh/FastHub/issues/195">#195</a></li> | ||
<li>Merged Prs showing as closed, will only work within the <strong>RepoView</strong>. <a href="https://github.com/k0shk0sh/FastHub/issues/193">#193</a></li> | ||
<li>Possible overlapping of <code>Views</code> in <strong>RepoView</strong>. <a href="https://github.com/k0shk0sh/FastHub/issues/192">#192</a></li> | ||
</ul> | ||
<blockquote> | ||
<p>P.S: Releases will usually happen in Sunday, so please stay tuned for more stuff :) .</p> | ||
</blockquote> | ||
<blockquote> | ||
<p>Please notice: if you are using Android 7 & above, you might have a problem with the NightMode. its something out of FastHub league as its OS bug | ||
<br> than <strong>FastHub</strong> due to this & as per request we will end up with a <strong>Themes Engine</strong> very soon.</p> | ||
</blockquote> | ||
<blockquote> | ||
<p>Please notice: Organization is my highest priority for the next release, please stay tuned & patience.</p> | ||
</blockquote> | ||
<blockquote> | ||
<p><strong>FastHub</strong> in a month has closed 176 issues & feature requests, its a one man job, so please bare with me.</p> | ||
</blockquote> | ||
<p><strong>Thank you very much</strong></p> | ||
</body> | ||
</html> |