Skip to content

Instantly share code, notes, and snippets.

@machour
Last active January 16, 2018 00:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save machour/6a6e41ec696a198021fb613f10e58a02 to your computer and use it in GitHub Desktop.
Save machour/6a6e41ec696a198021fb613f10e58a02 to your computer and use it in GitHub Desktop.

1.4.1 (2017-12-15)

Bug Fixes

  • Fix application version number (dd56652)

1.4.0 (2017-12-12)

Bug Fixes

  • android: Hide tabbar when keyboard show (#435) (8e49116)
  • android: fix Button layout (#657) (4bbc9f4)
  • build: fix styled components errors (#572) (aa22d8a)
  • comment-input: Fix the input text being chopped up (#622) (e3e5a7f), closes #536
  • contributors: fix link location for contributors (#460) (b5c9197)
  • crash: Fix crash in PullDiff screen, SH is not stylable (#618) (ef2dd1d)
  • crash: Fix potential crash on undefined parent in <code> (#662) (4609e1f)
  • i18n: add missing string to translations (#459) (0d5c325)
  • i18n: correct typo and some words in french (#611) (464aa53)
  • i18n: polish typos, wording and new keys translated (#481) (de4dedb), closes #478
  • issue: Fix crash due to undefined navigation params (#658) (fa70d90)
  • issue: Fix links to issue comments (#463) (127deee)
  • issue: Fix pull request related fields are not reset (#526) (df8d612)
  • issue: Fix wrong repository was used (#659) (e2b7fda)
  • issue-events: Fix inverted label for deleted/restored this branch (#542) (9bf2b3f)
  • locale: Fix merge typo (53089b6)
  • locale: make correct locale use (#479) (3a6879f)
  • md: Image related fixes (#448) (582fb1a)
  • md: Play nice with anchors (#465) (1fb5165)
  • notification: Avoid repo names include keyword (#426) (8a724f9)
  • Dynamic status bar (#641) (2bc73fe), closes #4
  • Fix button transparency on Android (#527) (30f022b)
  • Fix the last avatar being truncated, and variablize the size (#491) (b6e2941)
  • Fix wrong styled declaration (1330910)
  • Mention area component fontSize prop (#602) (c3e019a)
  • Remove undefined var & fix typo (#517) (8405e19)
  • Update stateRandom and reset cookies after a successful login (#494) (b4e05a2)
  • Updated hash for react-native-mock (#546) (d0cb8a5)
  • ux: Add back button for AuthProfileScreen (#507) (5ef3260)
  • fix section list button height (#545) (31d1067)
  • re-enable color prop for the badge component (#648) (14532ce)
  • remove containers styles that confuses the button (#656) (ebfb02c)
  • sc: Fix by stylelint (#612) (e5c0291)
  • search-bar: Compile Ionicons for Android (#631) (c23dd96), closes #630
  • styled-components: Fix react-native-elements related problems (#619) (100b864)
  • trans: Make all translations contain same fields (#478) (3714dc5)
  • setTranslucent and setBackgroundColor are Android only (#653) (55abff8)
  • ui: Fix Bio section in auth-profile.screen and profile.screen (#600) (753f60c)
  • user-profile-component: Fix user profile image (#576) (a43d3bc)
  • ux: Add Back button event on ImageZoom component (#519) (2ff7a23)
  • warning: Fix the key extractor of issue screen (#539) (fa4e4d2)

Features

1.3.1 (2017-10-04)

Bug Fixes

  • editissuecomment, textinput: Fix height rendering for Android (#428) (775a9c0)
  • markdown: Escape content string (#427) (5ed6dfc)

1.3.0 (2017-10-04)

Bug Fixes

  • Style updates, add edit issue body functionality (#409) (7e184e6)
  • api: Add missing await to fetchNotifications (5d80fb0)
  • api: Fix mispelled v3.root (901f9d1)
  • api: Implement and use Accept FULL for comments (#405) (fede55a)
  • api: Run getRepositoryFile() through API, not raw.githubcontents (#392) (ad7ec47)
  • api: get diff from API instead of web (#379) (9b17741)
  • api: re-add fetchSearch and fetchNotifications (7dd548b)
  • ci-build: Add missing commas (e2439e8)
  • comment-input: add new lines when writing issue comments on Android (#207) (a961bbe)
  • comments: fix long press click error (#384) (69cb386)
  • dependencies: replace react-native-app-intro with rn-app-intro (#400) (f82359b), closes #395 #399
  • events: Fix wrong wording for commented on pull request (#262) (182bc11), closes #261
  • events: get user events after login (#390) (62559da)
  • events: update screen after change language (#413) (53f9a1f)
  • issue: Make sure the right repository is fetched (#332) (71a9320)
  • issue: fix rawtext error if comment.body equals to empty string (#320) (4b36b4f)
  • issue: removing the oneLineText function (#325) (0e46890)
  • language-colors: fix/add language colors (#352) (bf0cb41)
  • list-organizations: fix sort by alphabetic (6462489)
  • loading-container: make correct center align (#364) (cb5be2c)
  • localization: pass language to issue list item component (59c9ccb)
  • localization: pull-list.screen.js copy/paste mistake (#241) (956cf65)
  • localization: various localization improvements (#193) (9c3e182)
  • markdown: Make sure code is not HTML encoded (#346) (9542006)
  • markdown: fix various markdown issues (#370) (21b6ea6)
  • markdown: temporarily embed the CSS into the webview (#415) (ad2e61c)
  • md: Display a link instead of the image inside a <li> (#403) (b850acd)
  • modal: onRequestClose prop warning (aefb6cc)
  • new-issue: various submit new issue improvement (#243) (6863271), closes #236
  • notifications-count: return numbers without format (#404) (cfcb07b)
  • photo: Upgrade react-native-photo-view to fix double zoom issue (#351) (dfc009e)
  • profile: Fix wrong parameter (#271) (#301) (1cba55f)
  • profile: fix the wrong follows you badge (#311) (5c1cc6a)
  • profile: navigate to AuthProfile for current user (#263) (bfad60c), closes #247
  • profile: prepend user.updated_at to avatar url (#266) (1579336), closes #265
  • profile: use affiliation=own to get user repos (#281) (842d062)
  • various minor updates (#420) (4d55124)
  • repo: Show repo prefix for search repo result (#254) (d7bb321)
  • repo: hide issues section in forked repo (#257) (01060dc)
  • repository: Fix the wrong watch count (#314) (727338f)
  • repository: swap watch and share actions (#250) (d6c26de), closes #249
  • share: stop pre-filling email subject (#229) (aff022e), closes #228
  • user-options: make height of language items equal (#372) (6e58176)
  • ux: Fix user stars and repository watching status (#336) (04f76b5)
  • ux: fix typo and add adjustment (#391) (d162064)

Features

  • status for following users/starring repos (#260) (f23cc70)

  • android: Implement round and adaptive icon (#340) (0fd1a61)

  • auth: use WebView for authentication (#323) (0608c9d)

  • code: Better user experience (#394) (916ee29)

  • comment-input: submit comment on clicking on the icon instead text (#324) (329c851)

  • comments: allow editing and deleting issue comments (#327) (7765b10), closes #24 #24 #24

  • entity-info: prevent render if there is nothing to show (#216) (e03084e)

  • events: align subtitle (#218) (16ee524)

  • i18n: Add Russian translations (#306) (50a2206)

  • i18n: Add french translations (#242) (c5ef279)

  • i18n: Add turkish translations (#279) (203d192)

  • i18n: add brazilian portuguese translations (#284) (a5e4641), closes #280

  • i18n: add dutch translation (#268) (535fbc0)

  • issue: Show issues author and comments count (#387) (810c10c)

  • issue_comments: Remove long press event (#393) (b55dcee)

  • language-list: add emoji flags (#355) (a991bd7)

  • markdown: Markdown support (#326) (2b09dc7), closes #276

  • markdown: Use markdown rendered on GitHub side (#386) (5fb5ef6), closes #24

  • navigator: render tabs as needed (#338) (3f39124)

  • notifications: add button to mark all notifications as read (#371) (35379d1)

  • notifications: add pull to refresh if notifications is empty (#365) (2674716)

  • repo: add label to show watch status (#227) (e2e993e), closes #103

  • repository: Hide readme button if no readme (#335) (3f1e4a4)

  • repository: Show issues only when is enable (#328) (e4ee75f)

  • repository: use sort=updated to sort repos (#286) (#300) (a7e2ff3)

  • repository-list-item: add forks count (#373) (2010038)

  • screen: add support for landscape orientation (#333) (a21e920)

  • ignore editors (#377) (35287aa)

  • navigate to auth profile screen for the current user (#211) (1000a25)

  • starred-count: show starred count (#271) (4e9b4f2)

  • tabbar: show notifications count (#360) (ec4610b)

  • ux: Move check for updates into settings screen (#329) (2f4e534)

  • ux: introduce our standardized (#374) (fa38099)

1.2.0 (2017-08-03)

Bug Fixes

  • Fixed fonts on Android (#121)
  • Fixed the displayed repositories for the current user (#105)
  • Fixed NaN in number of repositories (#64)

Features

  • Added the ability to watch a repository (#56)
  • Added the intro screen (#174)
  • Added repository sharing (#173)
  • Added privacy policy (#169)
  • Added the ability to submit a new issue (#166)
  • Added number and type to issue screen title (#160)
  • Added the application version display (#144)
  • Added company to user profile (#143)
  • Added the ability to zoom profile image (#139)
  • Added stars display in repositories list (#138)
  • Added autocompletion for usernames (#133)
  • Added pull down to refresh on profile and repository (#132)
  • Added main language in repository view (#119)
  • Added all organizations display in user profile (#115)
  • Added forked repositories in search results (#113)
  • Added location on user profile (#104)
  • Added issues and PR counts (#100)
  • Added ability to logout from the app (#99)
  • Added syntax highlighting for PR diffs (#80)
  • Added support for rendering emojis (#69)
  • Added syntax highlighting in code files (#60)
  • Added the ability to fork a repository (#50)
  • Added Android support (#49)
  • Added iPad support (#39)

1.0.0 (2017-08-06)

  • Initial version with iOS support
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment