R. Miles McCain

Results 133 comments of R. Miles McCain

Not necessarily...it uses MongoDB to keep track of who has subscribed to desktop push alerts, so if you are able to find another datastore or remove desktop alerts, you should...

This would require some complex application logic, as it would involve the server having to de-mask the "tracker" urls. Currently, the LibreNews Server serves URLs just as they are provided...

That's an interesting idea. It would require a bit of heavy lifting, though, as it would involve editing much of the underlying Twitter library that is currently being used... I'll...

I think perhaps filtering responses by *channels* or by offering multiple *endpoints* is perhaps a better way... don't you think? Channels are pre-defined and static, while sources are variable and...

Ultimately, channels are meant to be dynamic (currently they are hard-coded), so I think adopting an approach like 'breaking news bbc' would be appropriate. That's a little further away, though,...

Received and investigating. I can't replicate this behavior on my own device, but your recording is very helpful. I'll emulate the situation in a VM phone and see what info...

Good idea! I'll put this on the roadmap.

Notifications should definitely appear. Could you please give your Android version, screenshots of the app, and a debug log if possible? Thanks!

@AlexMeier99 thanks for the error report. Do you use a standard Android device, with only one internal drive?

@AlexMeier99 this is the line in question: https://github.com/milesmcc/LibreNews-Android/blob/974b9592fa6c4ef591f5efccc4e85468c3650684/LibreNews-App/src/main/java/app/librenews/io/librenews/controllers/FlashManager.java#L122 This is a relatively orthodox way of handling files, as it does so using Android's protected storage. Would you suggest a different...