GitNex-Android-App/app/src/main/java/org/mian/gitnex/fragments
opyale d72f097012 Implement multi-session notification polling and additional improvements/refactors/cleanups/fixes (#875)
Merge branch 'master' of https://codeberg.org/gitnex/GitNex into notifications-performance-improvements

 Conflicts:
	app/src/main/java/org/mian/gitnex/adapters/DraftsAdapter.java
	app/src/main/java/org/mian/gitnex/adapters/NotificationsAdapter.java
	app/src/main/java/org/mian/gitnex/adapters/UserAccountsAdapter.java
	app/src/main/java/org/mian/gitnex/adapters/UserAccountsNavAdapter.java
	app/src/main/res/layout/bottom_sheet_repository_in_list.xml
	app/src/main/res/layout/list_files.xml

Merge branch 'master' into notifications-performance-improvements

Merge branch 'master' into notifications-performance-improvements

Merge branch 'master' of https://codeberg.org/gitnex/GitNex into notifications-performance-improvements

 Conflicts:
	app/src/main/res/values-it/strings.xml

Add ripple effect to buttons.

Run syntax highlighting on separate thread. (#859)

Initial commit.

Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/875
Reviewed-by: M M Arif <mmarif@noreply.codeberg.org>
Co-Authored-By: opyale <opyale@noreply.codeberg.org>
Co-Committed-By: opyale <opyale@noreply.codeberg.org>
2021-04-13 20:56:50 +02:00
..
AboutFragment.java Increasing performance, fixing bugs and adding syntax highlighting. (#755) 2020-11-02 16:17:00 +01:00
AdministrationFragment.java Cron tasks (#817) 2021-02-04 04:47:00 +01:00
BottomSheetAdminUsersFragment.java Rewriting deprecated code and adding view bindings to all fragments and activities. (#809) 2021-01-26 16:10:31 +01:00
BottomSheetDraftsFragment.java Improve file type handling. (#841) 2021-03-21 16:56:54 +01:00
BottomSheetFileViewerFragment.java Rewriting deprecated code and adding view bindings to all fragments and activities. (#809) 2021-01-26 16:10:31 +01:00
BottomSheetIssuesFilterFragment.java Rewriting deprecated code and adding view bindings to all fragments and activities. (#809) 2021-01-26 16:10:31 +01:00
BottomSheetMilestonesFilterFragment.java Rewriting deprecated code and adding view bindings to all fragments and activities. (#809) 2021-01-26 16:10:31 +01:00
BottomSheetNotificationsFilterFragment.java Calling overloaded method first. (#823) 2021-02-09 13:51:13 +01:00
BottomSheetNotificationsFragment.java Moving ApiInterface, WebInterface and models to different repository. (#824) 2021-02-11 11:23:35 +01:00
BottomSheetOrganizationFragment.java Rewriting deprecated code and adding view bindings to all fragments and activities. (#809) 2021-01-26 16:10:31 +01:00
BottomSheetOrganizationTeamsFragment.java Rewriting deprecated code and adding view bindings to all fragments and activities. (#809) 2021-01-26 16:10:31 +01:00
BottomSheetProfileFragment.java Rewriting deprecated code and adding view bindings to all fragments and activities. (#809) 2021-01-26 16:10:31 +01:00
BottomSheetPullRequestFilterFragment.java Rewriting deprecated code and adding view bindings to all fragments and activities. (#809) 2021-01-26 16:10:31 +01:00
BottomSheetReplyFragment.java Implement multi-session notification polling and additional improvements/refactors/cleanups/fixes (#875) 2021-04-13 20:56:50 +02:00
BottomSheetRepoFragment.java Rewriting deprecated code and adding view bindings to all fragments and activities. (#809) 2021-01-26 16:10:31 +01:00
BottomSheetSingleIssueFragment.java Rewriting deprecated code and adding view bindings to all fragments and activities. (#809) 2021-01-26 16:10:31 +01:00
CollaboratorsFragment.java Moving ApiInterface, WebInterface and models to different repository. (#824) 2021-02-11 11:23:35 +01: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 Fixing layout issues and crashes. (#810) 2021-01-26 18:43:25 +01:00
ExploreRepositoriesFragment.java Improve file type handling. (#841) 2021-03-21 16:56:54 +01:00
FilesFragment.java Improve file type handling. (#841) 2021-03-21 16:56:54 +01:00
IssuesFragment.java New UI for multiple screens (#894) 2021-04-13 16:19:42 +02:00
LabelsFragment.java Rewriting deprecated code and adding view bindings to all fragments and activities. (#809) 2021-01-26 16:10:31 +01:00
MembersByOrgFragment.java Moving ApiInterface, WebInterface and models to different repository. (#824) 2021-02-11 11:23:35 +01:00
MilestonesFragment.java Improve file type handling. (#841) 2021-03-21 16:56:54 +01:00
MyRepositoriesFragment.java Rewriting deprecated code and adding view bindings to all fragments and activities. (#809) 2021-01-26 16:10:31 +01:00
NotificationsFragment.java Improve file type handling. (#841) 2021-03-21 16:56:54 +01:00
OrganizationInfoFragment.java Moving ApiInterface, WebInterface and models to different repository. (#824) 2021-02-11 11:23:35 +01:00
OrganizationLabelsFragment.java Rewriting deprecated code and adding view bindings to all fragments and activities. (#809) 2021-01-26 16:10:31 +01:00
OrganizationsFragment.java Fixing and improving scaling of images, improving performance by doing work that has to be done once only once and using different terminology. (#831) 2021-02-13 20:31:38 +01:00
ProfileEmailsFragment.java New UI for multiple screens (#894) 2021-04-13 16:19:42 +02:00
ProfileFollowersFragment.java New UI for multiple screens (#894) 2021-04-13 16:19:42 +02:00
ProfileFollowingFragment.java New UI for multiple screens (#894) 2021-04-13 16:19:42 +02:00
ProfileFragment.java New UI for multiple screens (#894) 2021-04-13 16:19:42 +02:00
PullRequestsFragment.java Improve file type handling. (#841) 2021-03-21 16:56:54 +01:00
ReleasesFragment.java Moving ApiInterface, WebInterface and models to different repository. (#824) 2021-02-11 11:23:35 +01:00
RepoInfoFragment.java New UI for multiple screens (#894) 2021-04-13 16:19:42 +02:00
RepositoriesByOrgFragment.java Moving ApiInterface, WebInterface and models to different repository. (#824) 2021-02-11 11:23:35 +01:00
RepositoriesFragment.java Implement multi-session notification polling and additional improvements/refactors/cleanups/fixes (#875) 2021-04-13 20:56:50 +02:00
SearchIssuesFragment.java Moving ApiInterface, WebInterface and models to different repository. (#824) 2021-02-11 11:23:35 +01:00
SettingsFragment.java Replacing highlightJS with custom view due to performance issues and high file sizes. (#837) 2021-03-21 19:26:28 +01:00
StarredRepositoriesFragment.java Rewriting deprecated code and adding view bindings to all fragments and activities. (#809) 2021-01-26 16:10:31 +01:00
TeamsByOrgFragment.java Moving ApiInterface, WebInterface and models to different repository. (#824) 2021-02-11 11:23:35 +01:00
UserAccountsFragment.java Implement multi-session notification polling and additional improvements/refactors/cleanups/fixes (#875) 2021-04-13 20:56:50 +02:00