Commit Graph

369 Commits

Author SHA1 Message Date
Rongjian Zhang 242dd1200d fix: bitbucket and gitlab files length
closes #224
2021-06-14 13:45:39 +08:00
Rongjian Zhang 70e19e9b72 fix: avatar url error fallback 2021-06-14 02:20:59 +08:00
Rongjian Zhang 917a8018f3 refactor: list scaffold 2021-06-14 01:26:03 +08:00
Rongjian Zhang af52d55af9 style: dartfmt 2021-05-31 01:07:31 +08:00
Rongjian Zhang 841a5d13cf fix: nullable types 2021-05-30 23:55:57 +08:00
Rongjian Zhang efe0126bdb build: migrate to NNBD
closes #136
2021-05-16 15:16:35 +08:00
Rongjian Zhang 420eca980a refactor: update deprecated api 2021-05-16 13:23:31 +08:00
Rongjian Zhang 020852f0ab refactor: replace icons 2021-02-14 22:20:59 +08:00
Shreyas Thirumalai af3c1655e4
fix(github): release screen error (#183) 2021-02-02 22:00:14 +08:00
Rongjian Zhang 918d0f3971 chore: using ionicons 2021-02-01 23:30:19 +08:00
Rongjian Zhang f4e5df4068 fix: html view disposed before set state 2021-02-01 22:31:32 +08:00
Shreyas Thirumalai fba6e4cb72
feat(github): releases, gists(graphql) (#179)
closes #174
2021-01-31 22:08:37 +08:00
Rongjian Zhang dd6fe2b961 fix(github): comment emoji reaction 2021-01-31 19:27:45 +08:00
Rongjian Zhang 10477a7071 fix(github): repo and user mutations 2021-01-31 16:25:23 +08:00
Rongjian Zhang c1b3d330e0 feat: dark mode avatar placeholder 2021-01-30 15:55:08 +08:00
Rongjian Zhang fc96c5ad45 chore: update avatar placeholder 2021-01-30 15:34:41 +08:00
Rongjian Zhang 09edf5f04b fix(github): comment of deleted user
closes #161
2021-01-30 14:22:23 +08:00
Shreyas Thirumalai b0193a5def
fix: hide contribution graph scrollbar (#177)
closes #37
2021-01-30 14:12:02 +08:00
Rongjian Zhang e41d235cde refactor: ferry 2021-01-25 10:28:03 +08:00
Shreyas Thirumalai 4f1e0441d2
feat(gogs): setup (#170)
closes #117
2021-01-23 22:08:05 +08:00
Shreyas Thirumalai e9454c3dce
feat(gitee): comment actions (issue/PR) (#150) 2021-01-09 11:23:52 +08:00
Surendrajat efe882a0df
fix(github): proper spacing in branch creation/deletion events (#149) 2021-01-08 16:59:30 +08:00
Shreyas Thirumalai 92bcdaa4b0
feat(gitee): updates (#148)
* feat: gitee pull screen (with posting comment)

* feat: GeFilesScreen, remove 'changes' prop

* feat: commitScreen, commits in pullScreen

* fix: commit text formatting
2021-01-08 10:25:22 +08:00
Shreyas Thirumalai 8415a677c0
feat(gitee): search screen (#146) 2021-01-06 14:57:31 +08:00
Shreyas Thirumalai 1ac27f4853
feat(gitee): issues, issue, pullRequests screens (#144)
* feat: gitee pulls, issue screens

* add action button - issue screen

* remove unnecessary comment

* feat: gitee create issue in repo

* feat: commenting in issue screen

* fix: prepend '#' to subtitle props
2021-01-06 12:52:58 +08:00
J-P Nurmi c6757c1548
fix: UserItem assertion failure (#135) 2020-12-31 10:21:43 +08:00
Rongjian Zhang fb3ed14b4f fix: android markdown webview render
closes #123
2020-12-13 13:53:20 +08:00
Rongjian Zhang 15fe6dbdb6 fix: launch image icon size 2020-12-13 02:00:50 +08:00
Rongjian Zhang 6036849e9b feat: tweak dark mode contribution color 2020-12-13 01:34:50 +08:00
Rongjian Zhang e41445cc8c feat: macos integration 2020-11-14 16:42:45 +08:00
Rongjian Zhang ee03b52461 fix(github): actor link 2020-11-08 19:54:18 +08:00
Rongjian Zhang 979e91378b fix: markdown webview dark mode 2020-11-08 17:21:02 +08:00
Rongjian Zhang 6f34c382be refactor: add timer to update webview height 2020-11-08 17:20:33 +08:00
Rongjian Zhang b665784088 refactor: adapt markdown engine 2020-11-08 15:00:13 +08:00
Rongjian Zhang 5795413f25 feat: add markdown render engine setting
closes #124
2020-11-06 18:52:34 +08:00
Rongjian Zhang 9db5a201a3 refactor: rename markdown view 2020-11-04 17:02:05 +08:00
Rongjian Zhang 895f4792d6 fix(github): contribution heatmap
closes #122
2020-11-02 00:26:59 +08:00
Rongjian Zhang d940f3b3e9 fix: handle navigation in webview 2020-11-02 00:02:13 +08:00
Rongjian Zhang 248b72ed1f refactor(github): use webview to show markdown content 2020-10-30 14:36:16 +08:00
Rongjian Zhang a5d64fdb86 feat(gitee): users screen 2020-10-17 18:18:26 +08:00
Rongjian Zhang d37a5c1981 fix: hide avatar of commit item if not exist 2020-10-11 22:24:13 +08:00
Rongjian Zhang 02e8d66ae2 fix(gitlab): user and group link
closes #115
2020-10-11 22:18:33 +08:00
Rongjian Zhang 1d1804fa86 fix(github): head ref name
closes #116
2020-10-11 22:12:59 +08:00
Rongjian Zhang 168dcd1d2e fix: user item text overflow 2020-10-08 17:13:29 +08:00
Rongjian Zhang 70b2dd4bb0 feat: add name to user list item 2020-10-08 17:13:29 +08:00
Rongjian Zhang 968019b932 fix: drop svg support to avoid readme screen frozen
closes #112
2020-10-08 17:13:29 +08:00
Phillip Thelen 62b02ed504
feat: add button to quickly switch accounts (#36)
Co-authored-by: Rongjian Zhang <pd4d10@gmail.com>
2020-10-08 17:09:50 +08:00
Rongjian Zhang db7b69b177 style: upgrade dart to latest and run dartfmt 2020-10-08 14:53:10 +08:00
Rongjian Zhang 627b04a516 build: upgrade github dart lib 2020-10-08 14:49:46 +08:00
Rongjian Zhang 0d722f062e fix(github): cross reference event 2020-10-08 14:30:13 +08:00