GitNex-Android-App/app/src/main/java/org/mian/gitnex/fragments
qwerty287 6916989ec1 Some fixes and cleanups for PRs (#1146)
1. improve menu time (show when loading finished)
2. fix crashes from deleted forks

I mainly tried to fix issue https://codeberg.org/gitnex/GitNex/issues/1137, but:
1. the missing UI options are Gitea's issue (the permission values are not correct when using notification endpoints)
2. the comments crash is an `SQLiteConstraintException` which we had already in #1084 but it seems that it wasn't fixed

Closes https://codeberg.org/gitnex/GitNex/issues/1137 closes https://codeberg.org/gitnex/GitNex/issues/1144

Co-authored-by: qwerty287 <ndev@web.de>
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/1146
Reviewed-by: M M Arif <mmarif@noreply.codeberg.org>
Co-authored-by: qwerty287 <qwerty287@noreply.codeberg.org>
Co-committed-by: qwerty287 <qwerty287@noreply.codeberg.org>
2022-05-21 11:38:15 +02:00
..
profile Fixes and cleanups for alert dialogs and strings (#1121) 2022-05-01 12:35:50 +02:00
AdministrationFragment.java Add support for unadopted repo management (#1125) 2022-05-08 20:06:41 +02:00
BottomSheetAdminUsersFragment.java Don't use TinyDB as cache (#1034) 2022-03-13 03:59:13 +01:00
BottomSheetDraftsFragment.java Remove duplicated code (#1020) 2021-12-15 20:20:49 +01:00
BottomSheetFileViewerFragment.java Fix visible actions and teams tab (#1112) 2022-04-20 15:46:50 +02:00
BottomSheetIssuesFilterFragment.java Show labels in list / show draft status for release (#1083) 2022-03-28 19:57:47 +02:00
BottomSheetMilestonesFilterFragment.java Remove duplicated code (#1020) 2021-12-15 20:20:49 +01:00
BottomSheetMyIssuesFilterFragment.java PR targeting multiple issues: #1101, #1092, #1080, #1079, #1057 (#1109) 2022-04-22 17:18:38 +02:00
BottomSheetMyProfileFragment.java User profile view (#931) 2021-08-02 20:04:33 +02:00
BottomSheetNotificationsFilterFragment.java Don't use TinyDB as cache (#1034) 2022-03-13 03:59:13 +01:00
BottomSheetNotificationsFragment.java Move to tea4j-autodeploy (#1088) 2022-04-18 09:10:54 +02:00
BottomSheetOrganizationFragment.java PR targeting multiple issues: #1101, #1092, #1080, #1079, #1057 (#1109) 2022-04-22 17:18:38 +02:00
BottomSheetOrganizationTeamsFragment.java Add support for team repos (#1113) 2022-04-21 23:02:59 +02:00
BottomSheetPullRequestFilterFragment.java Remove duplicated code (#1020) 2021-12-15 20:20:49 +01:00
BottomSheetReleasesTagsFragment.java Add support for tags (#1002) 2022-02-12 14:41:11 +01:00
BottomSheetReplyFragment.java Some fixes and cleanups for PRs (#1146) 2022-05-21 11:38:15 +02:00
BottomSheetRepoFragment.java Move to tea4j-autodeploy (#1088) 2022-04-18 09:10:54 +02:00
BottomSheetSingleIssueFragment.java Some fixes and cleanups for PRs (#1146) 2022-05-21 11:38:15 +02:00
BottomSheetUserProfileFragment.java Delete release (#1120) 2022-05-01 12:00:02 +02:00
CollaboratorsFragment.java Move to tea4j-autodeploy (#1088) 2022-04-18 09:10:54 +02:00
CommitDetailFragment.java Fix crashes on commits and don't reload (#1142) 2022-05-19 09:06:11 +02:00
DiffFilesFragment.java Some fixes and cleanups for PRs (#1146) 2022-05-21 11:38:15 +02:00
DiffFragment.java Some fixes and cleanups for PRs (#1146) 2022-05-21 11:38:15 +02:00
DraftsFragment.java Implement multi-session notification polling and additional improvements/refactors/cleanups/fixes (#875) 2021-04-13 20:56:50 +02:00
ExploreFragment.java Various refactoring (#1115) 2022-04-25 07:42:52 +02:00
ExploreIssuesFragment.java PR targeting multiple issues: #1101, #1092, #1080, #1079, #1057 (#1109) 2022-04-22 17:18:38 +02:00
ExplorePublicOrganizationsFragment.java Various refactoring (#1115) 2022-04-25 07:42:52 +02:00
ExploreRepositoriesFragment.java Delete release (#1120) 2022-05-01 12:00:02 +02:00
ExploreUsersFragment.java PR targeting multiple issues: #1101, #1092, #1080, #1079, #1057 (#1109) 2022-04-22 17:18:38 +02:00
FilesFragment.java Fix bugs (#1127) 2022-05-12 17:33:03 +02:00
IssuesFragment.java PR targeting multiple issues: #1101, #1092, #1080, #1079, #1057 (#1109) 2022-04-22 17:18:38 +02:00
LabelsFragment.java PR targeting multiple issues: #1101, #1092, #1080, #1079, #1057 (#1109) 2022-04-22 17:18:38 +02:00
MembersByOrgFragment.java Move to tea4j-autodeploy (#1088) 2022-04-18 09:10:54 +02:00
MilestonesFragment.java PR targeting multiple issues: #1101, #1092, #1080, #1079, #1057 (#1109) 2022-04-22 17:18:38 +02:00
MyIssuesFragment.java PR targeting multiple issues: #1101, #1092, #1080, #1079, #1057 (#1109) 2022-04-22 17:18:38 +02:00
MyProfileEmailsFragment.java PR targeting multiple issues: #1101, #1092, #1080, #1079, #1057 (#1109) 2022-04-22 17:18:38 +02:00
MyProfileFollowersFragment.java Move to tea4j-autodeploy (#1088) 2022-04-18 09:10:54 +02:00
MyProfileFollowingFragment.java Move to tea4j-autodeploy (#1088) 2022-04-18 09:10:54 +02:00
MyProfileFragment.java Various refactoring (#1115) 2022-04-25 07:42:52 +02:00
MyRepositoriesFragment.java Delete release (#1120) 2022-05-01 12:00:02 +02:00
NotificationsFragment.java Some fixes and cleanups for PRs (#1146) 2022-05-21 11:38:15 +02:00
OrganizationInfoFragment.java Move to tea4j-autodeploy (#1088) 2022-04-18 09:10:54 +02:00
OrganizationLabelsFragment.java PR targeting multiple issues: #1101, #1092, #1080, #1079, #1057 (#1109) 2022-04-22 17:18:38 +02:00
OrganizationTeamInfoMembersFragment.java Move to tea4j-autodeploy (#1088) 2022-04-18 09:10:54 +02:00
OrganizationTeamInfoPermissionsFragment.java Move to tea4j-autodeploy (#1088) 2022-04-18 09:10:54 +02:00
OrganizationTeamInfoReposFragment.java Delete release (#1120) 2022-05-01 12:00:02 +02:00
OrganizationsFragment.java Delete release (#1120) 2022-05-01 12:00:02 +02:00
PullRequestsFragment.java Move to tea4j-autodeploy (#1088) 2022-04-18 09:10:54 +02:00
ReleasesFragment.java Add support for unadopted repo management (#1125) 2022-05-08 20:06:41 +02:00
RepoInfoFragment.java Fix bugs (#1127) 2022-05-12 17:33:03 +02:00
RepositoriesByOrgFragment.java Delete release (#1120) 2022-05-01 12:00:02 +02:00
RepositoriesFragment.java Delete release (#1120) 2022-05-01 12:00:02 +02:00
SettingsFragment.java Don't use TinyDB as cache (#1034) 2022-03-13 03:59:13 +01:00
StarredRepositoriesFragment.java Delete release (#1120) 2022-05-01 12:00:02 +02:00
TeamsByOrgFragment.java PR targeting multiple issues: #1101, #1092, #1080, #1079, #1057 (#1109) 2022-04-22 17:18:38 +02:00