Vinay Shenoy
Vinay Shenoy
> @vinaysshenoy Since original author kinda abandoned this library I [forked](https://github.com/yamin8000/InputMask) this project and I'm trying to migrate it to Kotlin, AndroidX and eventuality publishing it maven, any help is...
@buildscientist Is this being actively worked on? I need this feature to test a mail client I'm writing. If not, I can do it myself and submit a PR when...
I've added tentative support for STARTTLS for SMTP in my fork. You can check out the diffs [HERE](https://github.com/greenmail-mail-test/greenmail/compare/master...vinaysshenoy:feature/starttls). This was implemented based on [RFC3207](https://tools.ietf.org/html/rfc3207). If this looks ok, I can...
We currently use the Android Room database library which generates code from interfaces. We don't use the `SQLiteDatabase` classes directly in the codebase.
Is this going to get merged soon? The ability to skip the save post-step is something that will be very useful for our use case as well.
Adding this here in case someone runs into the same issue. We ran into the same problem for our instrumented tests where we needed to pull some data off external...
Alright, thanks for the information! I'll take a look at what you've suggested.
> Thanks a lot for trying the new functionality out, really appreciate that. > > Unfortunately, at the moment we only support the standard Room setup (i.e. when it's backed...
@romtsn Nope, the spans don't show up. The only spans which show are the ones for the Android workmanager database, which are managed on a platform SQLite version.
This project is not being supported anymore. Please try out other libraries like okhttp or Retrofit instead. On Sep 12, 2015 4:11 PM, "kavyashreess" [email protected] wrote: > Hi, > I...