sh-zam

Results 8 comments of sh-zam

I think it might be because your [`AuthenticatedWebView`](https://github.com/edx/edx-app-android/blob/3c8f6e92764e2ad3883348e2a70b6aab73e49acb/OpenEdXMobile/src/main/java/org/edx/mobile/view/custom/AuthenticatedWebView.java#L51) is authenticating after every single page request, as written in the class documentation.

As a user of this, I will try to fix it :-) Starting with: notifications are not working

Follow up from: PR #521 If I understand you correctly, you want the notifications to be managed separately (like in a separate service) and it should talk to hamster-service and...

Makes sense. If the repository is fit for hamster-bridge, I'll add it to that. If not, I'll create a new one for notifications and few other features, I'd love to...

I have updated this to the current master and I have updated the way to get icon path, however I am not sure if this is how you're supposed to...

Thank you for reviewing! > I'd like to understand how it relates to the previous code removed in [08eaf77](https://github.com/projecthamster/hamster/commit/08eaf77eb925a1bd0c23bad0bcdb4db7310bfa5c) (`desktop.py`). Have you used that code as a template / reference...

Add this `crate-type = ["dylib", "rlib"]` in `Cargo.toml` under `[lib]` and`openssl = { version = "0.10", features = ["vendored"] }` under `[dependencies]`

Since the recent update the command has changed. Intent should be sent to `BroadcastReciever class: com.orgzly.android.ActionReceiver`.