GitNex/app/src/main/res/layout
M M Arif cdfc2cfb9e Implement drafts, introduce Room persistence library for db (#139)
Fix no draft message

translation updates

format improvements

typo update

some renaming refactors

Use better naming convention

remove duplicate source

arrange draft titles

enhance click listener area

Launch drafts from reply screen and clean up

Add message draft saved

update repositories tasks

Update user accounts repository with thread, remove async tasks

remove async task in drafts

update layout, change async to thread in drafts

Merge branch 'master' into pull_139

# Conflicts:
#	app/build.gradle
#	app/src/main/java/org/mian/gitnex/activities/LoginActivity.java

Merge branch 'master' into pull_139

# Conflicts:
#	app/src/main/java/org/mian/gitnex/activities/ReplyToIssueActivity.java

Merge branch 'pull_139' of codeberg.org:gitnex/GitNex into pull_139

# Conflicts:
#	app/src/main/java/org/mian/gitnex/adapters/MyReposListAdapter.java

Merge branch 'master' into pull_139

# Conflicts:
#	app/src/main/java/org/mian/gitnex/activities/LoginActivity.java
#	app/src/main/java/org/mian/gitnex/activities/ReplyToIssueActivity.java
#	app/src/main/java/org/mian/gitnex/adapters/MyReposListAdapter.java

Merge branch 'master' into pull_139

Merge branch 'master' into pull_139

Merge branch 'master' into pull_139 and fix conflicts

# Conflicts:
#	app/build.gradle
#	app/src/main/java/org/mian/gitnex/activities/LoginActivity.java
#	app/src/main/java/org/mian/gitnex/activities/MainActivity.java
#	app/src/main/java/org/mian/gitnex/activities/ReplyToIssueActivity.java
#	app/src/main/java/org/mian/gitnex/adapters/MyReposListAdapter.java
#	app/src/main/java/org/mian/gitnex/helpers/StaticGlobalVariables.java
#	app/src/main/res/values/strings.xml

Code Format

Merge branch 'master' into 15-comments-draft

Merge branch 'master' into 15-comments-draft

Merge branch 'master' into 15-comments-draft

# Conflicts:
#	app/src/main/java/org/mian/gitnex/activities/MainActivity.java
#	app/src/main/res/values/strings.xml

Go to draft, save on type and other fixes

delete all drafts, added messages where needed

delete draft

Force logout

Merge branch 'master' into 15-comments-draft

Merge branch 'master' into 15-comments-draft

# Conflicts:
#	app/src/main/java/org/mian/gitnex/activities/MainActivity.java
#	app/src/main/java/org/mian/gitnex/helpers/StaticGlobalVariables.java

check if account data is null, we need to log the user out for the 1st time.

Merge branch 'master' into 15-comments-draft

fix repo owner, name sequence

Add comments for test, show drafts list

Add repos to db

Add account to db and other refactors to the code

Merge branch 'master' into 15-comments-draft

Merge branch 'master' into 15-comments-draft

Merge branch 'master' into 15-comments-draft

Merge branch 'master' into 15-comments-draft

# Conflicts:
#	app/build.gradle
#	app/src/main/AndroidManifest.xml

Merge branch 'master' into 15-comments-draft

merge

more queries, added dao repositories, layout update

Added queries in dao

some refactor. added models, dao, entities (accounts, repositories, drafts)

WIP on implementing drafts, introduced Room persistence library for db.

Co-authored-by: M M Arif <mmarif@swatian.com>
Co-authored-by: 6543 <6543@obermui.de>
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/139
Reviewed-by: opyale <opyale@noreply.codeberg.org>
2020-07-04 22:51:55 +02:00
..
activity_add_collaborator_to_repository.xml Increasing usability and design of files diff. (#413) 2020-04-28 12:39:41 +00:00
activity_add_new_team_member.xml Add/Remove new member to team (#483) 2020-05-20 18:21:09 +00:00
activity_add_remove_assignees.xml updated all the layouts and activities 2020-03-05 00:37:28 +05:00
activity_add_remove_labels.xml updated all the layouts and activities 2020-03-05 00:37:28 +05:00
activity_admin_get_users.xml Improve layouts (#524) 2020-06-01 15:53:56 +00:00
activity_commits.xml Improve layouts (#524) 2020-06-01 15:53:56 +00:00
activity_create_issue.xml Increasing usability and design of files diff. (#413) 2020-04-28 12:39:41 +00:00
activity_create_label.xml Increasing usability and design of files diff. (#413) 2020-04-28 12:39:41 +00:00
activity_create_new_user.xml Increasing usability and design of files diff. (#413) 2020-04-28 12:39:41 +00:00
activity_create_release.xml Improve layouts (#524) 2020-06-01 15:53:56 +00:00
activity_create_team_by_org.xml Improve layouts (#524) 2020-06-01 15:53:56 +00:00
activity_credits.xml Increasing usability and design of files diff. (#413) 2020-04-28 12:39:41 +00:00
activity_edit_issue.xml Increasing usability and design of files diff. (#413) 2020-04-28 12:39:41 +00:00
activity_file_diff.xml Increasing usability and design of files diff. (#413) 2020-04-28 12:39:41 +00:00
activity_file_view.xml Moving HighlightJS into app. (#477) 2020-04-30 06:28:27 +00:00
activity_issue_detail.xml Improve single issue UI (#518) 2020-05-30 16:59:52 +00:00
activity_login.xml Using blurred avatar as background. (#532) 2020-06-06 22:04:07 +02:00
activity_main.xml Refactor issues (#380) 2020-04-14 20:55:04 +00:00
activity_merge_pull_request.xml Delete branch after merge (#496) 2020-05-21 22:49:09 +00:00
activity_new_file.xml Increasing usability and design of files diff. (#413) 2020-04-28 12:39:41 +00:00
activity_new_milestone.xml Increasing usability and design of files diff. (#413) 2020-04-28 12:39:41 +00:00
activity_new_organization.xml Increasing usability and design of files diff. (#413) 2020-04-28 12:39:41 +00:00
activity_new_repo.xml Increasing usability and design of files diff. (#413) 2020-04-28 12:39:41 +00:00
activity_org_detail.xml Remove commits tab, moved under branch. Commits are under branches now. 2020-03-28 17:44:45 +05:00
activity_org_team_members.xml Increasing usability and design of files diff. (#413) 2020-04-28 12:39:41 +00:00
activity_profile_email.xml Increasing usability and design of files diff. (#413) 2020-04-28 12:39:41 +00:00
activity_reply_to_issue.xml Implement drafts, introduce Room persistence library for db (#139) 2020-07-04 22:51:55 +02:00
activity_repo_detail.xml Refactor issues (#380) 2020-04-14 20:55:04 +00:00
activity_repo_stargazers.xml Increasing usability and design of files diff. (#413) 2020-04-28 12:39:41 +00:00
activity_repo_watchers.xml Increasing usability and design of files diff. (#413) 2020-04-28 12:39:41 +00:00
activity_settings_appearance.xml Increasing usability and design of files diff. (#413) 2020-04-28 12:39:41 +00:00
activity_settings_fileview.xml Increasing usability and design of files diff. (#413) 2020-04-28 12:39:41 +00:00
activity_settings_reporting.xml Increasing usability and design of files diff. (#413) 2020-04-28 12:39:41 +00:00
activity_settings_security.xml Clear cache, configure cache size (#482) 2020-05-09 14:50:45 +00:00
activity_settings_translation.xml Increasing usability and design of files diff. (#413) 2020-04-28 12:39:41 +00:00
activity_sponsors.xml Increasing usability and design of files diff. (#413) 2020-04-28 12:39:41 +00:00
badge_issue.xml Refactor issues (#380) 2020-04-14 20:55:04 +00:00
badge_pull.xml [UI] Add Pull & Release Counter Badge to TabLable (#350) 2020-04-04 19:20:25 +00:00
badge_release.xml [UI] Add Pull & Release Counter Badge to TabLable (#350) 2020-04-04 19:20:25 +00:00
bottom_sheet_admin_users.xml Enhance bottomsheets ui (#550) 2020-06-24 22:29:58 +02:00
bottom_sheet_drafts.xml Implement drafts, introduce Room persistence library for db (#139) 2020-07-04 22:51:55 +02:00
bottom_sheet_file_viewer.xml Enhance bottomsheets ui (#550) 2020-06-24 22:29:58 +02:00
bottom_sheet_issue_comments.xml Adding ability to quote and to copy issue comments. (#562) 2020-06-28 19:26:59 +02:00
bottom_sheet_issues_filter.xml Enhance bottomsheets ui (#550) 2020-06-24 22:29:58 +02:00
bottom_sheet_labels_in_list.xml Enhance bottomsheets ui (#550) 2020-06-24 22:29:58 +02:00
bottom_sheet_milestones_filter.xml Enhance bottomsheets ui (#550) 2020-06-24 22:29:58 +02:00
bottom_sheet_milestones_in_list.xml Enhance bottomsheets ui (#550) 2020-06-24 22:29:58 +02:00
bottom_sheet_organization.xml Enhance bottomsheets ui (#550) 2020-06-24 22:29:58 +02:00
bottom_sheet_organization_teams.xml Enhance bottomsheets ui (#550) 2020-06-24 22:29:58 +02:00
bottom_sheet_profile.xml Enhance bottomsheets ui (#550) 2020-06-24 22:29:58 +02:00
bottom_sheet_pull_request_filter.xml Enhance bottomsheets ui (#550) 2020-06-24 22:29:58 +02:00
bottom_sheet_repo.xml Enhance bottomsheets ui (#550) 2020-06-24 22:29:58 +02:00
bottom_sheet_repository_in_list.xml Enhance bottomsheets ui (#550) 2020-06-24 22:29:58 +02:00
bottom_sheet_single_issue.xml Enhance bottomsheets ui (#550) 2020-06-24 22:29:58 +02:00
credits.xml updates to other files 2020-02-20 10:19:52 +05:00
custom_multi_select.xml Fixes to color styles and layouts 2020-03-05 20:23:15 +05:00
custom_toast.xml initial push 2019-06-04 02:25:05 +05:00
custom_toast_error.xml download file and ask for permissions to write into storage 2020-03-08 12:46:31 +05:00
fragment_about.xml Merge branch 'master' into light-theme 2020-03-04 19:58:03 +05:00
fragment_administration.xml Create new screen for administration 2020-04-23 17:05:50 +05:00
fragment_branches.xml Improve layouts (#524) 2020-06-01 15:53:56 +00:00
fragment_collaborators.xml Added custom attr to more files 2020-03-04 19:54:21 +05:00
fragment_drafts.xml Implement drafts, introduce Room persistence library for db (#139) 2020-07-04 22:51:55 +02:00
fragment_explore_repo.xml Show archived repo message (#530) 2020-06-06 21:41:19 +02:00
fragment_files.xml Improve layouts (#524) 2020-06-01 15:53:56 +00:00
fragment_issues.xml Improve layouts (#524) 2020-06-01 15:53:56 +00:00
fragment_labels.xml Improve layouts (#524) 2020-06-01 15:53:56 +00:00
fragment_members_by_org.xml Fixes to color styles and layouts 2020-03-05 20:23:15 +05:00
fragment_milestones.xml Improve layouts (#524) 2020-06-01 15:53:56 +00:00
fragment_my_repositories.xml Improve layouts (#524) 2020-06-01 15:53:56 +00:00
fragment_organization_info.xml Improving design of organisation detail page. (#534) 2020-06-08 08:34:53 +02:00
fragment_organizations.xml Improve layouts (#524) 2020-06-01 15:53:56 +00:00
fragment_profile.xml Inverting color of divider too (#553) 2020-06-25 01:27:13 +02:00
fragment_profile_emails.xml Improve layouts (#524) 2020-06-01 15:53:56 +00:00
fragment_profile_followers.xml Improve layouts (#524) 2020-06-01 15:53:56 +00:00
fragment_profile_following.xml Improve layouts (#524) 2020-06-01 15:53:56 +00:00
fragment_pull_requests.xml Improve layouts (#524) 2020-06-01 15:53:56 +00:00
fragment_releases.xml Improve layouts (#524) 2020-06-01 15:53:56 +00:00
fragment_repo_info.xml Improving design of organisation detail page. (#534) 2020-06-08 08:34:53 +02:00
fragment_repositories.xml Fix org repos layout bug, cleanup layouts and adapters (#514) 2020-05-29 19:30:04 +00:00
fragment_repositories_by_org.xml Improve layouts (#524) 2020-06-01 15:53:56 +00:00
fragment_settings.xml Show archived repo message (#530) 2020-06-06 21:41:19 +02:00
fragment_starred_repositories.xml Improve layouts (#524) 2020-06-01 15:53:56 +00:00
fragment_teams_by_org.xml Improve layouts (#524) 2020-06-01 15:53:56 +00:00
layout_deprecation_dialog.xml Adding deprecation dialog. (#492) 2020-05-09 19:07:55 +00:00
layout_repo_more_info.xml Improving design of "Show more information" (#527) 2020-06-04 16:21:23 +02:00
list_admin_users.xml Improve layouts (#524) 2020-06-01 15:53:56 +00:00
list_branches.xml Improve layouts (#524) 2020-06-01 15:53:56 +00:00
list_collaborators.xml Refactor naming convention for better findings 2020-03-28 15:52:09 +05:00
list_collaborators_search.xml Add/Remove new member to team (#483) 2020-05-20 18:21:09 +00:00
list_commits.xml Improve layouts (#524) 2020-06-01 15:53:56 +00:00
list_drafts.xml Implement drafts, introduce Room persistence library for db (#139) 2020-07-04 22:51:55 +02:00
list_files.xml Improve layouts (#524) 2020-06-01 15:53:56 +00:00
list_files_diffs.xml Increasing usability and design of files diff. (#413) 2020-04-28 12:39:41 +00:00
list_issue_comments.xml Adding ability to quote and to copy issue comments. (#562) 2020-06-28 19:26:59 +02:00
list_issues.xml Improve layouts (#524) 2020-06-01 15:53:56 +00:00
list_labels.xml Proper URL parsing, label redesign and other improvements. (#564) 2020-06-30 16:43:27 +02:00
list_members_by_org.xml Refactor naming convention for better findings 2020-03-28 15:52:09 +05:00
list_members_by_team_by_org.xml Fixes for rc1 (#523) 2020-06-01 14:19:34 +00:00
list_milestones.xml Improving milestones. (#525) 2020-06-01 16:43:58 +00:00
list_organizations.xml Improve layouts (#524) 2020-06-01 15:53:56 +00:00
list_pr.xml Improve layouts (#524) 2020-06-01 15:53:56 +00:00
list_profile_emails.xml Improve layouts (#524) 2020-06-01 15:53:56 +00:00
list_profile_followers.xml Using blurred avatar as background. (#532) 2020-06-06 22:04:07 +02:00
list_profile_following.xml Using blurred avatar as background. (#532) 2020-06-06 22:04:07 +02:00
list_releases.xml Proper URL parsing, label redesign and other improvements. (#564) 2020-06-30 16:43:27 +02:00
list_releases_downloads.xml Redesign releases screen (#526) 2020-06-11 01:45:11 +02:00
list_repo_stargazers.xml Fixes for rc1 (#523) 2020-06-01 14:19:34 +00:00
list_repo_watchers.xml Fixes for rc1 (#523) 2020-06-01 14:19:34 +00:00
list_repositories.xml Show archived repo message (#530) 2020-06-06 21:41:19 +02:00
list_teams_by_org.xml Refactor naming convention for better findings 2020-03-28 15:52:09 +05:00
multi_select_item.xml Fixes to color styles and layouts 2020-03-05 20:23:15 +05:00
nav_header.xml Proper URL parsing, label redesign and other improvements. (#564) 2020-06-30 16:43:27 +02:00
row_load.xml updated all the layouts and activities 2020-03-05 00:37:28 +05:00
spinner_dropdown_item.xml New spinner style 2020-02-03 00:14:38 +05:00
spinner_item.xml Prepare release 2.4.0 (#283) 2020-03-15 15:09:26 +00:00
sponsors.xml updates to other files 2020-02-20 10:19:52 +05:00