-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sending to existing contact workflow improvement #102
Comments
@TheLastProject the suggestion seems good so we'd be happy to receive a PR for it indeed :). Btw we should actually also implement 1. for web as it happened to me several times that a contact is already created. |
Sounds good and yeah, I can reproduce it on web. Looking at my naive interpretation of the API it would be as easy as not bailing out when First though I have to figure out why this project won't just run in Android Studio after a clean clone:
Not quite sure yet what's causing this, perhaps I'll be able to figure it out tomorrow :) |
Hmm, nope, no luck getting this to build despite trying for quite some hours. So I'm going to have to give up on this unless some build instructions are added to this project I'm afraid. |
@TheLastProject what is the error you have? I open the project in Android studio and the build seems to work (I'm able to run the code in an emulator). |
I posted the error in #102 (comment) (it's in the "Details" thing on GitLab so it's less "spammy"). This happens on a clean clone in Android Studio pressing the "Launch" button (the green "play icon"). My first guess was that it's the signing config, but removing those made no difference. I also tried launching several different Gradle setups (assembleFdroidDebug, assembleDebug, assembleRelease, etc.). Now, it's always possible that Android Studio is just buggy, but I'm not having issues running any other projects. |
@TheLastProject that's indeed strange, I just delete the repo and clone it again, open it in my android studio and can run it in an emulator. For info my android studio version is |
Hello, I want to bump this issue, as I have the same problem. Especially a feature to search for a contact in a long list. |
Adding to this issue, it would be great if you could add a contact from the app, instead of needing to go through the website. |
You can already add a contact in the Android app just like on the website(Send email> + > Manually enter email address. |
Well... Today I learned 😅 It somehow never went through my head that you could do it from the Send email button... thanks for letting me know! |
SimpleLogin Android version: 1.19.1 (io.simplelogin.android.fdroid)
Say I want to send an email to [email protected] from [email protected]. Currently, I would open the app, go to the example_alias alias and then click "Send Email".
This brings me to the Contacts screen, where I have to do the following to send an email:
I would like to see the following improvements:
Would you accept contributions to improve this for Hacktoberfest? And do my suggested ways of improving this seem reasonable or would you prefer another solution? If so, which?
The text was updated successfully, but these errors were encountered: