summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
moon87.park [Thu, 8 Oct 2015 07:40:32 +0000 (16:40 +0900)]
Modify the code for 2.4 sdk build
Change-Id: I077cfd98a19a51e1b885ea01344509ea83f0977d
polu.sandeep [Thu, 8 Oct 2015 01:41:19 +0000 (10:41 +0900)]
Apply latest changes
Change-Id: I71a38ce909112de480979bfb9977c7d0a544ff18
Sung-jae Park [Tue, 15 Sep 2015 08:33:47 +0000 (17:33 +0900)]
Revise ECORE_TIMER handling codes.
Change-Id: Id3f8a565250d3bab1cf71363002c9d822cc14428
Sung-jae Park [Tue, 15 Sep 2015 08:22:46 +0000 (17:22 +0900)]
Fix crash of UI app.
Change-Id: I0053bbfa377ab730301d73703ef7408b5ba88a3c
Sung-jae Park [Tue, 15 Sep 2015 07:43:25 +0000 (16:43 +0900)]
Fix crash bug.
Change-Id: I07492c22481e987b1d40be22a0ab98957ab8ba79
Sung-jae Park [Tue, 15 Sep 2015 07:19:52 +0000 (16:19 +0900)]
Revise the command handler of tg service.
Change-Id: Ibe933b99d7b22c7546bca2568fe5042b013e4d39
Sung-jae Park [Tue, 15 Sep 2015 06:45:46 +0000 (15:45 +0900)]
Revise the codes.
Separating one big function to several small functions.
Change-Id: I091ecd2754d886954f6ae66291afd522e563894d
Sung-jae Park [Tue, 15 Sep 2015 03:05:14 +0000 (12:05 +0900)]
Merge branch 'tizen' of ssh://review.tizen.org:29418/apps/native/telegram-tizen into tizen
Conflicts:
TelegramTizen/db_manager/tg_db_manager.c
TelegramTizen/src/telegramtizen.c
tg-engine-service/db_manager/tg_db_manager.c
tg-engine-service/src/server_response.c
tg-engine-service/src/tg_db_wrapper.c
tg-engine-service/tg_engine/tg_engine.c
Change-Id: I9d7a7bd87ac6c99c8c8198af377d1e24b0462941
polu.sandeep [Mon, 14 Sep 2015 10:40:56 +0000 (19:40 +0900)]
Implemented Group chat feature
Change-Id: Id91b6d26b0cf5ce08512a36258f2d5d5154fe363
Sung-jae Park [Mon, 14 Sep 2015 10:28:38 +0000 (19:28 +0900)]
Replace all DB functions with sqlite3 recommended style.
Change-Id: I50cbcc550a31d10672949df511518f6de735b599
polu.sandeep [Thu, 10 Sep 2015 12:40:55 +0000 (21:40 +0900)]
Made UI changes as per UX guide lines
Change-Id: Ic7273b1c17fec7cf391466452f1765dbd1b0ef6b
Sung-jae Park [Thu, 10 Sep 2015 10:39:44 +0000 (19:39 +0900)]
Revise the tg_data handling parts.
Variables are not to be defined as extern.
Change-Id: I52eb25403565933e14788627b73e66c07d5385cc
Sung-jae Park [Thu, 10 Sep 2015 08:09:16 +0000 (17:09 +0900)]
Update tg-engine DB manager
Open A DB only once.
When the process is launched.
Close it when the process is terminated.
Change-Id: I5141693673d1adc26d0a0bd6aca12c0f6c397ab9
Sung-jae Park [Thu, 10 Sep 2015 07:42:53 +0000 (16:42 +0900)]
Revise the code for server_requests and tg_buddy_list
Change-Id: I609ec044ccc330ac665e59acbb72130c9d96f34b
Sung-jae Park [Thu, 10 Sep 2015 05:21:03 +0000 (14:21 +0900)]
Revise the code of server_requests.c
Change-Id: I6ad2a7f807332ca6f1e013d0008374c87db8af53
Sung-jae Park [Thu, 10 Sep 2015 04:44:57 +0000 (13:44 +0900)]
Open a DB only once when the app is launched.
Don't need to open and close the DB every time.
Change-Id: I0858f5afe4e212b9dc53b64c4cdc3b17523e35f1
Sung-jae Park [Thu, 10 Sep 2015 02:49:24 +0000 (11:49 +0900)]
Remove all warnings.
Change-Id: Id114ab32121c89fb7c96d55e976c32137416085b
Sung-jae Park [Wed, 9 Sep 2015 09:36:07 +0000 (18:36 +0900)]
Change small codes.
Instead of strncpy use the snprintf for future use
Change-Id: I8daa03b0f3bb46bc97dc044f803e2282b1fccb6e
Sung-jae Park [Wed, 9 Sep 2015 09:27:06 +0000 (18:27 +0900)]
Revise the some codes.
Every DB management codes should be updated.
Static functions in tg_common.h should be removed.
Those functions should be relocated to corresponding implementations files.
Change-Id: I0f89162935a162514a632ffdd1ccb7d1d8885c74
polu.sandeep [Tue, 8 Sep 2015 08:30:50 +0000 (17:30 +0900)]
Modified UI as per UX guidelines.
Change-Id: I88b0055c580d3778a037dbd5982e68ba6d6a29af
Sung-jae Park [Tue, 8 Sep 2015 04:49:08 +0000 (13:49 +0900)]
Update code.
Extract commonly used code to an inline function.
Change-Id: I882238ac3e69733da8d2f18070d8811b0ef7c3f8
Sung-jae Park [Tue, 8 Sep 2015 02:34:45 +0000 (11:34 +0900)]
Update switch-case indentation.
Change-Id: Id4ae385612684af269a2d7c2020f0eae1fba92f4
Sung-jae Park [Tue, 8 Sep 2015 02:25:26 +0000 (11:25 +0900)]
Remove redundant files.
Change-Id: I12c5d85fd295e58f3b69764d782d39b04e5026ba
Sung-jae Park [Thu, 3 Sep 2015 07:11:52 +0000 (16:11 +0900)]
Revise the coding style.
Just update coding styles.
Remove redundant code (just a few lines)
Change-Id: I6afb75cf2476e6541e6b308ed03b05bdb12a69f5
polu.sandeep [Wed, 2 Sep 2015 02:35:36 +0000 (11:35 +0900)]
UI modifications asper new UX guidelines.
Change-Id: I7c33ce19aacd39d7a01b6af0ccba400a4a74aab2
polu.sandeep [Wed, 26 Aug 2015 01:34:57 +0000 (10:34 +0900)]
New message view implemented and messaging view modified as per new UX guidelines.
Change-Id: Ie41e13448a3d20278d596914058a793af1dfef54
polu.sandeep [Wed, 19 Aug 2015 11:49:32 +0000 (20:49 +0900)]
Following new GUI guide lines
Change-Id: I71c8d4a9ad3856803ae2699f5fe9087a6779cf28
Sandeep Kumar Polu [Wed, 5 Aug 2015 05:41:30 +0000 (14:41 +0900)]
Initialize
Change-Id: I330d68b67b705a4f030cfb7e3347e76aa98ce9eb
KyungMi Lee [Mon, 22 Jun 2015 04:48:38 +0000 (21:48 -0700)]
Initial empty repository