talaria-im / talaria

<insert buzzwords> instant messaging application
Mozilla Public License 2.0
6 stars 0 forks source link

Basic sign-in process #3

Open 9ary opened 3 years ago

9ary commented 3 years ago

The first step would be a way to sign into Telegram and show events on the screen as they come in. This involves code on the Rust and Android sides, and depends on #2.

expectocode commented 3 years ago

(from offline discussion) We'll want to generate JNI bindings to call the telegram api - we could make use of a proxy kotlin class to avoid needing the name of our actual caller class in the Rust function name (https://github.com/9ary/talaria/issues/2#issuecomment-780050692)