Repo created

This commit is contained in:
Fr4nz D13trich 2025-11-22 13:50:23 +01:00
parent c7f60b13d1
commit e465363d01
120 changed files with 5776 additions and 2 deletions

View file

@ -0,0 +1,5 @@
- Updated default preferences to make app less battery-consuming
- Added possibility to enable/disable service
- Added forgotten changelog for beta9
- Added icon(thanks to @Donnnno)
- Added possibility to log in using Nextcloud SingleSignOn

View file

@ -0,0 +1,3 @@
* Added credits(thanks to @Devansh-gaur-1611)
* Added app queries for Nextcloud SSO authentication
* Now app opens browser when notification is clicked

View file

@ -0,0 +1,3 @@
- Now removed notifications can be synchronized with server
- Talk notifications are now have messagings style and displayed in "Conversation" section on newer devices
- Also fast "Reply" button was added for Talk notifications

View file

@ -0,0 +1,3 @@
- Fixed fast reply was not working(thanks to @freeflyk)
- Improved S+ APIs compatability
- Updated dependencies

View file

@ -0,0 +1,5 @@
- Image preview for Talk notifications(thanks to @freeflyk)
- Fixed bug with a password not being masked(thanks to @freeflyk)
- Open Talk chats in browser, improved handling of opening links(thanks to @freeflyk)
- Handle custom actions in notifications(fixes 2FA via notification)
- Android 13 notification permission request

View file

@ -0,0 +1,3 @@
- Allow to choose whether to open chats via Nextcloud Talk or via webbrowser
- Update a notification when message to a certain chat received adding new messages in chat to a single notification instead of creating new notification per each message
- Refactoring of a service

View file

@ -0,0 +1,3 @@
- Fix bug with non-updating update frequency
- Update 2FA notification icon
- Fix increased battery usage(probably)

View file

@ -0,0 +1,5 @@
- Monochrome icon(thanks to @stefan-niedermann)
- Material-3 UI(thanks to @stefan-niedermann)
- Optimized data usage(currently does not works with SSO login)
- Minor fixes and improvements
You may see issue about data usage optimization not working with SSO login by URL: https://github.com/Andrewerr/NextcloudServices/issues/68

View file

@ -0,0 +1,5 @@
- Put reply for Talk chats to notification
- Fix quick reply error
- Made strings translatable for future translations
- Fix for Talk notifications groupping
- Add websocket(experimental, SSO not supported yet)

View file

@ -0,0 +1 @@
- Fixed bugs associated with Android 14 SDK

View file

@ -0,0 +1,2 @@
- Fixes for Android 14 SDK(thanks to @freeflyk)
- Fixes for websocket implementation

View file

@ -0,0 +1,2 @@
- Added prettifier for Nextcloud app names(from beta2 on GitHub)
- Added Fastlane changelog

View file

@ -0,0 +1,2 @@
- Added status information to the app
- Added connectivity check

View file

@ -0,0 +1,4 @@
- Fixed back arrow in main activity
- Fixed nextcloud installations which are running under subdirectories(thanks @penguin86)
- Added possibilty to use insecure connection
- Added possibiliy to set polling interval

View file

@ -0,0 +1,4 @@
- Added possibility to disable polling in metered networks and roaming
- Added possibility to donate
- Fixed timer not being killed after activity exit

View file

@ -0,0 +1,28 @@
Nextcloud services allow you to receive notifications from your Nextcloud services even if you do not have Google play services installed.
INSTRUCTIONS:
WITHOUT NEXTCLOUD APP:
* At your Nextcloud open settings and navigate to "Security"
* Generate per-app password
* Enter you login and server address into the app(Enter server address without `https://` prefix)
* Enter generated per-app password
* On Nextcloud server click "Add" button to add generated password to list of authenticated devices(Additionally it is recommended to disable file access for this per-app password)
IMPORTANT: Do **NOT** ommit first two steps - this may be risky for your security
WITH NEXTCLOUD APP:
* Click "Log-in via Nextcloud app"
* Select account you want to use
* In next dialog click "Allow button"
CREDITS:
* Nextcloud and ownCloud team for Nextcloud
* Deck Android app for deck logo
* Nextcloud app for Nextcloud logo and spreed(talk) logo
* @penguin86 for fixing bugs and suggesting new idead
* @Donno for creating app icon
* @invissvenska for NumberPickerPreference(licensed under LGPL-3.0)
* @Devansh-Gaur-1611 for creating credit activity in the app
GITHUB REPOSITORY: https://github.com/Andrewerr/NextcloudServices

Binary file not shown.

After

Width:  |  Height:  |  Size: 968 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 921 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 987 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 982 KiB

View file

@ -0,0 +1 @@
Simply fetch Nextcloud notifications on devices without Google Play services

View file

@ -0,0 +1 @@
NextcloudServices