-
Notifications
You must be signed in to change notification settings - Fork 189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add frontend refresh features #2844
Conversation
@wofferl Nice work here. If you want you can contact @jancborchardt to be added to the Nextcloud Talk for this app for easier communication about the 25.x release. |
@SMillerDev |
I agree @wofferl! Great job working on the half-finished work that I left!
…On Sat, Nov 2, 2024 at 9:58 AM Wolfgang ***@***.***> wrote:
@wofferl <https://github.com/wofferl> Nice work here. If you want you can
contact @jancborchardt <https://github.com/jancborchardt> to be added to
the Nextcloud Talk for this app for easier communication about the 25.x
release.
@SMillerDev <https://github.com/SMillerDev>
Not sure about that, sounds like more work. ;)
What would be the best way to contact him?
—
Reply to this email directly, view it on GitHub
<#2844 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AALPKTWBRSXRK4TKYWYWMXTZ6UAEPAVCNFSM6AAAAABQSBWYRKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINJTGA2DOOBWHE>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
@wofferl I can simply invite you with the email that you use for your commits if that’s ok? :) If you prefer I use a different email, you can contact me at "my first name at nextcloud dot com". |
@jancborchardt thanks, I have sent you an e-mail. |
* read newestItemId when possible from api responses and fetch feed data when it differs * fetch feed data if the fetched item ids are higher then newestItemId * optimize FETCH and SET functions so that it can be used for future features like manual or timed refresh Signed-off-by: Wolfgang <[email protected]>
Signed-off-by: Wolfgang <[email protected]>
…, ...) Signed-off-by: Wolfgang <[email protected]>
Signed-off-by: Wolfgang <[email protected]>
Signed-off-by: Wolfgang <[email protected]>
…vated in the user settings. Signed-off-by: Wolfgang <[email protected]>
Signed-off-by: Wolfgang <[email protected]>
…e from fetch items to trigger syncing feeds Signed-off-by: Wolfgang <[email protected]>
Signed-off-by: Wolfgang <[email protected]>
Signed-off-by: Wolfgang <[email protected]>
Signed-off-by: Wolfgang <[email protected]>
Signed-off-by: Wolfgang <[email protected]>
… items as read Signed-off-by: Wolfgang <[email protected]>
Signed-off-by: Wolfgang <[email protected]>
Signed-off-by: Wolfgang <[email protected]>
Signed-off-by: Wolfgang <[email protected]>
…av array, also don't hide the actual active feed/folder Signed-off-by: Wolfgang <[email protected]>
Signed-off-by: Wolfgang <[email protected]>
…eeds and folders Signed-off-by: Wolfgang <[email protected]>
Signed-off-by: Wolfgang <[email protected]>
Signed-off-by: Wolfgang <[email protected]>
… changes, also it uses the wrong icon after creating Signed-off-by: Wolfgang <[email protected]>
Guys,
I am not related , was inserted by mistake i guess , can you remove me from
the thread ?
…On Thu, 7 Nov 2024 at 11:22, Benjamin Brahmer ***@***.***> wrote:
Merged #2844 <#2844> into master.
—
Reply to this email directly, view it on GitHub
<#2844 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIXMHMX56BNAHNG5FQG2JJLZ7MWODAVCNFSM6AAAAABQSBWYRKVHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJVGE3TKMZXGI4DKMA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
*Ofer Wexler *SW Team Leader
*M: *+972523664176
[image: App Retargeting Trends]
<https://www.appsflyer.com/resources/reports/performance-index/?utm_source=signature&afc_source=signature&utm_medium=email&afc_medium=email&utm_campaign=pi_17&afc_campaign=pi_17S>
|
great, thank you @wofferl |
Summary
Because these features need a bit of testing, I'm doing this as a draft.
This pull request adds
This PR also fixes some problems that appeared during testing.
Checklist