mjentsch
37c43ac830
Fix double free
2015-12-21 01:35:26 +01:00
mjentsch
877eb1ac04
Fix compilation with gcc
2015-12-20 21:52:56 +01:00
mjentsch
41b4fd1792
Fix accepting secret chats from buddies not in the buddy list
2015-12-01 21:57:11 +01:00
Ben Wiederhake
b44a218b22
Clean up strings
2015-11-26 08:23:25 +01:00
Ben Wiederhake
b5521b1688
Polish some more
2015-11-26 08:23:25 +01:00
Ben Wiederhake
954ed6048b
Clarify messages, use 'please' where appropriate
2015-11-26 08:23:25 +01:00
mjentsch
04bc03bebf
Clean up the include mess
...
Keep all libtgl and telegram-purple includes in telegram-purple.h to prevent duplication of all those includes. Remove redundant includes.
2015-11-23 03:06:30 +01:00
mjentsch
2d90f3ea03
More cleanup and refactoring
2015-11-21 22:14:57 +01:00
mjentsch
05fc97381f
Cleanup and slightly improve labels
2015-11-21 09:47:33 +01:00
mjentsch
97f619b1d0
Fix crash
2015-11-21 00:13:58 +01:00
mjentsch
b6dd5adad7
Implement create / change password requests.
2015-11-16 10:05:03 +01:00
mjentsch
87225d7098
Fix sign in dialogue and clean up password prompt
...
Use purple_input_request with the masked bit set, instead of needlessly creating a request with generic fields. Implement correct sign in dialogue only queries for first and last name.
2015-11-16 10:04:41 +01:00
mjentsch
e3d67dd47f
Add missing string translations
2015-11-15 14:54:12 +01:00
mjentsch
4b68797f89
Remove pointless "create chat" confirmation dialogue
2015-11-15 14:51:40 +01:00
mjentsch
f89f3fd71a
Remove code duplication in sign-in procedures
...
Use the new libtgl request_values callback to query inputs from the user instead
of implementing the sign-in methods manually.
2015-11-15 14:04:00 +01:00
mjentsch
306273d4c4
Merge branch 'beta4-human-reable-user-names' into beta4
2015-10-17 18:09:42 +02:00
Ben Wiederhake
65336849fb
Beautify and fix strings (part 1/2).
2015-10-12 13:27:46 +02:00
mjentsch
4eeb7f73c9
Overhaul username handling
...
Use print names instead of ids as usernames, to fix problems with "useless" user ids showing up for unknown users and in group chats. Remove workarounds like "Telegram Foreign" needed to temporarily store user names for alias resolution.
2015-10-11 14:17:24 +02:00
Ben Wiederhake
e26416bc49
Standardize password prompt.
2015-10-08 12:59:17 +02:00
Ben Wiederhake
6e7e9ce862
Fix translations to be at least passable.
2015-10-07 22:07:56 +02:00
mjentsch
688f628890
Consolidate user messages
2015-10-06 19:23:07 +02:00
mjentsch
8009b8c0ac
Translate strings in telegram-purple
2015-10-06 14:37:12 +02:00
mjentsch
08168c6339
Include translation functions and restructure includes
2015-10-06 14:28:13 +02:00
Ben Wiederhake
47bd4b2b33
Use new API, fix build system.
2015-10-04 17:51:49 +02:00
mjentsch
4c576524e4
Move requests into separate file
2015-10-03 02:12:58 +02:00