Commit Graph

95 Commits

Author SHA1 Message Date
Rongjian Zhang 7a71d13f7d fix: github gql query 2022-10-04 03:58:45 +08:00
Rongjian Zhang 36e505d511 style: fix lint warnings 2022-10-04 01:05:29 +08:00
Rongjian Zhang 048d35112b feat(gitlab): add gql client 2022-10-02 01:26:34 +08:00
Rongjian Zhang 073af6f492 fix: theme usage 2022-09-24 18:35:19 +08:00
Rongjian Zhang d8f38d34aa style: fix apply 2022-09-24 13:51:11 +08:00
Rongjian Zhang 7e79da77ee style: lint fix apply 2022-09-22 16:28:21 +08:00
Rongjian Zhang 5b7b465b09 style: single quotes and package imports 2022-09-19 01:02:57 +08:00
Rongjian Zhang 4af23c160d refactor: drop material widgets 2022-09-17 20:35:45 +08:00
Rongjian Zhang c5ea37f9bd refactor: replace deprecated methods 2022-09-07 15:40:53 +08:00
Rongjian Zhang 081acbeda8 style: dart fix apply 2022-09-07 15:28:12 +08:00
Rongjian Zhang 8114cff317 build: update url_launcher 2022-06-26 14:23:50 +08:00
Rongjian Zhang 594c5de972 refactor: fetch policy network only 2021-07-22 21:57:37 +08:00
Rongjian Zhang 5b3bc45db5 refactor: fix null types 2021-06-14 15:02:59 +08:00
Rongjian Zhang 242dd1200d fix: bitbucket and gitlab files length
closes #224
2021-06-14 13:45:39 +08:00
Rongjian Zhang b320a8e6dd refactor: simplify list data payload 2021-06-14 02:13:11 +08:00
Rongjian Zhang 87dbe87095 fix: pagination null 2021-05-31 00:41:51 +08:00
Rongjian Zhang e2f103a807 fix: empty accounts 2021-05-31 00:03:53 +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 c257c74b59 refactor: fix http param type 2021-05-16 12:09:27 +08:00
Rongjian Zhang 6d6e5bf195 chore: update oauth api url 2021-05-16 11:45:23 +08:00
Rongjian Zhang d488d4b826 fix: set locale and reload 2021-02-14 21:23:15 +08:00
Rongjian Zhang 6fe2a6541c refactor: add prefix to distinguish int value 2021-02-14 12:09:18 +08:00
Shreyas Thirumalai 3b88ad01f7
feat: skip login screen when logged in (#191) 2021-02-05 11:41:55 +08:00
Rongjian Zhang 31c43eebc8 feat(github): add public repos only login option
closes #133
2021-01-30 16:18:33 +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 c75288ef97
feat(gitee): watch, star a repo (#157)
* feat(gitee): watch, star a repo

* fix: pass in props as Tuple

* feat: bitbucket branches

* fix: use class instead of map
2021-01-11 22:31:54 +08:00
Rongjian Zhang f1956dbdc3 fix: drop app review dep to fit f-droid 2021-01-11 10:22:11 +08:00
Shreyas Thirumalai d74b141279
feat(gitea): issue, issueComment, labels, refactor(GeIssueComment) (#155)
* feat(gitea): issue, issueAdd, issueComment

* rollback grade.properties change

* refactor: GeIssueComment, fix: url GtIssueComment

* feat: labels
2021-01-10 14:20:03 +08:00
Shreyas Thirumalai e9454c3dce
feat(gitee): comment actions (issue/PR) (#150) 2021-01-09 11:23:52 +08:00
Shreyas Thirumalai 76f9999534
feat(bitbucket): update (#147)
* feat: create issue

* feat: issue screen, comment on issue

* fix: remove refs from pullScreen uri
2021-01-06 21:17:49 +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
Rongjian Zhang c6a8b42ef1 fix: remove in-app review
closes: #129
2020-12-13 13:48:43 +08:00
Rongjian Zhang 08511fb8fb feat: request in-app review
closes #127
2020-12-13 00:15:08 +08:00
Rongjian Zhang 6b9cc5a156 refactor(gitlab): use webview to show markdown content 2020-10-30 14:36:40 +08:00
Rongjian Zhang d9ca01b99d feat(gitee): commits screen 2020-10-17 20:47:02 +08:00
Rongjian Zhang 2e1d869aa1 feat(gitee): repos screen 2020-10-17 18:09:36 +08:00
Rongjian Zhang b5a19486dd feat(gitee): user screen 2020-10-17 17:58:57 +08:00
Rongjian Zhang 5534f96f8a fix(gitee): platform type saved 2020-10-17 17:27:13 +08:00
Rongjian Zhang a4f1daab31 feat: replace io library for web adaptation 2020-10-17 16:47:11 +08:00
Rongjian Zhang f480dc048e feat(gitee): add token login step 2020-10-14 00:43:11 +08:00
Rongjian Zhang aa62524c23 fix(gitea): keep original query params as is 2020-10-06 12:13:07 +08:00
Rongjian Zhang d47ea5a092 fix(gitea): pagination has more and cursor 2020-10-06 11:54:35 +08:00
Rongjian Zhang 1269b66eb4 fix: lint problems 2020-10-03 15:13:32 +08:00
Shreyas Thirumalai 8a1180dae8
fix: api change user to accountID (#85)
closes #79
2020-05-11 20:57:18 +08:00
Shreyas Thirumalai e173713861
fix: error using same token (#83)
Fixes #82
2020-05-09 14:43:56 +08:00
Rongjian Zhang 508f9861d9 refactor: tweak tab index saving 2020-05-01 19:05:58 +08:00
Rongjian Zhang 16ac73bc88 refactor(gh): query with get json 2020-02-19 01:00:16 +08:00
Rongjian Zhang 1716714981 fix: hide accounts info in production 2020-02-08 15:00:44 +08:00