GitNex-Android-App/app/src/main/java/org/mian/gitnex/activities
Epsilon_02 a2cf46a896 Fix newline glitch on issue description. (#995)
### Describe what your pull request does and which issue you’re targeting
A single newline did not work in the description. Only with two newlines they are shown but now as two newlines.
<br><br>

<!-- Make sure you are targeting the "main" branch, pull requests on release branches are only allowed for bug fixes. -->

- [x] I carefully read the [contribution guidelines](https://codeberg.org/GitNex/GitNex/src/branch/main/CONTRIBUTING.md).
- [x] I'm following the code standards as defined [here](https://codeberg.org/gitnex/GitNex/wiki/Code-Standards).
- [x] By submitting this pull request, I permit GitNex to license my work under the [GNU General Public License v3](https://codeberg.org/GitNex/GitNex/src/branch/main/LICENSE).

Co-authored-by: Epsilon_02 <epsilon_02+codeberg@mailbox.org>
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/995
Reviewed-by: 6543 <6543@noreply.codeberg.org>
Reviewed-by: M M Arif <mmarif@noreply.codeberg.org>
Co-authored-by: Epsilon_02 <epsilon_02@noreply.codeberg.org>
Co-committed-by: Epsilon_02 <epsilon_02@noreply.codeberg.org>
2021-10-14 17:04:08 +02:00
..
AddCollaboratorToRepositoryActivity.java Filter issues by milestone (#980) 2021-09-28 11:10:27 +02:00
AddNewAccountActivity.java Explore users (#972) 2021-10-04 15:35:34 +02:00
AddNewTeamMemberActivity.java Filter issues by milestone (#980) 2021-09-28 11:10:27 +02:00
AdminCronTasksActivity.java Cron tasks (#817) 2021-02-04 04:47:00 +01:00
AdminGetUsersActivity.java Fixing layout issues and crashes. (#810) 2021-01-26 18:43:25 +01:00
BaseActivity.java Fix biometric bug in recent apps (#940) 2021-08-03 09:41:40 +02:00
CommitsActivity.java Improve file type handling. (#841) 2021-03-21 16:56:54 +01:00
CreateFileActivity.java Improve file type handling. (#841) 2021-03-21 16:56:54 +01:00
CreateIssueActivity.java Improve file type handling. (#841) 2021-03-21 16:56:54 +01:00
CreateLabelActivity.java Fixing and improving scaling of images, improving performance by doing work that has to be done once only once and using different terminology. (#831) 2021-02-13 20:31:38 +01:00
CreateMilestoneActivity.java Fixing and improving scaling of images, improving performance by doing work that has to be done once only once and using different terminology. (#831) 2021-02-13 20:31:38 +01:00
CreateNewUserActivity.java Fixing and improving scaling of images, improving performance by doing work that has to be done once only once and using different terminology. (#831) 2021-02-13 20:31:38 +01:00
CreateOrganizationActivity.java Fixing and improving scaling of images, improving performance by doing work that has to be done once only once and using different terminology. (#831) 2021-02-13 20:31:38 +01:00
CreatePullRequestActivity.java Improve file type handling. (#841) 2021-03-21 16:56:54 +01:00
CreateReleaseActivity.java Moving ApiInterface, WebInterface and models to different repository. (#824) 2021-02-11 11:23:35 +01:00
CreateRepoActivity.java User profile view (#931) 2021-08-02 20:04:33 +02:00
CreateTeamByOrgActivity.java Fixing and improving scaling of images, improving performance by doing work that has to be done once only once and using different terminology. (#831) 2021-02-13 20:31:38 +01:00
DeepLinksActivity.java Re-enable single release handler (#974) 2021-09-02 08:07:11 +02:00
EditIssueActivity.java Improve file type handling. (#841) 2021-03-21 16:56:54 +01:00
FileDiffActivity.java Launch Toasts on UI thread. (#868) 2021-03-31 19:36:11 +02:00
FileViewActivity.java Fix md rendering after editing file (#954) 2021-08-02 19:22:49 +02:00
IssueDetailActivity.java Fix newline glitch on issue description. (#995) 2021-10-14 17:04:08 +02:00
LoginActivity.java Explore users (#972) 2021-10-04 15:35:34 +02:00
MainActivity.java Fix biometric bug in recent apps (#940) 2021-08-03 09:41:40 +02:00
MergePullRequestActivity.java Add option to delete branch after pr got merged (#929) 2021-06-10 18:03:52 +02:00
MyProfileEmailActivity.java User profile view (#931) 2021-08-02 20:04:33 +02:00
OpenRepoInBrowserActivity.java Increasing performance, fixing bugs and adding syntax highlighting. (#755) 2020-11-02 16:17:00 +01:00
OrganizationDetailActivity.java Improve files ui and bug fix encoding in names (#834) 2021-02-21 23:15:46 +01:00
OrganizationTeamMembersActivity.java Fixing layout issues and crashes. (#810) 2021-01-26 18:43:25 +01:00
ProfileActivity.java Add options to follow and unfollow users (#971) 2021-08-31 09:33:26 +02:00
RepoDetailActivity.java Explore users (#972) 2021-10-04 15:35:34 +02:00
RepoForksActivity.java Fix repo desc in recyclerview (#896) 2021-04-15 17:05:56 +02:00
RepoStargazersActivity.java Fixing theme issues in RepoStargazersActivity. (#825) 2021-02-11 14:40:06 +01:00
RepoWatchersActivity.java Fixing layout issues and crashes. (#810) 2021-01-26 18:43:25 +01:00
RepositorySettingsActivity.java Implement multi-session notification polling and additional improvements/refactors/cleanups/fixes (#875) 2021-04-13 20:56:50 +02:00
SettingsAppearanceActivity.java Add option to change times that are used to switch to light/dark theme (#932) 2021-08-02 18:59:30 +02:00
SettingsDraftsActivity.java Fixing layout issues and crashes. (#810) 2021-01-26 18:43:25 +01:00
SettingsGeneralActivity.java Move settings arrays to resources (#924) 2021-06-05 16:07:05 +02:00
SettingsNotificationsActivity.java Implement multi-session notification polling and additional improvements/refactors/cleanups/fixes (#875) 2021-04-13 20:56:50 +02:00
SettingsReportsActivity.java Fixing layout issues and crashes. (#810) 2021-01-26 18:43:25 +01:00
SettingsSecurityActivity.java Add option to delete branch after pr got merged (#929) 2021-06-10 18:03:52 +02:00
SettingsTranslationActivity.java Use language provided by system (#914) 2021-05-29 18:21:48 +02:00