1
0
mirror of https://github.com/TwidereProject/Twidere-Android synced 2024-12-18 03:28:55 +01:00
Commit Graph

68 Commits

Author SHA1 Message Date
Mariotaku Lee
b1e00a9dce fixed crashes on tablets
improved performance by reducing setTheme() call
2015-04-27 20:25:26 +08:00
Mariotaku Lee
c40835b7c9 fixed activity tab account selection 2015-04-27 00:51:14 +08:00
Mariotaku Lee
ae20834b21 ignores gap when searching 2015-04-26 21:58:47 +08:00
Mariotaku Lee
134cbeb916 fixed open quoted user when click profile name in status screen
added click quoted user name to open quoted user
added tinted progress wheel
fixed quote text link highlighting
2015-04-26 00:17:04 +08:00
Mariotaku Lee
c5ec57652f restarts activity when some theme preference changed 2015-04-24 17:48:29 +08:00
Mariotaku Lee
17394ce47d improved nickname/color performance (hopefully!) 2015-04-24 14:14:33 +08:00
Mariotaku Lee
b564feddfb removed old json serializer
migrated all data models to new serialization method - seems worked very well!
2015-04-24 00:27:13 +08:00
Mariotaku Lee
240aaf1b22 fixed wrong field name 2015-04-23 23:09:13 +08:00
Mariotaku Lee
921be18099 started to use https://github.com/bluelinelabs/LoganSquare/ as json serialization library 2015-04-23 22:59:20 +08:00
Mariotaku Lee
451a4d8df7 using new json serialization implementation 2015-04-23 15:40:11 +08:00
Mariotaku Lee
c09259f30e migrating to newest appcompat library 2015-04-22 16:36:56 +08:00
Mariotaku Lee
5d7765b6d3 added load progress for video
improved keyboard shortcut
2015-04-21 15:11:14 +08:00
Mariotaku Lee
738fc2468b added workaround for blackberry devices when setting hotkey.
added quote user to reply dialog for quoted tweet
trying to make mock user-agent work for some consumer keys.
2015-04-20 23:06:39 +08:00
Mariotaku Lee
d7b934a3e0 unofficial keys also supports animated gif 2015-04-20 08:27:04 +08:00
Mariotaku Lee
bf42c3d792 merged #125 #126 manually
theme improvements
2015-04-17 22:36:04 +08:00
Mariotaku Lee
ae1ab617ca implemented twitter gif (actually video) support 2015-04-15 15:32:20 +08:00
Mariotaku Lee
00281dce88 trying to improve look and feel on tablets (not finished yet)
supported keyboard shortcut import/export
2015-04-14 00:34:10 +08:00
Mariotaku Lee
809876c050 implementing keyboard shortcut
removed some unused sources
2015-04-13 00:37:54 +08:00
Mariotaku Lee
3d75fbbfd0 fixed crashes for tweets quoting yourself 2015-04-12 05:16:13 +08:00
Mariotaku Lee
5db3522433 improved in_reply_to information for quote status
optimized some bitmaps
2015-04-11 00:29:23 +08:00
Mariotaku Lee
947d250dd9 fixed 404 error when login using custom api proxy 2015-04-10 04:23:17 +08:00
Mariotaku Lee
0b32629de5 experimental support for tablet
menu button should work for sliding menu
2015-04-10 03:22:25 +08:00
Mariotaku Lee
5aa3385b1b fixed parcelable tweet loader gap handling
fixed last character lost in quote comment
merged 'load more automatically' into 'media preview' option
2015-04-10 01:27:59 +08:00
Mariotaku Lee
bd0198a623 migrated Void[] to Object[] for AsyncTask
improved status screen
removed internet error toast for refreshes
2015-04-09 19:50:32 +08:00
Mariotaku Lee
3babd63c0f improved some preferences 2015-04-09 00:33:10 +08:00
Mariotaku Lee
8f645d3112 added color label for status screen 2015-04-08 17:47:34 +08:00
Mariotaku Lee
1371bb901c restarts activity when tabs changed.
improved quote feature
fixed media preview in status screen
2015-04-08 14:33:07 +08:00
Mariotaku Lee
e029234b25 resolved conflicts 2015-04-08 00:40:05 +08:00
Mariotaku Lee
b181bbe38f trying thumbor integration
improving quoted status support
2015-04-07 23:43:03 +08:00
vanita5
f92fe2e7e0 minor Pebble notification improvement 2015-04-07 16:34:24 +02:00
vanita5
8b0776b529 add Pebble notifications 2015-04-07 13:39:57 +02:00
Mariotaku Lee
5288fe34e9 fixed 404 error while upload media 2015-04-07 12:19:40 +08:00
Mariotaku Lee
7a3d995b0e removed dashclock support
fixed 404 errors when signing in
fixed share in tweet list
fixed white button on pre-lollipop versions
2015-04-04 22:31:37 +08:00
Mariotaku Lee
8fc291fda5 improving location parsing 2015-04-04 02:47:55 +08:00
Mariotaku Lee
92607617cf fixed wrong table name caused card not displaying 2015-04-04 02:39:07 +08:00
Mariotaku Lee
2e6c31d904 fixed typo in location module 2015-04-04 01:37:05 +08:00
Mariotaku Lee
f13ed39058 fixed location validation condition 2015-04-04 01:30:23 +08:00
Mariotaku Lee
07b3ed7998 supports place full name displaying in status detail
fixed location validation
some features with "force using private apis" should work
2015-04-04 01:22:00 +08:00
Mariotaku Lee
5eb10fb836 improving user profile ui
improved api editor
2015-04-02 04:13:42 +08:00
Mariotaku Lee
fe5a6eb6c6 improved database performance
fixed auto complete hashtag icon
2015-04-02 00:09:19 +08:00
Mariotaku Lee
9f2abf6cd9 improved search ui
fixed notification light/vibrate/ringtone option
improved refresh indicator in statuses timeline
fixed crashes when open drafts
2015-04-01 18:28:26 +08:00
Mariotaku Lee
0a18f26224 removed donation link (still not work though! fuck google!)
use trigger to remove duplicate statuses, which makes refresh faster.
added database inspector for debug build
2015-04-01 00:39:14 +08:00
Mariotaku Lee
770bb81c89 fixed no favorite count issue 2015-03-31 00:39:43 +08:00
Mariotaku Lee
6fce7a8e03 fixed initial theme color
implemented enable/disable profile image
2015-03-30 20:24:51 +08:00
Mariotaku Lee
6de9da0338 improved notification
use acra temporarily
2015-03-29 02:30:51 +08:00
Mariotaku Lee
acd084ab8a implemented direct messages notification 2015-03-25 21:20:51 +08:00
Mariotaku Lee
2a071975bc fixed an NPE after cleaning database
removed nickname_only option
rewrote notifications
2015-03-24 23:40:47 +08:00
Mariotaku Lee
6a62ba6382 added experimental vine video support
use jitpack instead of submodule
2015-03-23 01:06:25 +08:00
Mariotaku Lee
35a7aab06e fixed #82: crashes when clicking links in direct messages 2015-03-22 16:28:06 +08:00
Mariotaku Lee
8ad206a9c8 redesigned account selector 2015-03-21 22:53:26 +08:00