egramtel / egram.tel

Crossplatform Telegram client
https://egram.tel
MIT License
367 stars 71 forks source link

[WIP] Improved work with ConnectionState #39

Closed vladimirzenin closed 5 years ago

vladimirzenin commented 5 years ago

Subscription to ConnectionState has been added. Added display of the connection status in the bottom left corner.

vladimirzenin commented 5 years ago
  1. Fixed error with activated and getting nulled by AuthenticationModel.
  2. Added enum ConnectionState.
  3. Deleted changed in Agent and IAgent; Implemented subscribe to UpdateConnectionState in ApplicationController.
x2bool commented 5 years ago

Thank you! I merged this so it wouldn't go too far from the master branch.