Jesse Squires
309329cc0c
Merge pull request #580 from uversity/iOS6_support_stable
...
Fixed dependency on JSQSystemSoundPlayer for iOS6_support_stable
2014-10-24 14:20:59 -07:00
Daniel Resnick
92d13ae31e
Fixed dependency on systemsoundplayer
2014-10-24 11:21:10 -07:00
Jesse Squires
351118b20e
Merge pull request #507 from alr/iOS6_support_stable
...
fix crash when user use Undo after sending text message
2014-09-25 16:26:51 -07:00
Dmitry Abolmasov
08bcc96f08
fix crash when user use Undo after sending text message
2014-09-25 22:56:02 +04:00
Jesse Squires
420c643f86
Merge pull request #350 from jcoleman/fix-kvo-issues-on-iOS6_support_stable
...
Fix kvo issues on iOS6_support_stable
2014-08-25 12:59:27 -07:00
James Coleman
03ac5832c9
Rename viewWillAppearHasSetupObservers to isObserving.
2014-08-25 13:51:52 -04:00
James Coleman
5d5d6a410b
Use property rather than ivar for viewWillAppearHasSetupObservers.
2014-08-25 09:04:47 -04:00
James Coleman
68ec26479f
Fix KVO registration/deregistration issues.
...
viewWillAppear and viewWillDisappear are not guaranteed to happen in any particular order; the only guarantees are that they will be called on appearance/disappearance. That is, viewWillDisappear, for example, can be called more than once. This means that for proper KVO API conformance, to register/deregister in these methods you need to keep track of whether or not you're currently observing. This fixes #180 , fixes #268 , fixes the issues caused by #131 and the fix in #177 that was later reverted.
2014-06-09 10:57:07 -04:00
Jesse Squires
bf4a2a7525
Merge pull request #247 from xhzengAIB/master
...
fix iOS7 scroll to bottom issue in v4.0
2014-04-28 08:59:15 -07:00
Jack
666eace95b
Just fix the iOS7 new api.
2014-04-28 13:54:18 +08:00
Jack
3a7e8b13dc
refactor method.
2014-04-28 13:01:52 +08:00
Jack
eb485f2184
fix the bug from iOS7 new api.
2014-04-28 12:55:03 +08:00
Jack
b81cfae779
fix textView the bug from iOS7.
2014-04-27 13:08:41 +08:00
Jesse Squires
b95adbb1d3
update travis and schemes
2014-04-26 11:43:07 -07:00
Jesse Squires
ae1dcf6dab
v 4.0.4
2014-04-26 11:38:04 -07:00
Jesse Squires
32ec5790c8
fix keyboard panning
2014-04-26 11:28:00 -07:00
Jesse Squires
bb2df59011
set delegate / datasource to nil in dealloc. close #201
2014-04-26 11:19:57 -07:00
Jesse Squires
70b43b9b68
fix animation curve
2014-04-26 11:17:52 -07:00
Jesse Squires
13cb430214
update pods
2014-04-13 14:12:35 -07:00
Jesse Squires
79fb52415b
v 4.0.3
2014-04-13 14:08:55 -07:00
Jesse Squires
8dbcd869a8
fix #25
2014-04-13 14:07:33 -07:00
Jesse Squires
992051f26c
Merge branch 'master' of https://github.com/jessesquires/MessagesTableViewController
2014-04-13 14:03:31 -07:00
Jesse Squires
b764696a84
Merge pull request #216 from GigabyteTheOne/patch-1
...
Fix #205 - bubbleFrame fix vertical center
2014-04-13 14:03:24 -07:00
Jesse Squires
b01672526b
update project settings
2014-04-13 14:02:20 -07:00
Konstantin Simakov
d94d2f4ad1
Fix #205 - bubbleFrame fix vertical center
2014-04-09 16:59:55 +06:00
Jesse Squires
af7a1be1c9
close #181 . close #180 .
2014-03-02 14:14:40 -08:00
Jesse Squires
9d0929352f
v 4.0.1
2014-02-27 23:38:00 -08:00
Jesse Squires
4bec494f1b
Merge pull request #177 from simsimmal/textViewKVOBug
...
fix: KVO Bug closes #131
2014-02-27 09:25:07 -08:00
Simon Räder
6b4f5390f6
fix: KVO Bug
2014-02-27 09:51:53 +01:00
Jesse Squires
49cf3074bb
bump version to 4.0.0
2014-02-22 22:55:34 -08:00
Jesse Squires
631ecdebe3
make tableview frame size of container and only set insets. RE: close #150
2014-02-22 22:47:17 -08:00
Jesse Squires
a966e900cc
Update README.md
2014-02-22 22:32:43 -08:00
Jesse Squires
b4cb799269
begin unit tests
2014-02-22 21:32:53 -08:00
Jesse Squires
74de8857f7
update travis
2014-02-22 20:44:19 -08:00
Jesse Squires
f6f5dd175e
update readme
2014-02-22 19:53:54 -08:00
Jesse Squires
a477f0257d
update travis
2014-02-22 19:45:55 -08:00
Jesse Squires
f94e475310
comment header
2014-02-22 19:45:24 -08:00
Jesse Squires
238719b30f
Merge branch 'develop'
2014-02-22 19:42:08 -08:00
Jesse Squires
4d45904459
slight refactoring from PR #153
2014-02-22 19:40:22 -08:00
Jesse Squires
1122c7f022
Merge pull request #171 from tflhyl/feature/fix-bubble-position
...
Fix inconsistent bubble positioning (issue #153 )
2014-02-22 19:35:26 -08:00
Jesse Squires
e40929dd1d
remove scrollToBottom. now responsibility of subclass. closes #159 .
2014-02-22 19:13:24 -08:00
Theodore Felix Leo
7dec817454
Fix inconsistent bubble position due to displayed timestamp.
2014-02-23 11:08:24 +08:00
Jesse Squires
f6b0214a39
remove data detectors by default
2014-02-22 19:04:32 -08:00
Jesse Squires
b3ac3bf026
add NSLog macro
2014-02-22 18:48:25 -08:00
Jesse Squires
d9ef6e6ef9
edit text view notifications for refreshing view for placeholder text.
2014-02-22 18:38:47 -08:00
Jesse Squires
fe6cd1cd26
change where textView KVO is added/removed. remove textView snapBackToPoint delegate callback.
2014-02-22 18:11:05 -08:00
Jesse Squires
67e0ed0dc9
Update README.md
2014-01-28 09:10:10 -08:00
Jesse Squires
8befe80f70
Update README.md
2014-01-25 10:32:39 -08:00
Jesse Squires
73cf0e2806
proj file
2014-01-23 21:35:05 -08:00
Jesse Squires
09646af2f8
implement JSMessageData protocol. close #149
2014-01-23 21:32:00 -08:00