Chetan Gupta

Results 33 issues of Chetan Gupta

Support Image loading in Desktop

composeDesktopJVM

1. Support for lifecycle using decompose lifecycle library 2. Support for custom back handling 3. Support for handling instance restore

android

Application architecture diagrams

documentation

1. Create tags and bookmark backups using CSV - import and export 2. Option to export readable CSV but not exportable and importable

android

Application doesnt support multiple user login and switching

android

Currently we can only create bookmark, give options to edit contents and tags

android

1. added webview android compose wrapper 2. add options to bypass paywalls How to bypass paywalls? https://medium.datadriveninvestor.com/how-to-bypass-any-paywall-for-free-df87832cbff7#:~:text=The%20three%20main%20ways%20of%20bypassing%20paywalls%20are%3A

android

Hi, @codinginflow Nice tutorial series, Just a suggestion you can reduce some nesting using this `with` than `apply` ``` class TasksViewHolder(private val binding: ItemTaskBinding) : RecyclerView.ViewHolder(binding.root) { fun bind(task: Task)...

How to test if these scripts are working on Linux, Window and github actions like CI/CD environment ## Maybe Docker will help?

help wanted

Currently, after building the application the bash script depends upon libs exported along with it. ## How to make them bundled with the bash script so that It can work...

help wanted