GitNex-Android-App/app/src/main/java/org/mian/gitnex/models
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
..
APISettings.java Add Issue/Comment Reactions (#557) 2020-11-08 19:58:47 +01:00
AddEmail.java initial push 2019-06-04 02:25:05 +05:00
AttachmentSettings.java Add Issue/Comment Reactions (#557) 2020-11-08 19:58:47 +01:00
Branches.java initial push 2019-06-04 02:25:05 +05:00
Collaborators.java New popup for labels/assignees (#723) 2020-10-09 17:47:52 +02:00
Commits.java Refactor commits (#452) 2020-04-26 22:59:09 +00:00
CreateIssue.java New popup for labels/assignees (#723) 2020-10-09 17:47:52 +02:00
CreateLabel.java initial push 2019-06-04 02:25:05 +05:00
CreatePullRequest.java New popup for labels/assignees (#723) 2020-10-09 17:47:52 +02:00
CreateStatusOption.java Add Issue/Comment Reactions (#557) 2020-11-08 19:58:47 +01:00
DeleteFile.java Edit and delete a file (#626) 2020-08-18 16:37:10 +02:00
EditFile.java Edit and delete a file (#626) 2020-08-18 16:37:10 +02:00
Emails.java initial push 2019-06-04 02:25:05 +05:00
ExploreRepositories.java Implemented search ui and screen for exploring repositories. 2019-10-10 18:40:43 +05:00
FileDiffView.java Refactor FileDiffActivety (#537) 2020-06-11 15:31:11 +02:00
Files.java added files model 2019-10-01 20:07:37 +05:00
GiteaVersion.java initial push 2019-06-04 02:25:05 +05:00
IssueComments.java FIX IssueComments moddel (#425) 2020-04-18 04:50:36 +00:00
IssueReaction.java Add Issue/Comment Reactions (#557) 2020-11-08 19:58:47 +01:00
Issues.java Search issues (#713) 2020-09-30 13:09:24 +02:00
Labels.java New popup for labels/assignees (#723) 2020-10-09 17:47:52 +02:00
MarkdownOption.java Add Issue/Comment Reactions (#557) 2020-11-08 19:58:47 +01:00
MergePullRequest.java Extend Merge Options (#217) 2020-04-11 20:20:26 +00:00
MergePullRequestSpinner.java Extend Merge Options (#217) 2020-04-11 20:20:26 +00:00
Milestones.java Close/reopen milestone 2020-04-08 23:31:27 +05:00
NewFile.java Edit and delete a file (#626) 2020-08-18 16:37:10 +02:00
NotificationCount.java Notification badge in navigation menu (#702) 2020-09-18 06:51:41 +02:00
NotificationSubject.java Notifications (#554) 2020-07-22 21:32:42 +02:00
NotificationThread.java Notifications (#554) 2020-07-22 21:32:42 +02:00
OrgOwner.java Create repository from organization menu, refactors too 2020-03-17 15:32:03 +05:00
Organization.java initial push 2019-06-04 02:25:05 +05:00
OrganizationRepository.java initial push 2019-06-04 02:25:05 +05:00
Permission.java initial push 2019-06-04 02:25:05 +05:00
PullRequests.java Delete branch after merge (#496) 2020-05-21 22:49:09 +00:00
Releases.java initial push 2019-06-04 02:25:05 +05:00
RepositorySettings.java Add Issue/Comment Reactions (#557) 2020-11-08 19:58:47 +01:00
RepositoryTransfer.java Transfer repository ownership (#696) 2020-09-16 08:53:13 +02:00
Status.java Add Issue/Comment Reactions (#557) 2020-11-08 19:58:47 +01:00
Teams.java initial push 2019-06-04 02:25:05 +05:00
UISettings.java Add Issue/Comment Reactions (#557) 2020-11-08 19:58:47 +01:00
UpdateIssueAssignees.java Refactor assignee(s) API calls (#199) 2020-02-24 18:50:51 +00:00
UpdateIssueState.java initial push 2019-06-04 02:25:05 +05:00
UserHeatmap.java Add Issue/Comment Reactions (#557) 2020-11-08 19:58:47 +01:00
UserInfo.java initial push 2019-06-04 02:25:05 +05:00
UserOrganizations.java Create repository from organization menu, refactors too 2020-03-17 15:32:03 +05:00
UserRepositories.java Repo settings (delete-edit) (#683) 2020-09-13 06:54:05 +02:00
UserSearch.java initial push 2019-06-04 02:25:05 +05:00
UserTokens.java Fix creating multiple tokens. The changes were from upstream API 2019-11-16 00:39:09 +05:00
WatchInfo.java Check Issue Subscription and display button based on that (#445) 2020-05-21 18:58:00 +00:00