GitNex-Android-App/app/src/main/java/org/mian/gitnex/activities
opyale ade7b797f1 Add Issue/Comment Reactions (#557)
Minor performance improvements.

Merge branch 'master' of https://codeberg.org/gitnex/GitNex into issue-reactions

Improving color of selected elements.

First, fully working implementation of reactions.

Merge branch 'master' of https://codeberg.org/gitnex/GitNex into issue-reactions

 Conflicts:
	app/src/main/res/layout/bottom_sheet_issue_comments.xml
	app/src/main/res/layout/list_issue_comments.xml

(Hopefully) fixing merge issues.

Merge branch 'master' of https://codeberg.org/gitnex/GitNex into issue-reactions

 Conflicts:
	app/src/main/java/org/mian/gitnex/interfaces/ApiInterface.java
	app/src/main/res/layout/activity_issue_detail.xml
	app/src/main/res/layout/bottom_sheet_issue_comments.xml
	app/src/main/res/layout/bottom_sheet_single_issue.xml
	app/src/main/res/values/colors.xml

Moving reactions below time frame on comments.

Merge branch 'master' into layout-reactions

Add IssueReactions

Merge remote-tracking branch 'origin/layout-reactions' into layout-reactions

Merge branch 'master' of https://gitea.com/gitnex/GitNex into layout-reactions

Merge branch 'master' into layout-reactions

Applying to pulls and issues.

Merge branch 'master' of https://gitea.com/gitnex/GitNex into layout-reactions

Providing external layouts.

Some improvements.

Adding comment emote indications.

Adding circle around emotes.

Adding some padding.

First tests.

Co-authored-by: opyale <opyale@noreply.gitea.io>
Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: 6543 <6543@noreply.gitea.io>
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/557
Reviewed-by: M M Arif <mmarif@noreply.codeberg.org>
2020-11-08 19:58:47 +01:00
..
AddCollaboratorToRepositoryActivity.java Increasing performance, fixing bugs and adding syntax highlighting. (#755) 2020-11-02 16:17:00 +01:00
AddNewAccountActivity.java Increasing performance, fixing bugs and adding syntax highlighting. (#755) 2020-11-02 16:17:00 +01:00
AddNewTeamMemberActivity.java Increasing performance, fixing bugs and adding syntax highlighting. (#755) 2020-11-02 16:17:00 +01:00
AdminGetUsersActivity.java Increasing performance, fixing bugs and adding syntax highlighting. (#755) 2020-11-02 16:17:00 +01:00
BaseActivity.java Improve notifications (#764) 2020-11-03 20:14:24 +01:00
CommitsActivity.java Increasing performance, fixing bugs and adding syntax highlighting. (#755) 2020-11-02 16:17:00 +01:00
CreateFileActivity.java Increasing performance, fixing bugs and adding syntax highlighting. (#755) 2020-11-02 16:17:00 +01:00
CreateIssueActivity.java Increasing performance, fixing bugs and adding syntax highlighting. (#755) 2020-11-02 16:17:00 +01:00
CreateLabelActivity.java Increasing performance, fixing bugs and adding syntax highlighting. (#755) 2020-11-02 16:17:00 +01:00
CreateMilestoneActivity.java Increasing performance, fixing bugs and adding syntax highlighting. (#755) 2020-11-02 16:17:00 +01:00
CreateNewUserActivity.java Increasing performance, fixing bugs and adding syntax highlighting. (#755) 2020-11-02 16:17:00 +01:00
CreateOrganizationActivity.java Increasing performance, fixing bugs and adding syntax highlighting. (#755) 2020-11-02 16:17:00 +01:00
CreatePullRequestActivity.java Increasing performance, fixing bugs and adding syntax highlighting. (#755) 2020-11-02 16:17:00 +01:00
CreateReleaseActivity.java Increasing performance, fixing bugs and adding syntax highlighting. (#755) 2020-11-02 16:17:00 +01:00
CreateRepoActivity.java Increasing performance, fixing bugs and adding syntax highlighting. (#755) 2020-11-02 16:17:00 +01:00
CreateTeamByOrgActivity.java Increasing performance, fixing bugs and adding syntax highlighting. (#755) 2020-11-02 16:17:00 +01:00
DeepLinksActivity.java Refactor deeplinks (#762) 2020-11-02 18:01:06 +01:00
EditIssueActivity.java Increasing performance, fixing bugs and adding syntax highlighting. (#755) 2020-11-02 16:17:00 +01:00
FileDiffActivity.java Increasing performance, fixing bugs and adding syntax highlighting. (#755) 2020-11-02 16:17:00 +01:00
FileViewActivity.java Increasing performance, fixing bugs and adding syntax highlighting. (#755) 2020-11-02 16:17:00 +01:00
IssueDetailActivity.java Add Issue/Comment Reactions (#557) 2020-11-08 19:58:47 +01:00
LoginActivity.java Increasing performance, fixing bugs and adding syntax highlighting. (#755) 2020-11-02 16:17:00 +01:00
MainActivity.java Improve nav drawer lag (#765) 2020-11-06 02:09:34 +01:00
MergePullRequestActivity.java Increasing performance, fixing bugs and adding syntax highlighting. (#755) 2020-11-02 16:17:00 +01:00
OpenRepoInBrowserActivity.java Increasing performance, fixing bugs and adding syntax highlighting. (#755) 2020-11-02 16:17:00 +01:00
OrganizationDetailActivity.java Increasing performance, fixing bugs and adding syntax highlighting. (#755) 2020-11-02 16:17:00 +01:00
OrganizationTeamMembersActivity.java Increasing performance, fixing bugs and adding syntax highlighting. (#755) 2020-11-02 16:17:00 +01:00
ProfileEmailActivity.java Increasing performance, fixing bugs and adding syntax highlighting. (#755) 2020-11-02 16:17:00 +01:00
RepoDetailActivity.java Increasing performance, fixing bugs and adding syntax highlighting. (#755) 2020-11-02 16:17:00 +01:00
RepoForksActivity.java Increasing performance, fixing bugs and adding syntax highlighting. (#755) 2020-11-02 16:17:00 +01:00
RepoStargazersActivity.java Increasing performance, fixing bugs and adding syntax highlighting. (#755) 2020-11-02 16:17:00 +01:00
RepoWatchersActivity.java Increasing performance, fixing bugs and adding syntax highlighting. (#755) 2020-11-02 16:17:00 +01:00
RepositorySettingsActivity.java Increasing performance, fixing bugs and adding syntax highlighting. (#755) 2020-11-02 16:17:00 +01:00
SettingsAppearanceActivity.java Increasing performance, fixing bugs and adding syntax highlighting. (#755) 2020-11-02 16:17:00 +01:00
SettingsDraftsActivity.java Increasing performance, fixing bugs and adding syntax highlighting. (#755) 2020-11-02 16:17:00 +01:00
SettingsFileViewerActivity.java Increasing performance, fixing bugs and adding syntax highlighting. (#755) 2020-11-02 16:17:00 +01:00
SettingsGeneralActivity.java Increasing performance, fixing bugs and adding syntax highlighting. (#755) 2020-11-02 16:17:00 +01:00
SettingsNotificationsActivity.java Improve notifications (#764) 2020-11-03 20:14:24 +01:00
SettingsReportsActivity.java Increasing performance, fixing bugs and adding syntax highlighting. (#755) 2020-11-02 16:17:00 +01:00
SettingsSecurityActivity.java Improve notifications (#764) 2020-11-03 20:14:24 +01:00
SettingsTranslationActivity.java Increasing performance, fixing bugs and adding syntax highlighting. (#755) 2020-11-02 16:17:00 +01:00