diff --git a/app/src/main/res/layout/activity_add_new_team_member.xml b/app/src/main/res/layout/activity_add_new_team_member.xml index ff8cad40..d5530436 100644 --- a/app/src/main/res/layout/activity_add_new_team_member.xml +++ b/app/src/main/res/layout/activity_add_new_team_member.xml @@ -37,7 +37,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_gravity="center_vertical" - android:text="@string/addNewMember" + android:text="@string/addRemove" android:textColor="?attr/primaryTextColor" android:maxLines="1" android:textSize="20sp" /> diff --git a/app/src/main/res/layout/bottom_sheet_admin_users.xml b/app/src/main/res/layout/bottom_sheet_admin_users.xml index acc6473c..0b692d7e 100644 --- a/app/src/main/res/layout/bottom_sheet_admin_users.xml +++ b/app/src/main/res/layout/bottom_sheet_admin_users.xml @@ -18,20 +18,47 @@ android:layout_height="wrap_content" android:orientation="vertical"> - + android:id="@+id/orgCreate" + android:padding="8dp" + android:orientation="vertical"> + + + + + + + + + + diff --git a/app/src/main/res/layout/bottom_sheet_drafts.xml b/app/src/main/res/layout/bottom_sheet_drafts.xml index 1ab7ece5..e6c1dfda 100644 --- a/app/src/main/res/layout/bottom_sheet_drafts.xml +++ b/app/src/main/res/layout/bottom_sheet_drafts.xml @@ -18,20 +18,47 @@ android:layout_height="wrap_content" android:orientation="vertical"> - + android:id="@+id/orgCreate" + android:padding="8dp" + android:orientation="vertical"> + + + + + + + + + + diff --git a/app/src/main/res/layout/bottom_sheet_file_viewer.xml b/app/src/main/res/layout/bottom_sheet_file_viewer.xml index a3390604..5e6817b2 100644 --- a/app/src/main/res/layout/bottom_sheet_file_viewer.xml +++ b/app/src/main/res/layout/bottom_sheet_file_viewer.xml @@ -18,50 +18,73 @@ android:orientation="vertical" android:layout_height="wrap_content"> - + android:id="@+id/orgCreate" + android:padding="8dp" + android:orientation="vertical"> - + - + + + android:layout_height="match_parent" + android:id="@+id/labelsListSection" + app:flexWrap="wrap" + app:alignItems="stretch" + android:padding="8dp" + app:alignContent="stretch" > + + + + + + + + diff --git a/app/src/main/res/layout/bottom_sheet_issue_comments.xml b/app/src/main/res/layout/bottom_sheet_issue_comments.xml index a1635002..d5a198b1 100644 --- a/app/src/main/res/layout/bottom_sheet_issue_comments.xml +++ b/app/src/main/res/layout/bottom_sheet_issue_comments.xml @@ -25,95 +25,138 @@ android:layout_marginBottom="5dp" android:orientation="horizontal" /> - + android:layout_height="4dp" + android:id="@+id/reactionDivider" + android:layout_marginTop="16dp" + android:layout_marginBottom="16dp" + android:background="?attr/dividerColor" /> - + android:id="@+id/orgCreate" + android:padding="8dp" + android:orientation="vertical"> - + - + - + android:layout_height="match_parent" + android:id="@+id/issueCommentSection" + app:flexWrap="wrap" + app:alignItems="stretch" + android:padding="8dp" + app:alignContent="stretch" > - + + + + + + + + + + + android:layout_height="4dp" + android:id="@+id/commentDivider" + android:layout_marginBottom="16dp" + android:background="?attr/dividerColor" /> + + + + + + + + diff --git a/app/src/main/res/layout/bottom_sheet_issues_filter.xml b/app/src/main/res/layout/bottom_sheet_issues_filter.xml index afc6c265..bce85b9a 100644 --- a/app/src/main/res/layout/bottom_sheet_issues_filter.xml +++ b/app/src/main/res/layout/bottom_sheet_issues_filter.xml @@ -18,51 +18,73 @@ android:orientation="vertical" android:layout_height="wrap_content"> - + android:id="@+id/orgCreate" + android:padding="8dp" + android:orientation="vertical"> - + - + + + android:layout_height="match_parent" + android:id="@+id/issuesFilterSection" + app:flexWrap="wrap" + app:alignItems="stretch" + android:padding="8dp" + app:alignContent="stretch" > + + + + + + + + diff --git a/app/src/main/res/layout/bottom_sheet_labels_in_list.xml b/app/src/main/res/layout/bottom_sheet_labels_in_list.xml index b4a167bb..7a65cd8d 100644 --- a/app/src/main/res/layout/bottom_sheet_labels_in_list.xml +++ b/app/src/main/res/layout/bottom_sheet_labels_in_list.xml @@ -18,53 +18,60 @@ android:orientation="vertical" android:layout_height="wrap_content"> - + android:id="@+id/orgCreate" + android:padding="8dp" + android:orientation="vertical"> - + - + - + android:layout_height="match_parent" + android:id="@+id/labelsListSection" + app:flexWrap="wrap" + app:alignItems="stretch" + android:padding="8dp" + app:alignContent="stretch" > + + + + + + diff --git a/app/src/main/res/layout/bottom_sheet_milestones_filter.xml b/app/src/main/res/layout/bottom_sheet_milestones_filter.xml index 4d208a8c..a73bb0e6 100644 --- a/app/src/main/res/layout/bottom_sheet_milestones_filter.xml +++ b/app/src/main/res/layout/bottom_sheet_milestones_filter.xml @@ -18,35 +18,60 @@ android:orientation="vertical" android:layout_height="wrap_content"> - + android:id="@+id/orgCreate" + android:padding="8dp" + android:orientation="vertical"> - + + + + + android:layout_height="match_parent" + android:id="@+id/milestonesFilterSection" + app:flexWrap="wrap" + app:alignItems="stretch" + android:padding="8dp" + app:alignContent="stretch" > + + + + + + diff --git a/app/src/main/res/layout/bottom_sheet_milestones_in_list.xml b/app/src/main/res/layout/bottom_sheet_milestones_in_list.xml index 5f8bcc0f..1f3d0d63 100644 --- a/app/src/main/res/layout/bottom_sheet_milestones_in_list.xml +++ b/app/src/main/res/layout/bottom_sheet_milestones_in_list.xml @@ -18,35 +18,60 @@ android:orientation="vertical" android:layout_height="wrap_content"> - + android:id="@+id/orgCreate" + android:padding="8dp" + android:orientation="vertical"> - + + + + + android:layout_height="match_parent" + android:id="@+id/milestonesListSection" + app:flexWrap="wrap" + app:alignItems="stretch" + android:padding="8dp" + app:alignContent="stretch" > + + + + + + diff --git a/app/src/main/res/layout/bottom_sheet_notifications.xml b/app/src/main/res/layout/bottom_sheet_notifications.xml index adadfdda..1ffa05f5 100644 --- a/app/src/main/res/layout/bottom_sheet_notifications.xml +++ b/app/src/main/res/layout/bottom_sheet_notifications.xml @@ -1,70 +1,92 @@ - + android:layout_height="wrap_content" + android:orientation="vertical" + android:paddingTop="6dp" + android:paddingBottom="12dp" + android:background="?attr/primaryBackgroundColor"> - - - - + android:orientation="vertical" + android:layout_height="wrap_content"> - + - + - + - + + + + + + + + + + + + + diff --git a/app/src/main/res/layout/bottom_sheet_notifications_filter.xml b/app/src/main/res/layout/bottom_sheet_notifications_filter.xml index 42f13c43..b09984a1 100644 --- a/app/src/main/res/layout/bottom_sheet_notifications_filter.xml +++ b/app/src/main/res/layout/bottom_sheet_notifications_filter.xml @@ -18,35 +18,60 @@ android:orientation="vertical" android:layout_height="wrap_content"> - + android:id="@+id/orgCreate" + android:padding="8dp" + android:orientation="vertical"> - + + + + + android:layout_height="match_parent" + android:id="@+id/notificationsFilterSection" + app:flexWrap="wrap" + app:alignItems="stretch" + android:padding="8dp" + app:alignContent="stretch" > + + + + + + diff --git a/app/src/main/res/layout/bottom_sheet_organization_teams.xml b/app/src/main/res/layout/bottom_sheet_organization_teams.xml index ea60c3ee..a641e75c 100644 --- a/app/src/main/res/layout/bottom_sheet_organization_teams.xml +++ b/app/src/main/res/layout/bottom_sheet_organization_teams.xml @@ -18,20 +18,47 @@ android:orientation="vertical" android:layout_height="wrap_content"> - + android:id="@+id/orgCreate" + android:padding="8dp" + android:orientation="vertical"> + + + + + + + + + + diff --git a/app/src/main/res/layout/bottom_sheet_profile.xml b/app/src/main/res/layout/bottom_sheet_profile.xml index 0ef6cafd..1162daa1 100644 --- a/app/src/main/res/layout/bottom_sheet_profile.xml +++ b/app/src/main/res/layout/bottom_sheet_profile.xml @@ -18,20 +18,47 @@ android:orientation="vertical" android:layout_height="wrap_content"> - + android:id="@+id/orgCreate" + android:padding="8dp" + android:orientation="vertical"> + + + + + + + + + + diff --git a/app/src/main/res/layout/bottom_sheet_pull_request_filter.xml b/app/src/main/res/layout/bottom_sheet_pull_request_filter.xml index f628855f..fcdb33cf 100644 --- a/app/src/main/res/layout/bottom_sheet_pull_request_filter.xml +++ b/app/src/main/res/layout/bottom_sheet_pull_request_filter.xml @@ -18,35 +18,60 @@ android:orientation="vertical" android:layout_height="wrap_content"> - + android:id="@+id/orgCreate" + android:padding="8dp" + android:orientation="vertical"> - + + + + + android:layout_height="match_parent" + android:id="@+id/prFilterSection" + app:flexWrap="wrap" + app:alignItems="stretch" + android:padding="8dp" + app:alignContent="stretch" > + + + + + + diff --git a/app/src/main/res/layout/bottom_sheet_releases_tags.xml b/app/src/main/res/layout/bottom_sheet_releases_tags.xml index 115746fa..737f1123 100644 --- a/app/src/main/res/layout/bottom_sheet_releases_tags.xml +++ b/app/src/main/res/layout/bottom_sheet_releases_tags.xml @@ -18,35 +18,60 @@ android:orientation="vertical" android:layout_height="wrap_content"> - + android:id="@+id/orgCreate" + android:padding="8dp" + android:orientation="vertical"> - + + + + + android:layout_height="match_parent" + android:id="@+id/releasesTagsFilterSection" + app:flexWrap="wrap" + app:alignItems="stretch" + android:padding="8dp" + app:alignContent="stretch" > + + + + + + diff --git a/app/src/main/res/layout/bottom_sheet_tag_in_list.xml b/app/src/main/res/layout/bottom_sheet_tag_in_list.xml index d189f996..005d3012 100644 --- a/app/src/main/res/layout/bottom_sheet_tag_in_list.xml +++ b/app/src/main/res/layout/bottom_sheet_tag_in_list.xml @@ -18,20 +18,47 @@ android:orientation="vertical" android:layout_height="wrap_content"> - + android:id="@+id/orgCreate" + android:padding="8dp" + android:orientation="vertical"> + + + + + + + + + + diff --git a/app/src/main/res/layout/bottom_sheet_user_profile.xml b/app/src/main/res/layout/bottom_sheet_user_profile.xml index 28a9be1e..55ee1971 100644 --- a/app/src/main/res/layout/bottom_sheet_user_profile.xml +++ b/app/src/main/res/layout/bottom_sheet_user_profile.xml @@ -18,20 +18,47 @@ android:layout_height="wrap_content" android:orientation="vertical"> - + android:id="@+id/orgCreate" + android:padding="8dp" + android:orientation="vertical"> + + + + + + + + + + diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index de619e86..c9411558 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -286,7 +286,6 @@ show all Org members Organization team members - Add / Remove New Member Remove\u0020 Add\u0020 Do you want to add this user to the team? @@ -361,7 +360,7 @@ Repository Meta - Add New User + New User System Users Admin Cron Tasks @@ -498,6 +497,8 @@ Repository Team Organization + Add / Remove + Download Explore users @@ -550,7 +551,6 @@ Select merge strategy Not allowed to merge [Reason: Does not have enough approvals] - Download This File Please wait for the file to load to memory File saved successfully This file type/size is not supported in file viewer. You can download it from the menu. @@ -637,9 +637,9 @@ %d Minutes Select Polling Delay Choose a minutely delay in which GitNex tries to poll new notifications - Mark as Read - Mark as Unread - Pin Notification + Mark Read + Mark Unread + Pin Successfully marked all notifications as read Polling delay, light, vibration Enable Notifications