3b3b0ada2f
Public organizations ( #906 )
...
Closes #903
Co-authored-by: M M Arif <mmarif@swatian.com >
Co-authored-by: opyale <opyale@noreply.codeberg.org >
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/906
Reviewed-by: opyale <opyale@noreply.codeberg.org >
Co-authored-by: M M Arif <mmarif@noreply.codeberg.org >
Co-committed-by: M M Arif <mmarif@noreply.codeberg.org >
2021-05-25 22:39:06 +02:00
a9f1010add
Improve reply comment title ( #912 )
...
Closes #910
Co-authored-by: M M Arif <mmarif@swatian.com >
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/912
Reviewed-by: opyale <opyale@noreply.codeberg.org >
Co-authored-by: M M Arif <mmarif@noreply.codeberg.org >
Co-committed-by: M M Arif <mmarif@noreply.codeberg.org >
2021-05-25 21:26:21 +02:00
c8872ade9f
Fix typo ( #911 )
...
Fixes "Crodwin" typo
- [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 ).
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/911
Reviewed-by: M M Arif <mmarif@noreply.codeberg.org >
Co-authored-by: qwerty287 <qwerty287@noreply.codeberg.org >
Co-committed-by: qwerty287 <qwerty287@noreply.codeberg.org >
2021-05-25 14:35:30 +02:00
224ead33bf
Fix going back from about fragment ( #908 )
...
### Describe what your pull request does and which issue you’re targeting
This PR fixes the problem that you can't go back from the "About" section in the settings and it changes the action bar behaviour of the about fragment to keep the design consistent (see below).
The activity action bar is hidden [here](82ffeefdc4/app/src/main/java/org/mian/gitnex/fragments/AboutFragment.java (L35)
), as the about fragment uses it's own (in my implementation) to keep the design consistent (currently, all sections of the settings are own activitys and their action bar has a close button, except the about section). If you don't like this, I can remove it, but currently, it doesn't look nice integrated.
Closes #905
- [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: qwerty287 <ndev@web.de >
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/908
Reviewed-by: M M Arif <mmarif@noreply.codeberg.org >
Co-authored-by: qwerty287 <qwerty287@noreply.codeberg.org >
Co-committed-by: qwerty287 <qwerty287@noreply.codeberg.org >
2021-05-23 22:29:11 +02:00
8741074906
UI improvements and update translation file ( #900 )
...
Co-authored-by: M M Arif <mmarif@swatian.com >
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/900
Reviewed-by: 6543 <6543@noreply.codeberg.org >
Co-authored-by: M M Arif <mmarif@noreply.codeberg.org >
Co-committed-by: M M Arif <mmarif@noreply.codeberg.org >
2021-05-01 00:01:22 +02:00
23b8301fbf
Fix repo desc in recyclerview ( #896 )
...
fixes and clean up
Use Authorization.get()
minor fixes
Fix repo desc in recyclerview
Co-authored-by: M M Arif <mmarif@swatian.com >
Co-authored-by: opyale <opyale@noreply.codeberg.org >
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/896
Reviewed-by: opyale <opyale@noreply.codeberg.org >
Co-Authored-By: M M Arif <mmarif@noreply.codeberg.org >
Co-Committed-By: M M Arif <mmarif@noreply.codeberg.org >
2021-04-15 17:05:56 +02:00
d72f097012
Implement multi-session notification polling and additional improvements/refactors/cleanups/fixes ( #875 )
...
Merge branch 'master' of https://codeberg.org/gitnex/GitNex into notifications-performance-improvements
Conflicts:
app/src/main/java/org/mian/gitnex/adapters/DraftsAdapter.java
app/src/main/java/org/mian/gitnex/adapters/NotificationsAdapter.java
app/src/main/java/org/mian/gitnex/adapters/UserAccountsAdapter.java
app/src/main/java/org/mian/gitnex/adapters/UserAccountsNavAdapter.java
app/src/main/res/layout/bottom_sheet_repository_in_list.xml
app/src/main/res/layout/list_files.xml
Merge branch 'master' into notifications-performance-improvements
Merge branch 'master' into notifications-performance-improvements
Merge branch 'master' of https://codeberg.org/gitnex/GitNex into notifications-performance-improvements
Conflicts:
app/src/main/res/values-it/strings.xml
Add ripple effect to buttons.
Run syntax highlighting on separate thread. (#859 )
Initial commit.
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/875
Reviewed-by: M M Arif <mmarif@noreply.codeberg.org >
Co-Authored-By: opyale <opyale@noreply.codeberg.org >
Co-Committed-By: opyale <opyale@noreply.codeberg.org >
2021-04-13 20:56:50 +02:00
9d3cd49d23
New UI for multiple screens ( #894 )
...
clean up
Another round of ui improvements and some refactors
Minor improvements.
Hide user accounts frame while list is loading
Remove unnecessary attribute
Minor improvements.
Define avatar size in lists globally.
Improvemnts to some ui elements
Improve layout of organizations and repositories.
Update the UI across most of the screens
Refactor org UI
clean up repo layout
Add archived msg instead of label
Redesign repos UI
Move archived to repo detail screen
Co-authored-by: M M Arif <mmarif@swatian.com >
Co-authored-by: opyale <opyale@noreply.codeberg.org >
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/894
Reviewed-by: opyale <opyale@noreply.codeberg.org >
Co-Authored-By: M M Arif <mmarif@noreply.codeberg.org >
Co-Committed-By: M M Arif <mmarif@noreply.codeberg.org >
2021-04-13 16:19:42 +02:00
27a4bab73c
Remove "Android PdfViewer" library ( #893 )
...
Remove "Android PdfViewer" library
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/893
Reviewed-by: M M Arif <mmarif@noreply.codeberg.org >
Co-Authored-By: opyale <opyale@noreply.codeberg.org >
Co-Committed-By: opyale <opyale@noreply.codeberg.org >
2021-04-10 21:16:07 +02:00
69a5f00771
Add private icon in repo detail toolbar, switch to if by gradle lint ( #892 )
...
Hide repoTypeToolbar by default.
Merge branch 'master' into add-repo-status-icon
Add private icon in repo detail toolbar, switch to if by gradle lint
Co-authored-by: opyale <opyale@noreply.codeberg.org >
Co-authored-by: 6543 <6543@noreply.codeberg.org >
Co-authored-by: M M Arif <mmarif@swatian.com >
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/892
Reviewed-by: opyale <opyale@noreply.codeberg.org >
Co-Authored-By: M M Arif <mmarif@noreply.codeberg.org >
Co-Committed-By: M M Arif <mmarif@noreply.codeberg.org >
2021-04-10 20:29:21 +02:00
8104889bf6
Improve markdown rendering performance ( #890 )
...
Use object pooling with up to 45 threads for improved parallelization in markdown rendering.
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/890
Reviewed-by: M M Arif <mmarif@noreply.codeberg.org >
Co-Authored-By: opyale <opyale@noreply.codeberg.org >
Co-Committed-By: opyale <opyale@noreply.codeberg.org >
2021-04-10 19:54:05 +02:00
bd3e6ff20a
[Frontport] Tr updates ( #871 )
...
Tr updates
Co-authored-by: M M Arif <mmarif@swatian.com >
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/871
Reviewed-by: 6543 <6543@noreply.codeberg.org >
Co-Authored-By: M M Arif <mmarif@noreply.codeberg.org >
Co-Committed-By: M M Arif <mmarif@noreply.codeberg.org >
2021-04-01 12:02:35 +02:00
a384128c8f
Launch Toasts on UI thread. ( #868 )
...
Launch Toasts on UI thread.
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/868
Reviewed-by: M M Arif <mmarif@noreply.codeberg.org >
Co-Authored-By: opyale <opyale@noreply.codeberg.org >
Co-Committed-By: opyale <opyale@noreply.codeberg.org >
2021-03-31 19:36:11 +02:00
4b140f3195
Fixing crash on ProfileFragment ( #865 )
...
Fixing crash on ProfileFragment
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/865
Reviewed-by: M M Arif <mmarif@noreply.codeberg.org >
Co-Authored-By: opyale <opyale@noreply.codeberg.org >
Co-Committed-By: opyale <opyale@noreply.codeberg.org >
2021-03-31 18:36:47 +02:00
4ccc66b04e
Fix lock icon for repos ( #864 )
...
Fix lock icon for repos
Fix layout
Co-authored-by: M M Arif <mmarif@swatian.com >
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/864
Reviewed-by: opyale <opyale@noreply.codeberg.org >
Co-Authored-By: M M Arif <mmarif@noreply.codeberg.org >
Co-Committed-By: M M Arif <mmarif@noreply.codeberg.org >
2021-03-31 18:28:18 +02:00
7c6247782b
[Frontport] Fix Acra and workmanager, update gradle ( #856 )
...
Move acra to application
[Frontport] Fix Acra and workmanager errors, update gradle
Fix ACRA and workmanager errors
Co-authored-by: M M Arif <mmarif@swatian.com >
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/856
Reviewed-by: opyale <opyale@noreply.codeberg.org >
Co-Authored-By: M M Arif <mmarif@noreply.codeberg.org >
Co-Committed-By: M M Arif <mmarif@noreply.codeberg.org >
2021-03-30 16:31:39 +02:00
3e5fca4f52
Fall back to plain text if syntax highlighting fails. ( #854 )
...
[HotFix] Fall back to plain text if syntax highlighting fails.
upstream issue: https://github.com/noties/Prism4j/issues/8
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/854
Reviewed-by: 6543 <6543@noreply.codeberg.org >
Co-Authored-By: opyale <opyale@noreply.codeberg.org >
Co-Committed-By: opyale <opyale@noreply.codeberg.org >
2021-03-30 00:31:26 +02:00
a848cabcda
Release 3.5.0 ( #850 )
...
Release 3.5.0
Co-authored-by: M M Arif <mmarif@swatian.com >
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/850
Co-Authored-By: M M Arif <mmarif@noreply.codeberg.org >
Co-Committed-By: M M Arif <mmarif@noreply.codeberg.org >
2021-03-21 20:40:41 +01:00
0b8d8618ed
Update French ( #849 )
...
Update French
Co-authored-by: 6543 <6543@obermui.de >
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/849
Reviewed-by: opyale <opyale@noreply.codeberg.org >
Co-Authored-By: 6543 <6543@noreply.codeberg.org >
Co-Committed-By: 6543 <6543@noreply.codeberg.org >
2021-03-21 20:14:01 +01:00
62ce30db23
Crowdin 2020-03-21 ( #848 )
...
Co-authored-by: 6543 <6543@obermui.de >
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/848
Reviewed-by: opyale <opyale@noreply.codeberg.org >
Co-Authored-By: 6543 <6543@noreply.codeberg.org >
Co-Committed-By: 6543 <6543@noreply.codeberg.org >
2021-03-21 19:57:34 +01:00
dc29a31e63
Replacing highlightJS with custom view due to performance issues and high file sizes. ( #837 )
...
Fixing crash and minor improvements.
Add ".properties" and ".ini" formats.
Increase surface area of files list item.
Fixing issue where some source code is not visible.
Replacing highlightJS with custom view due to performance issues and high file sizes.
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/837
Reviewed-by: M M Arif <mmarif@noreply.codeberg.org >
Reviewed-by: 6543 <6543@noreply.codeberg.org >
Co-Authored-By: opyale <opyale@noreply.codeberg.org >
Co-Committed-By: opyale <opyale@noreply.codeberg.org >
2021-03-21 19:26:28 +01:00
98cf1a1976
Improve file type handling. ( #841 )
...
Removing file size selection dialog in favor of hardcoded value.
Adding warning to file size picker and minor improvements.
Bump dependencies and gradle
Merge branch 'master' of https://codeberg.org/gitnex/GitNex into improve-filetype-recognition
Improving credits, adding symlink and submodule icons to FilesAdapter and removing unused libraries.
Minor improvements and bug fixes.
Add true progress indication routine for copying streams.
Merge branch 'master' of https://codeberg.org/gitnex/GitNex into improve-filetype-recognition
Performance and memory usage improvements
Notification improvements
Renaming StaticGlobalVariables to Constants
Overall improvements and fixes.
Merge branch 'master' of https://codeberg.org/gitnex/GitNex into improve-filetype-recognition
Add additional image formats.
Adding audio and video categories.
Merge branch 'master' of https://codeberg.org/gitnex/GitNex into improve-filetype-recognition
Improve file type handling.
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/841
Reviewed-by: M M Arif <mmarif@noreply.codeberg.org >
Co-Authored-By: opyale <opyale@noreply.codeberg.org >
Co-Committed-By: opyale <opyale@noreply.codeberg.org >
2021-03-21 16:56:54 +01:00
ef3108db14
Crowdin 2021-03-18 ( #845 )
...
Crowdin 2021-03-18
Co-authored-by: 6543 <6543@obermui.de >
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/845
Reviewed-by: M M Arif <mmarif@noreply.codeberg.org >
Co-Authored-By: 6543 <6543@noreply.codeberg.org >
Co-Committed-By: 6543 <6543@noreply.codeberg.org >
2021-03-18 11:48:54 +01:00
fb0bd0299c
Disable cancel repo settings dialogs ( #843 )
...
Merge branch 'master' into disable-dialog-close-repo-settings
Disable cancel repo settings dialogs
Co-authored-by: opyale <opyale@noreply.codeberg.org >
Co-authored-by: M M Arif <mmarif@swatian.com >
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/843
Reviewed-by: opyale <opyale@noreply.codeberg.org >
Co-Authored-By: M M Arif <mmarif@noreply.codeberg.org >
Co-Committed-By: M M Arif <mmarif@noreply.codeberg.org >
2021-03-09 22:21:42 +01:00
c353275ab8
Biometric support ( #820 )
...
Minor improvements.
Merge branch 'master' into biometric-support
# Conflicts:
# app/src/main/res/values/strings.xml
Merge branch 'master' into biometric-support
Merge branch 'master' into biometric-support
UI transition improvements
check for older version(android 6+), support for android 10 and below
Fix material lib builds with new version
Merge branch 'biometric-support' of codeberg.org:gitnex/GitNex into biometric-support
Merge branch 'master' into biometric-support
# Conflicts:
# app/src/main/java/org/mian/gitnex/activities/BaseActivity.java
# app/src/main/res/values/strings.xml
Merge branch 'master' into biometric-support
Merge branch 'master' into biometric-support
Merge branch 'master' into biometric-support
set status to false
Merge branch 'master' into biometric-support
check for bimetric status on device
Merge branch 'master' of https://codeberg.org/gitnex/GitNex into biometric-support
close app if back button or cancel is clicked
Enable/disable and show biometric auth dialog
Layout
Co-authored-by: opyale <opyale@noreply.codeberg.org >
Co-authored-by: M M Arif <mmarif@swatian.com >
Co-authored-by: 6543 <6543@noreply.codeberg.org >
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/820
Reviewed-by: opyale <opyale@noreply.codeberg.org >
Co-Authored-By: M M Arif <mmarif@noreply.codeberg.org >
Co-Committed-By: M M Arif <mmarif@noreply.codeberg.org >
2021-03-09 22:15:42 +01:00
328dbaa01c
Copy user id to clipboard ( #840 )
...
Co-Authored-By: M M Arif <mmarif@noreply.codeberg.org >
Co-Committed-By: M M Arif <mmarif@noreply.codeberg.org >
2021-03-05 06:24:48 +01:00
ff915f1813
Make singletons threadsafe. ( #838 )
...
Merge branch 'master' into threadsafe-singletons
Make singletons threadsafe.
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/838
Reviewed-by: M M Arif <mmarif@noreply.codeberg.org >
Co-Authored-By: opyale <opyale@noreply.codeberg.org >
Co-Committed-By: opyale <opyale@noreply.codeberg.org >
2021-03-03 15:10:23 +01:00
77e39952c1
Crowdin 2021-03-03 ( #839 )
...
Crowdin 2021-03-03
Co-authored-by: 6543 <6543@obermui.de >
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/839
Reviewed-by: M M Arif <mmarif@noreply.codeberg.org >
Co-Authored-By: 6543 <6543@noreply.codeberg.org >
Co-Committed-By: 6543 <6543@noreply.codeberg.org >
2021-03-03 10:27:49 +01:00
afffb7c15a
Switch to proper account for popular instances and other ui improvements ( #836 )
...
* improve navigation via keyboard
* switch to proper account for popular instances
* ui improvements
Co-authored-by: M M Arif <mmarif@swatian.com >
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/836
Reviewed-by: 6543 <6543@noreply.codeberg.org >
Co-Authored-By: M M Arif <mmarif@noreply.codeberg.org >
Co-Committed-By: M M Arif <mmarif@noreply.codeberg.org >
2021-02-25 00:22:11 +01:00
47d6c68410
Improve files ui and bug fix encoding in names ( #834 )
...
Minor UI and performance improvements.
use one image and remove relativelayout
Fix html codes in name, fix org fragment tab count to load Members
Improve files ui
Co-authored-by: opyale <opyale@noreply.codeberg.org >
Co-authored-by: M M Arif <mmarif@swatian.com >
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/834
Reviewed-by: opyale <opyale@noreply.codeberg.org >
Co-Authored-By: M M Arif <mmarif@noreply.codeberg.org >
Co-Committed-By: M M Arif <mmarif@noreply.codeberg.org >
2021-02-21 23:15:46 +01:00
57ce453661
Fixing bug where path separators would be URL encoded. ( #832 )
...
Merge branch 'master' of https://codeberg.org/gitnex/GitNex into fix-path-encoding-issues
Fixing bug where path separators would be URL encoded.
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/832
Reviewed-by: M M Arif <mmarif@noreply.codeberg.org >
Co-Authored-By: opyale <opyale@noreply.codeberg.org >
Co-Committed-By: opyale <opyale@noreply.codeberg.org >
2021-02-17 14:51:20 +01:00
d8a14105c9
Fixing and improving scaling of images, improving performance by doing work that has to be done once only once and using different terminology. ( #831 )
...
remove unknown case for editing
Improve var names and code formatting
Minor improvements.
Restoring ACRA functionality.
Fixing and improving scaling of images, improving performance by doing work that has to be done once only once and using different terminology.
Co-authored-by: M M Arif <mmarif@swatian.com >
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/831
Reviewed-by: M M Arif <mmarif@noreply.codeberg.org >
Co-Authored-By: opyale <opyale@noreply.codeberg.org >
Co-Committed-By: opyale <opyale@noreply.codeberg.org >
2021-02-13 20:31:38 +01:00
711711274e
Fix canvas too large crash ( #830 )
...
fix crash by scaling the image resolution
Co-authored-by: M M Arif <mmarif@swatian.com >
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/830
Reviewed-by: 6543 <6543@noreply.codeberg.org >
Co-Authored-By: M M Arif <mmarif@noreply.codeberg.org >
Co-Committed-By: M M Arif <mmarif@noreply.codeberg.org >
2021-02-12 23:16:29 +01:00
fc49e29703
Crowdin 2021-02-11 ( #828 )
...
Crowdin 2021-02-11
Co-authored-by: 6543 <6543@obermui.de >
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/828
Reviewed-by: M M Arif <mmarif@noreply.codeberg.org >
Co-Authored-By: 6543 <6543@noreply.codeberg.org >
Co-Committed-By: 6543 <6543@noreply.codeberg.org >
2021-02-12 10:29:04 +01:00
7f8595defc
Fixing theme issues in RepoStargazersActivity. ( #825 )
...
Merge branch 'master' into fixing-theme-on-stargazers
Fixing theme issues in RepoStargazersActivity.
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/825
Reviewed-by: M M Arif <mmarif@noreply.codeberg.org >
Co-Authored-By: opyale <opyale@noreply.codeberg.org >
Co-Committed-By: opyale <opyale@noreply.codeberg.org >
2021-02-11 14:40:06 +01:00
eb858f3535
Moving ApiInterface, WebInterface and models to different repository. ( #824 )
...
Gradle v6.8.2
Use release instead of commit hash.
Moving ApiInterface, WebInterface and models to different repository.
Co-authored-by: 6543 <6543@obermui.de >
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/824
Reviewed-by: 6543 <6543@noreply.codeberg.org >
Reviewed-by: M M Arif <mmarif@noreply.codeberg.org >
Co-Authored-By: opyale <opyale@noreply.codeberg.org >
Co-Committed-By: opyale <opyale@noreply.codeberg.org >
2021-02-11 11:23:35 +01:00
29653cade2
Calling overloaded method first. ( #823 )
...
Calling overloaded method first.
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/823
Reviewed-by: M M Arif <mmarif@noreply.codeberg.org >
Co-Authored-By: opyale <opyale@noreply.codeberg.org >
Co-Committed-By: opyale <opyale@noreply.codeberg.org >
2021-02-09 13:51:13 +01:00
d72cd57cd7
Cron tasks ( #817 )
...
* Run task
* Add info popup dialog for details
* List cron tasks
* Add cron to admin screen
Co-authored-by: M M Arif <mmarif@swatian.com >
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/817
Reviewed-by: 6543 <6543@noreply.codeberg.org >
Co-Authored-By: M M Arif <mmarif@noreply.codeberg.org >
Co-Committed-By: M M Arif <mmarif@noreply.codeberg.org >
2021-02-04 04:47:00 +01:00
cb241d80f3
Fix crash on creating new file ( #819 )
...
Allow multi line text in desc inputs
Minor improvements.
Improving the selection of branches.
Default to first branch in spinner.
Minor improvements.
fix crash on creating new file
Co-authored-by: M M Arif <mmarif@swatian.com >
Co-authored-by: opyale <opyale@noreply.codeberg.org >
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/819
Reviewed-by: opyale <opyale@noreply.codeberg.org >
Co-Authored-By: M M Arif <mmarif@noreply.codeberg.org >
Co-Committed-By: M M Arif <mmarif@noreply.codeberg.org >
2021-02-01 19:13:48 +01:00
20b203c4ad
Render emoji in issue/pr titles, commit msg and markdown files ( #805 )
...
Merge branch 'master' into render-emoji-in-titles
Merge branch 'master' into render-emoji-in-titles
Merge branch 'master' into render-emoji-in-titles
# Conflicts:
# app/src/main/java/org/mian/gitnex/activities/IssueDetailActivity.java
# app/src/main/java/org/mian/gitnex/adapters/IssuesAdapter.java
# app/src/main/java/org/mian/gitnex/adapters/PullRequestsAdapter.java
Render emoji in issue/pr titles, commit msg and markdown files
Co-authored-by: M M Arif <mmarif@swatian.com >
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/805
Reviewed-by: opyale <opyale@noreply.codeberg.org >
Co-Authored-By: M M Arif <mmarif@noreply.codeberg.org >
Co-Committed-By: M M Arif <mmarif@noreply.codeberg.org >
2021-01-26 18:53:59 +01:00
b02c87b143
Support hx and ts files ( #811 )
...
Support hx and ts files
Co-authored-by: M M Arif <mmarif@swatian.com >
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/811
Reviewed-by: opyale <opyale@noreply.codeberg.org >
Co-Authored-By: M M Arif <mmarif@noreply.codeberg.org >
Co-Committed-By: M M Arif <mmarif@noreply.codeberg.org >
2021-01-26 18:48:24 +01:00
093204df43
Fixing layout issues and crashes. ( #810 )
...
Fixing layout issues and crashes.
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/810
Reviewed-by: M M Arif <mmarif@noreply.codeberg.org >
Co-Authored-By: opyale <opyale@noreply.codeberg.org >
Co-Committed-By: opyale <opyale@noreply.codeberg.org >
2021-01-26 18:43:25 +01:00
a26737e510
Rewriting deprecated code and adding view bindings to all fragments and activities. ( #809 )
...
Remove jetbrain import
Merge branch 'master' into deprecations
View bindings #3
View bindings #2
View bindings #1
Rewriting deprecated code.
Co-authored-by: M M Arif <mmarif@swatian.com >
Co-authored-by: M M Arif <mmarif@noreply.codeberg.org >
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/809
Reviewed-by: M M Arif <mmarif@noreply.codeberg.org >
Co-Authored-By: opyale <opyale@noreply.codeberg.org >
Co-Committed-By: opyale <opyale@noreply.codeberg.org >
2021-01-26 16:10:31 +01:00
371649b8ca
Adding ProGuard rules to improve performance on low-spec devices. ( #808 )
...
Fixing failing build.
Bumping dependencies.
Adding ProGuard rules to improve performance on low-spec devices.
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/808
Reviewed-by: M M Arif <mmarif@noreply.codeberg.org >
Co-Authored-By: opyale <opyale@noreply.codeberg.org >
Co-Committed-By: opyale <opyale@noreply.codeberg.org >
2021-01-26 15:08:55 +01:00
8c62ecadbc
Fix crash for offline mode org labels ( #804 )
...
Merge branch 'master' into fix-offline-org-labels
Fix crash for offline mode org labels
Co-authored-by: M M Arif <mmarif@swatian.com >
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/804
Reviewed-by: opyale <opyale@noreply.codeberg.org >
Co-Authored-By: M M Arif <mmarif@noreply.codeberg.org >
Co-Committed-By: M M Arif <mmarif@noreply.codeberg.org >
2021-01-14 18:42:35 +01:00
b75bf84d43
Rewriting deprecated code and improving offline mode. ( #800 )
...
Moving UI-related code to message queue of main thread.
Removing NetworkObserver in favor of NetworkStatusObserver
Some fixes.
Removing deprecated PreferenceManager.
Fixing crash.
Merge branch 'master' of https://codeberg.org/gitnex/GitNex into fix-performance-regression
Conflicts:
app/src/main/java/org/mian/gitnex/clients/RetrofitClient.java
Rewriting deprecated code.
Improving degraded performance due to unnecessary object allocation.
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/800
Reviewed-by: M M Arif <mmarif@noreply.codeberg.org >
Co-Authored-By: opyale <opyale@noreply.codeberg.org >
Co-Committed-By: opyale <opyale@noreply.codeberg.org >
2021-01-14 17:33:50 +01:00
5d2bb02b2d
Improving degraded performance due to unnecessary object allocation. ( #799 )
...
Improving degraded performance due to unnecessary object allocation.
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/799
Reviewed-by: 6543 <6543@noreply.codeberg.org >
Co-Authored-By: opyale <opyale@noreply.codeberg.org >
Co-Committed-By: opyale <opyale@noreply.codeberg.org >
2021-01-01 18:30:30 +01:00
fef1597522
dev-3.5.0 ( #798 )
...
fix typo
start dev of 3.5.0
Co-authored-by: M M Arif <mmarif@swatian.com >
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/798
Co-Authored-By: M M Arif <mmarif@noreply.codeberg.org >
Co-Committed-By: M M Arif <mmarif@noreply.codeberg.org >
2021-01-01 12:57:16 +01:00
1f9a3eb85d
Crowdin 2020-12-31 ( #795 )
...
CI.restart()
Crowdin 2020-12-31
Co-authored-by: 6543 <6543@obermui.de >
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/795
Reviewed-by: M M Arif <mmarif@noreply.codeberg.org >
Co-Authored-By: 6543 <6543@noreply.codeberg.org >
Co-Committed-By: 6543 <6543@noreply.codeberg.org >
2020-12-31 16:55:13 +01:00
a51ba4f2a8
Fix offline mode ( #794 )
...
Closes #790
update libs
Co-authored-by: M M Arif <mmarif@swatian.com >
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/794
Reviewed-by: 6543 <6543@noreply.codeberg.org >
Co-Authored-By: M M Arif <mmarif@noreply.codeberg.org >
Co-Committed-By: M M Arif <mmarif@noreply.codeberg.org >
2020-12-31 15:38:18 +01:00