GitNex/app/src/main/java/org/mian/gitnex/fragments
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
..
AboutFragment.java Implementation of custom fonts app wide 2020-01-02 01:03:53 +05:00
AdministrationFragment.java Create new screen for administration 2020-04-23 17:05:50 +05:00
BottomSheetAdminUsersFragment.java Add/Remove new member to team (#483) 2020-05-20 18:21:09 +00:00
BottomSheetDraftsFragment.java Implement drafts, introduce Room persistence library for db (#139) 2020-07-04 22:51:55 +02:00
BottomSheetFileViewerFragment.java wip on download files 2020-03-08 10:53:00 +05:00
BottomSheetIssuesFilterFragment.java Optimize fragments, add filters, fix search and clean up (#439) 2020-04-23 20:40:13 +00:00
BottomSheetMilestonesFilterFragment.java Milestones filter(open/close) + refactor (#506) 2020-05-23 17:54:16 +00:00
BottomSheetOrganizationFragment.java Add/Remove new member to team (#483) 2020-05-20 18:21:09 +00:00
BottomSheetOrganizationTeamsFragment.java Add/Remove new member to team (#483) 2020-05-20 18:21:09 +00:00
BottomSheetProfileFragment.java Add/Remove new member to team (#483) 2020-05-20 18:21:09 +00:00
BottomSheetPullRequestFilterFragment.java Optimize fragments, add filters, fix search and clean up (#439) 2020-04-23 20:40:13 +00:00
BottomSheetRepoFragment.java Gitea >= v1.12.0 only need read rights for Colaborators Tab (#542) 2020-06-22 17:59:36 +02:00
BottomSheetSingleIssueFragment.java Proper URL parsing, label redesign and other improvements. (#564) 2020-06-30 16:43:27 +02:00
BranchesFragment.java Offline mode (#190) 2019-11-13 15:52:49 +00:00
CollaboratorsFragment.java Offline mode (#190) 2019-11-13 15:52:49 +00:00
DraftsFragment.java Implement drafts, introduce Room persistence library for db (#139) 2020-07-04 22:51:55 +02:00
ExploreRepositoriesFragment.java Show ContributorsTab only if you have permission to (#402) 2020-04-14 19:25:36 +00:00
FilesFragment.java Optimize fragments, add filters, fix search and clean up (#439) 2020-04-23 20:40:13 +00:00
IssuesFragment.java Fix Crash when searching issues/pr (#547) 2020-06-24 17:05:02 +02:00
LabelsFragment.java Offline mode (#190) 2019-11-13 15:52:49 +00:00
MembersByOrgFragment.java Refactoring LoginActivity and other improvements. (#561) 2020-06-28 17:11:59 +02:00
MilestonesFragment.java Fix Crash when searching issues/pr (#547) 2020-06-24 17:05:02 +02:00
MyRepositoriesFragment.java Refactoring LoginActivity and other improvements. (#561) 2020-06-28 17:11:59 +02:00
OrganizationInfoFragment.java Improving design of organisation detail page. (#534) 2020-06-08 08:34:53 +02:00
OrganizationsFragment.java Refactoring LoginActivity and other improvements. (#561) 2020-06-28 17:11:59 +02:00
ProfileEmailsFragment.java Offline mode (#190) 2019-11-13 15:52:49 +00:00
ProfileFollowersFragment.java Offline mode (#190) 2019-11-13 15:52:49 +00:00
ProfileFollowingFragment.java Offline mode (#190) 2019-11-13 15:52:49 +00:00
ProfileFragment.java Proper URL parsing, label redesign and other improvements. (#564) 2020-06-30 16:43:27 +02:00
PullRequestsFragment.java Fix Crash when searching issues/pr (#547) 2020-06-24 17:05:02 +02:00
ReleasesFragment.java Offline mode (#190) 2019-11-13 15:52:49 +00:00
RepoInfoFragment.java Improving design of organisation detail page. (#534) 2020-06-08 08:34:53 +02:00
RepositoriesByOrgFragment.java Refactoring LoginActivity and other improvements. (#561) 2020-06-28 17:11:59 +02:00
RepositoriesFragment.java Refactoring LoginActivity and other improvements. (#561) 2020-06-28 17:11:59 +02:00
SettingsFragment.java Small layout adjustments and correcting typos. 2020-05-14 12:46:49 +02:00
StarredRepositoriesFragment.java Refactoring LoginActivity and other improvements. (#561) 2020-06-28 17:11:59 +02:00
TeamsByOrgFragment.java Refactoring LoginActivity and other improvements. (#561) 2020-06-28 17:11:59 +02:00