romain
romain
_[WIP]_ **Please use _Issues_ only for technical bugs** (i.e. app crashing, glitches etc) For ideas and feedback related to the packs, meditations and app, use [Discussions](https://github.com/meditohq/medito-app/discussions).
**meditofoundation.medito.MainActivity.startAudioService** `Exception java.lang.RuntimeException: at android.app.ActivityThread.performResumeActivity (ActivityThread.java:4970) at android.app.ActivityThread.handleResumeActivity (ActivityThread.java:5003) at android.app.servertransaction.ResumeActivityItem.execute (ResumeActivityItem.java:54) at android.app.servertransaction.ActivityTransactionItem.execute (ActivityTransactionItem.java:45) at android.app.servertransaction.TransactionExecutor.executeLifecycleState (TransactionExecutor.java:186) at android.app.servertransaction.TransactionExecutor.execute (TransactionExecutor.java:107) at android.app.ActivityThread$H.handleMessage (ActivityThread.java:2393) at android.os.Handler.dispatchMessage (Handler.java:106) at android.os.Looper.loopOnce (Looper.java:204)...
**meditofoundation.medito.MainActivity.startAudioService** `Exception java.lang.RuntimeException: at android.app.ActivityThread.performLaunchActivity (ActivityThread.java:3460) at android.app.ActivityThread.handleLaunchActivity (ActivityThread.java:3612) at android.app.servertransaction.LaunchActivityItem.execute (LaunchActivityItem.java:85) at android.app.servertransaction.TransactionExecutor.executeCallbacks (TransactionExecutor.java:135) at android.app.servertransaction.TransactionExecutor.execute (TransactionExecutor.java:95) at android.app.ActivityThread$H.handleMessage (ActivityThread.java:2077) at android.os.Handler.dispatchMessage (Handler.java:106) at android.os.Looper.loop (Looper.java:223) at android.app.ActivityThread.main (ActivityThread.java:7741)...
When the an error is thrown during initialisation, the app tries to retry but an error occurs. To reproduce this, throw an error in `appInitializationProvider` (e.g. alter the INIT_TOKEN and...
**Events endpoint** `{error: DioException [connection timeout]: The request connection took longer than 0:00:30.000000. It was aborted., endpoint: events, response: null, serverMessage: The request connection took longer than 0:00:30.000000. It was...
**GET /stats/me** - [ ] Get all stats except total meditators - [ ] Cached for 23h - [ ] Make cache expire if audio completed **GET /stats/all** - [...
We should be able to have medito.app/packs/{id} or medito.app/tracks/{id} and it would open the right pack / track in the app. I think you need to add a file server...
We have [Deploy to Play Store](https://github.com/meditohq/medito-app/blob/develop/.github/workflows/deploy_to_playstore.yml) and [Deploy to App Store](https://github.com/meditohq/medito-app/blob/develop/.github/workflows/deploy_to_appstore.yml) They aren't fully working anymore. It would be great if we could fix them. Also, could we look into...
We need to implement custom actions to the context menu (or equivalent) that appear when a user long-presses on our app icon on both iOS and Android. **Required Actions**: 1....