GitNex-Android-App/app/src/main/java/org/mian/gitnex/activities
qwerty287 6a84e4d897 Extend CI workflows (#1155)
Extend CI workflows (-> https://codeberg.org/gitnex/GitNex/issues/1099)
	1. pull translations and push them again on every pull
       @mmarif this needs the secrets and `BOT_TOKEN`
       the code for this comes from tea4j-autodeploy
    2. add a **template** for a check workflow which only does some static checks right now. It is disabled because it requires some investigation and discussion on how we should deal with these issues. The checks are currently (if we would enable it):
    	1. check code style and formatting according to the project file in `.idea/`
        2. make sure every Java file has an `@author` annotation

I would wait until you reviewed with enabling them because we have to reformat all the files which results in changes with a few thousand changed lines (tried this once).

Closes https://codeberg.org/gitnex/GitNex/issues/141

Co-authored-by: qwerty287 <ndev@web.de>
Co-authored-by: M M Arif <mmarif@noreply.codeberg.org>
Co-authored-by: 6543 <6543@obermui.de>
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/1155
Reviewed-by: 6543 <6543@noreply.codeberg.org>
Co-authored-by: qwerty287 <qwerty287@noreply.codeberg.org>
Co-committed-by: qwerty287 <qwerty287@noreply.codeberg.org>
2022-07-29 14:08:44 +02:00
..
AddCollaboratorToRepositoryActivity.java Move to tea4j-autodeploy (#1088) 2022-04-18 09:10:54 +02:00
AddNewAccountActivity.java Remove BOM, trim tokens, uname and url for logins (#1157) 2022-06-30 11:55:23 +02:00
AddNewTeamMemberActivity.java Extend CI workflows (#1155) 2022-07-29 14:08:44 +02:00
AddNewTeamRepoActivity.java Extend CI workflows (#1155) 2022-07-29 14:08:44 +02:00
AdminCronTasksActivity.java Add support for unadopted repo management (#1125) 2022-05-08 20:06:41 +02:00
AdminGetUsersActivity.java PR targeting multiple issues: #1101, #1092, #1080, #1079, #1057 (#1109) 2022-04-22 17:18:38 +02:00
AdminUnadoptedReposActivity.java Add support for unadopted repo management (#1125) 2022-05-08 20:06:41 +02:00
BaseActivity.java Extend CI workflows (#1155) 2022-07-29 14:08:44 +02:00
CodeEditorActivity.java Create/list/edit/view/delete wiki (#1145) 2022-06-26 09:16:35 +02:00
CommitDetailActivity.java Add single commit screen with diff (#1048) 2022-03-09 12:52:34 +01:00
CommitsActivity.java Extend CI workflows (#1155) 2022-07-29 14:08:44 +02:00
CreateFileActivity.java Extend CI workflows (#1155) 2022-07-29 14:08:44 +02:00
CreateIssueActivity.java Fixes and cleanups for alert dialogs and strings (#1121) 2022-05-01 12:35:50 +02:00
CreateLabelActivity.java TinyDB cleanups (#1122) 2022-05-04 19:02:56 +02:00
CreateMilestoneActivity.java Extend CI workflows (#1155) 2022-07-29 14:08:44 +02:00
CreateNewUserActivity.java Extend CI workflows (#1155) 2022-07-29 14:08:44 +02:00
CreateOrganizationActivity.java Extend CI workflows (#1155) 2022-07-29 14:08:44 +02:00
CreatePullRequestActivity.java Extend CI workflows (#1155) 2022-07-29 14:08:44 +02:00
CreateReleaseActivity.java Fixes and cleanups for alert dialogs and strings (#1121) 2022-05-01 12:35:50 +02:00
CreateRepoActivity.java Extend CI workflows (#1155) 2022-07-29 14:08:44 +02:00
CreateTeamByOrgActivity.java Extend CI workflows (#1155) 2022-07-29 14:08:44 +02:00
DeepLinksActivity.java Fix intent (#1147) 2022-05-21 13:39:23 +02:00
DiffActivity.java Add support for PR commits (#1152) 2022-06-30 12:36:13 +02:00
EditIssueActivity.java Extend CI workflows (#1155) 2022-07-29 14:08:44 +02:00
FileViewActivity.java Create/list/edit/view/delete wiki (#1145) 2022-06-26 09:16:35 +02:00
IssueDetailActivity.java Some fixes and cleanups for PRs (#1146) 2022-05-21 11:38:15 +02:00
LoginActivity.java Remove BOM, trim tokens, uname and url for logins (#1157) 2022-06-30 11:55:23 +02:00
MainActivity.java Fixes and cleanups for alert dialogs and strings (#1121) 2022-05-01 12:35:50 +02:00
MergePullRequestActivity.java Some fixes and cleanups for PRs (#1146) 2022-05-21 11:38:15 +02:00
MyProfileEmailActivity.java Extend CI workflows (#1155) 2022-07-29 14:08:44 +02:00
OrganizationDetailActivity.java Various refactoring (#1115) 2022-04-25 07:42:52 +02:00
OrganizationTeamInfoActivity.java Extend CI workflows (#1155) 2022-07-29 14:08:44 +02:00
ProfileActivity.java Extend CI workflows (#1155) 2022-07-29 14:08:44 +02:00
RepoDetailActivity.java Create/list/edit/view/delete wiki (#1145) 2022-06-26 09:16:35 +02:00
RepoForksActivity.java Extend CI workflows (#1155) 2022-07-29 14:08:44 +02:00
RepoStargazersActivity.java Extend CI workflows (#1155) 2022-07-29 14:08:44 +02:00
RepoWatchersActivity.java Extend CI workflows (#1155) 2022-07-29 14:08:44 +02:00
RepositorySettingsActivity.java Delete release (#1120) 2022-05-01 12:00:02 +02:00
SettingsAppearanceActivity.java Extend CI workflows (#1155) 2022-07-29 14:08:44 +02:00
SettingsDraftsActivity.java Extend CI workflows (#1155) 2022-07-29 14:08:44 +02:00
SettingsGeneralActivity.java Use paginations (#1089) 2022-04-04 10:00:54 +02:00
SettingsNotificationsActivity.java Extend CI workflows (#1155) 2022-07-29 14:08:44 +02:00
SettingsReportsActivity.java Extend CI workflows (#1155) 2022-07-29 14:08:44 +02:00
SettingsSecurityActivity.java Extend CI workflows (#1155) 2022-07-29 14:08:44 +02:00
SettingsTranslationActivity.java Extend CI workflows (#1155) 2022-07-29 14:08:44 +02:00
WikiActivity.java Create/list/edit/view/delete wiki (#1145) 2022-06-26 09:16:35 +02:00