geniusgithub / AndroidDialer

google dialer
194 stars 110 forks source link

Request: update to Android P #10

Open AndroidDeveloperLB opened 5 years ago

AndroidDeveloperLB commented 5 years ago

Or tell exactly how to do it, step by step. Should be better, so that each future version will be easier to change to.

I've asked about this here too: https://stackoverflow.com/q/55757560/878126

alappatsj commented 2 years ago

Did you manage to update it to latest versions?

AndroidDeveloperLB commented 2 years ago

@alappatsj Me? No. I stopped as it seems like a lot of work compared to the time I have. This is sad because I think it's a missed potential on Android. Very few apps compete on this.

alappatsj commented 2 years ago

Thank you very much for instant response. Any reference for any opensource dialer (source code for Android Studio), other than simple dialer? Or are you aware, anybody has successfully imported AOSP dialer project to Android Studio?

AndroidDeveloperLB commented 2 years ago

@alappatsj Last time I checked (a few months ago, maybe more), I didn't find even one. But maybe there is . If you find one, please let me know. Even if it's not from AOSP, could be nice.

odmfl commented 2 years ago

@AndroidDeveloperLB There is a dialer in alpha phase, it is called aurora dialer, a project currently abandoned but I remember that it worked quite well. If you can get it back it's a good place to start. https://github.com/marchingon12/AuroraDialer

AndroidDeveloperLB commented 2 years ago

@odmfl There is also of lineage os , but not sure how to fetch it nicely.

odmfl commented 2 years ago

The aosp dialer is finally ported for Android Studio

https://github.com/edodson84/Aosp_Dialer_10_Gradle

AndroidDeveloperLB commented 2 years ago

Thank you!