0fc845e058
Small improvements to About dialog ( #927 )
...
As title
Co-authored-by: M M Arif <mmarif@swatian.com >
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/927
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-06-06 21:15:32 +02:00
b97fa45b18
Move settings arrays to resources ( #924 )
...
### Describe what your pull request does and which issue you’re targeting
<!-- Create a new issue, if it doesn't exist yet -->
Closes #920
<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: qwerty287 <ndev@web.de >
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/924
Reviewed-by: opyale <opyale@noreply.codeberg.org >
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-06-05 16:07:05 +02:00
d458d60122
Add ScrollViews to DeepLink view ( #923 )
...
### Describe what your pull request does and which issue you’re targeting
<!-- Create a new issue, if it doesn't exist yet -->
Closes #921
<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: qwerty287 <ndev@web.de >
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/923
Reviewed-by: M M Arif <mmarif@noreply.codeberg.org >
Reviewed-by: opyale <opyale@noreply.codeberg.org >
Co-authored-by: qwerty287 <qwerty287@noreply.codeberg.org >
Co-committed-by: qwerty287 <qwerty287@noreply.codeberg.org >
2021-05-30 20:57:02 +02:00
881aad5f2d
New About App dialog, improvements and fixes ( #922 )
...
Possible fix for #917
Co-authored-by: M M Arif <mmarif@swatian.com >
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/922
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-30 19:28:14 +02:00
547e7c705d
Use language provided by system ( #914 )
...
Pr tries to implement support for usage of system language.
Currently work in progress.
- [x] add option to use system language
- [x] use this by default
- [x] fix other usages of db value "locale"
- [X] fix usages of `Locale.getDefault()` (except [here](https://codeberg.org/gitnex/GitNex/src/branch/main/app/src/main/java/org/mian/gitnex/helpers/ssl/MemorizingTrustManager.java#L429 ))
- [ ] get language list programmaticaly
- [X] localize language names (related to #101 )
- [X] move languages list to ~~Hashmap~~ TreeMap (it seems that HashMaps sort everything in a random order)
I carefully read the [contribution guidelines](https://codeberg.org/GitNex/GitNex/src/branch/main/CONTRIBUTING.md ).
I'm following the code standards as defined [here](https://codeberg.org/gitnex/GitNex/wiki/Code-Standards ).
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 ).
<br>
Fixes #899
Co-authored-by: qwerty287 <ndev@web.de >
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/914
Reviewed-by: opyale <opyale@noreply.codeberg.org >
Co-authored-by: qwerty287 <qwerty287@noreply.codeberg.org >
Co-committed-by: qwerty287 <qwerty287@noreply.codeberg.org >
2021-05-29 18:21:48 +02:00
cc70fe9a68
Make markdown links clickable ( #916 )
...
Pr makes links in markdown clickable.
Closes #797
<br><br>
- [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/916
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-28 21:23:07 +02:00
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
960eaa1cf9
Fix missing docker image. ( #909 )
...
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/909
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-05-24 14:42:08 +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
1dd615fcae
Moving to 'main' branch ( #902 )
...
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/902
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-05-01 20:30:44 +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 >
3.5.0
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
f1c88921bc
Update readme ( #844 )
...
add line for used trademarks
update readme
Co-authored-by: M M Arif <mmarif@swatian.com >
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/844
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-10 13:05:07 +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
44b8ad8d1c
Add crowdin-cli config template ( #827 )
...
Add example crowdin Config
„crowdin.yml“ ändern
now able to upload new strings.xml file
add crowdin config (without API key)
Co-authored-by: 6543 <6543@obermui.de >
Co-authored-by: 6543 <6543@noreply@gitea.io >
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/827
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:30:02 +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
3c381f372e
Add execution permissions for script. ( #815 )
...
Add execution permissions for script.
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/815
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-27 10:00:18 +01:00