Merge branch 'master' of gitea.com:mmarif/GitNex
# Conflicts: # app/src/main/java/org/mian/gitnex/activities/IssueDetailActivity.java # app/src/main/java/org/mian/gitnex/activities/MainActivity.java # app/src/main/java/org/mian/gitnex/adapters/AdminGetUsersAdapter.java # app/src/main/java/org/mian/gitnex/adapters/CollaboratorsAdapter.java # app/src/main/java/org/mian/gitnex/adapters/IssueCommentsAdapter.java # app/src/main/java/org/mian/gitnex/adapters/MembersByOrgAdapter.java # app/src/main/java/org/mian/gitnex/adapters/MyReposListAdapter.java # app/src/main/java/org/mian/gitnex/adapters/OrganizationsListAdapter.java # app/src/main/java/org/mian/gitnex/adapters/ProfileFollowersAdapter.java # app/src/main/java/org/mian/gitnex/adapters/ProfileFollowingAdapter.java # app/src/main/java/org/mian/gitnex/adapters/ReposListAdapter.java # app/src/main/java/org/mian/gitnex/adapters/RepositoriesByOrgAdapter.java # app/src/main/java/org/mian/gitnex/adapters/StarredReposListAdapter.java # app/src/main/java/org/mian/gitnex/adapters/TeamMembersByOrgAdapter.java # app/src/main/java/org/mian/gitnex/adapters/UserSearchAdapter.java # app/src/main/java/org/mian/gitnex/fragments/OrganizationInfoFragment.java # app/src/main/java/org/mian/gitnex/fragments/ProfileFragment.java # app/src/main/res/layout/activity_issue_detail.xml # app/src/main/res/layout/admin_users_list.xml # app/src/main/res/layout/fragment_profile.xml # app/src/main/res/layout/issue_comments.xml # app/src/main/res/layout/my_repos_list.xml # app/src/main/res/layout/nav_header.xml # app/src/main/res/layout/organizations_list.xml # app/src/main/res/layout/profile_followers_list.xml # app/src/main/res/layout/profile_following_list.xml # app/src/main/res/layout/repos_list.xml # app/src/main/res/layout/repositories_by_org_list.xml # app/src/main/res/layout/starred_repos_list.xml
@ -1,16 +0,0 @@
|
||||
1.0-rc6
|
||||
* New: Added meta data and changelog for F-droid
|
||||
|
||||
1.0-rc5
|
||||
* New: Highlight usernames in issues and comments
|
||||
* Bugfix: Default label creation bug
|
||||
* Bugfix: Infinite loop of settings screen on some devices
|
||||
|
||||
1.0-rc4
|
||||
* New: Create label with color picker
|
||||
* Bugfix: Fix label flag in creating new issue
|
||||
* Bugfix: Fix pretty date on new app launch
|
||||
* Enhanced: Moved create milestone and issue into bottom sheet
|
||||
* Enhanced: Clean up issue and comments ui
|
||||
* Enhanced: Enhance milestone open/close status
|
||||
* Enhanced: Enhance milestone due date color and font size
|
@ -1,30 +0,0 @@
|
||||
1.0.1
|
||||
- Fixed icons on some devices
|
||||
|
||||
1.0.0
|
||||
- My Repositories
|
||||
- Repositories list
|
||||
- Organizations list
|
||||
- Create new repository
|
||||
- Create new organization
|
||||
- Search/filter repositories and organizations
|
||||
- Profile view
|
||||
- Repository stars, watchers, issues count
|
||||
- Issues list
|
||||
- Issue comments
|
||||
- Comment on issues
|
||||
- Search issues in issues list
|
||||
- Create new issue with multiple assignees, labels and add milestone, due date to it
|
||||
- Create label
|
||||
- Edit / delete labels
|
||||
- Repository information
|
||||
- Milestones list
|
||||
- Create new milestone
|
||||
- Branches list
|
||||
- Releases with source download
|
||||
- Collaborators view for repository
|
||||
- Markdown support
|
||||
- Emoji support
|
||||
- Settings : Pretty and Normal time format, language change
|
||||
- Option to access local non-https installs
|
||||
- Login/Logout
|
@ -1,19 +0,0 @@
|
||||
1.1.0-rc1
|
||||
- New: Redesign the whole app experience in terms of fonts, colors, ux adjustments and ui fixes
|
||||
- New: New font
|
||||
- New: Issues counter badge. Can be enabled/disabled from settings
|
||||
- New: Redesigned settings screen
|
||||
- New: Create a team in Organization
|
||||
- New: List organization members
|
||||
- New: List organization teams
|
||||
- New: List team members in organization by tapping on the team name
|
||||
- New: Repository list for the organization. Tap on organization.
|
||||
- New: Show the repositories list starred by the logged in user
|
||||
- Enhancement: Login api calls for http status code 500
|
||||
- Enhancement: Font sizes, color schemes
|
||||
- Enhancement: Labels, user avatars, menus
|
||||
- Enhancement: Added names to collaborators grid in repository view instead of tap
|
||||
- Enhancement: Refactored and redesigned About screen
|
||||
- Enhancement: Reply to issue button is now at the nav header
|
||||
- Fixed: Collaborators avatar layout grid
|
||||
- Fixed: Malformed json in logins
|
@ -1,8 +0,0 @@
|
||||
- New: Add collaborator to repository
|
||||
- New: User can now edit his/her own comments
|
||||
- New: See who are your followers
|
||||
- New: See who you are following
|
||||
- Enhancement: Redesign Profile screen
|
||||
- Enhancement: Added edited status for single issue and comments
|
||||
|
||||
Release notes: https://gitlab.com/mmarif4u/gitnex/releases
|
@ -1,10 +0,0 @@
|
||||
- New: Add an email address to your account
|
||||
- New: Add collaborator to the repository
|
||||
- New: Users can now edit his / her own comments
|
||||
- New: See who are your followers
|
||||
- New: See who you are following
|
||||
- Enhancement: Redesign Profile screen
|
||||
- Enhancement: Added edited status for single issue and comments
|
||||
|
||||
And many more, check the release notes.
|
||||
https://gitlab.com/mmarif4u/gitnex/releases
|
@ -1,10 +0,0 @@
|
||||
- New: Add/remove labels from an issue
|
||||
- New: README is added to repo information tab
|
||||
- New: Basic HTTP authentication support. Use USERNAME@YOUR-DOMAIN.COM in URL field
|
||||
- New: Create a new user - Admin privilege required
|
||||
- Enhancement: Refactor multi dialogs to match the current app design
|
||||
- Enhancement: Update markdown library for better md support
|
||||
- Enhancement: New nav background image
|
||||
|
||||
Release Notes
|
||||
https://gitlab.com/mmarif4u/gitnex/releases
|
@ -1,7 +0,0 @@
|
||||
- New: Edit issue
|
||||
- New: Tabs for open and closed issues
|
||||
- Enhancement: German translation
|
||||
- Fixed: Layout fixes across the app
|
||||
|
||||
And many more, check the release notes.
|
||||
https://gitlab.com/mmarif4u/gitnex/releases
|
@ -1,12 +0,0 @@
|
||||
- New: Add/remove labels from an issue
|
||||
- New: Repo README in information tab
|
||||
- New: Basic HTTP authentication support
|
||||
- New: Create a new user
|
||||
- New: Edit issue
|
||||
- New: Closed issues in new tab
|
||||
- Enhancement: German translation
|
||||
- Enhancement: Redesign multi select dialogs
|
||||
- Enhancement: New nav background image
|
||||
|
||||
For more, check the release notes.
|
||||
https://gitlab.com/mmarif4u/gitnex/releases
|
@ -1,12 +0,0 @@
|
||||
- New: Organization overview
|
||||
- New: Code block colors - change in settings
|
||||
- New: Home screen of your choice - change in settings
|
||||
- New: Close and reopen an issue
|
||||
- New: Create new release
|
||||
- Enhancement: Updated release tab layout
|
||||
- Enhancement: Added release tag in releases
|
||||
- Enhancement: German and Russian translation updates
|
||||
- Fixed: Crash when issues and info tabs are frequently switched
|
||||
|
||||
For more, check the release notes.
|
||||
https://gitlab.com/mmarif4u/gitnex/releases
|
@ -1,13 +0,0 @@
|
||||
- New: Organization overview
|
||||
- New: Code block colors - change in settings
|
||||
- New: Home screen of your choice - change in settings
|
||||
- New: Close and reopen an issue
|
||||
- New: Create new release
|
||||
- New: Mention collaborators in issues, comments
|
||||
- New: 2FA OTP feature. Check the Troubleshoot wiki page for usage
|
||||
- Enhancement: Updated release tab layout
|
||||
- Enhancement: Added release tag in releases
|
||||
- Enhancement: German and Russian translation updates
|
||||
|
||||
For more, check the release notes.
|
||||
https://gitlab.com/mmarif4u/gitnex/releases
|
@ -1,10 +0,0 @@
|
||||
- New: Add/remove assignees
|
||||
- New: Users list - Admin only
|
||||
- New: Search users - filter by name, username and email
|
||||
- Enhancement: Rate me link to play store
|
||||
- Enhancement: Enhance About screen
|
||||
- Enhancement: 4 cols in users gridview - collaborators
|
||||
- Fixed: Crash when issue badge is disabled
|
||||
|
||||
For more, check the release notes.
|
||||
https://gitlab.com/mmarif4u/gitnex/releases
|
@ -1,7 +0,0 @@
|
||||
- New: Add or update milestone of an issue
|
||||
- New: Field for OTP on the login screen
|
||||
- Enhancement: Better handling of buttons on API calls
|
||||
- Fixed: Crash when empty password with OTP is used
|
||||
|
||||
For more, check the release notes.
|
||||
https://gitea.com/mmarif/GitNex/releases
|
@ -1,14 +0,0 @@
|
||||
- New: Create new files
|
||||
- New: Open repository in browser from bottomsheet, @6543
|
||||
- New: List of repository stargazers
|
||||
- New: List of repository watchers
|
||||
- New: Open repository in browser from listview
|
||||
|
||||
- Enhancement: Repo website linking
|
||||
- Enhancement: Reduce large text to small for links
|
||||
- Enhancement: Translations for french, german
|
||||
- Fixed: Crash on tapping search icon
|
||||
- Fixed: Crash when tabs are moved quickly
|
||||
- Fixed: Commit hash url in branches tab
|
||||
|
||||
For more, check the release notes.
|
@ -1,35 +0,0 @@
|
||||
GitNex is a free, open-source Android client for Git repository management tool Gitea. Gitea is a community managed fork of Gogs, lightweight code hosting solution written in Go.
|
||||
|
||||
# Features
|
||||
|
||||
- Create new files
|
||||
- My Repositories
|
||||
- Repositories list
|
||||
- Organizations list
|
||||
- Create new repository
|
||||
- Create new organization
|
||||
- Search/filter repositories and organizations
|
||||
- Profile view
|
||||
- Repository stars, watchers, issues count
|
||||
- Issues list
|
||||
- Issue comments
|
||||
- Comment on issues
|
||||
- Search issues in issues list
|
||||
- Create new issue with multiple assignees, labels and add milestone, due date to it
|
||||
- Create label
|
||||
- Edit / delete labels
|
||||
- Repository information
|
||||
- Milestones list
|
||||
- Create new milestone
|
||||
- Branches list
|
||||
- Releases with source download
|
||||
- Collaborators view for repository
|
||||
- Markdown support
|
||||
- Emoji support
|
||||
- Settings : Pretty and Normal time format, language change
|
||||
- Option to access local non-https installs
|
||||
- Login/Logout
|
||||
|
||||
More features - https://gitea.com/mmarif/GitNex/wiki/Features
|
||||
|
||||
Developer: https://mastodon.social/@mmarif
|
Before Width: | Height: | Size: 59 KiB |
Before Width: | Height: | Size: 90 KiB |
Before Width: | Height: | Size: 71 KiB |
Before Width: | Height: | Size: 59 KiB |
Before Width: | Height: | Size: 49 KiB |
Before Width: | Height: | Size: 72 KiB |
Before Width: | Height: | Size: 93 KiB |
Before Width: | Height: | Size: 71 KiB |
@ -1 +0,0 @@
|
||||
Native client for Gitea
|
@ -1 +0,0 @@
|
||||
GitNex
|