Граф коммитов

64 Коммитов

Автор SHA1 Сообщение Дата
Martin Løbger 7c2a7738e0
Fix crash in Chat sample and make it work correctly (#365)
* Fix crash in Chat sample and make it work correctly

* Update Chat/Chat/ChatViewController.cs

---------

Co-authored-by: Martin Loebger <extmloebger@gnresound.com>
Co-authored-by: Manuel de la Pena <mandel@microsoft.com>
Co-authored-by: Rolf Bjarne Kvinge <rolf@xamarin.com>
2023-12-22 16:40:11 +01:00
Rolf Bjarne Kvinge c48c4d648c
Add .editorconfig and fix formatting accordingly. (#471)
The new .editorconfig is copied from the one in xamarin/xamarin-macios.

Formatting was fixed using 'dotnet format whitespace --folder .'
2023-02-17 14:55:43 +01:00
conceptdev abe75659ca onboard missing samples 2019-08-01 19:45:18 -07:00
Craig a39a36402a remove invalid yaml metadata 2019-07-19 19:15:52 -07:00
Justin Johnson 5bcf0993b7 Jusjohns gallery updates (#376)
* batch run on readme files

* Some manual fixes that couldn't parse

* Some more batch fixes

* Fixed final two edge cases

* Manual fix of a parse error

* Missed bad md whitespace

* Another manual fix of parser error

* Some minor parse fixes
2019-07-18 16:35:50 -07:00
David Britch 168efa013e Switched to 64-bit only builds. 2018-08-07 14:13:47 +01:00
ghostlwj 9d93b865b1 #237 Fix layout problems (regarding Keyboard) in Chat sample 2018-05-25 12:14:25 +08:00
Brad Umbaugh 3392dd3a8e Set MtouchHttpClientHandler to NSUrlSessionHandler for all samples 2018-05-02 12:28:55 -06:00
Craig Dunn 1b9192eb7d [Chat] update for iPhone X 2017-12-19 09:38:13 -08:00
Craig Dunn e927cfcda6 [chat] fix image asset (bubbleoutgoing) 2017-12-19 09:21:21 -08:00
Fleppes dbb85641fd Fixed UIToolbar issue (#201)
see https://stackoverflow.com/questions/46776076/ios11-xcode-9-uibarbuttonitem-issue
2017-12-19 09:20:00 -08:00
David Britch e928c15193 Updated architecture setting to 32&64 bit, and specified iOS 9 as minimum SDK version. 2017-07-19 13:27:52 +01:00
olegoid 5a933fe4eb [Chat] Remove redundant code 2016-08-25 14:29:44 -03:00
olegoid 264998c108 [Entitlements] Remove custom entitlements from project's configuration 2015-07-29 03:08:00 +03:00
Rustam Zaitov 21b06e40e1 [Chat] rid of ios 8.2 api usage 2015-06-19 16:03:40 +03:00
dalexsoto 7b81138d52 [Chat] Fix chat sample, we now use the right ctor for cells
Per documentation: [0]

DequeueReusableCell will call initWithStyle:reuseIdentifier: ctor if a new cell
needs to be created, we now export the right ctor to unmanaged land so it will
call our managed ctor and do the right initialization instead of calling the
IntPtr ctor which leads sometimes to a runtime error.

[0]: https://developer.apple.com/library/ios/documentation/UIKit/Reference/UITableView_Class/#//apple_ref/occ/instm/UITableView/dequeueReusableCellWithIdentifier:forIndexPath:
2015-06-15 22:55:59 -05:00
Rustam Zaitov 9aa8a01e33 Update README.md 2015-05-06 21:24:48 +03:00
Rustam Zaitov 214c472950 [Chat] resolve Miguel's comments
Xamarin.iOS 8.10.1.24
2015-05-06 20:58:01 +03:00
Rustam Zaitov 6b622cafd5 [Chat] remove old workaround for render glitches
Xamarin.iOS 8.10.1.24
2015-05-06 20:57:19 +03:00
Rustam Zaitov f49ae738a9 [Chat] resolve Jason's comments
Xamarin.iOS 8.10.1.24
2015-05-06 20:54:09 +03:00
Rustam Zaitov 310f64f4de [Chat] add brief tag 2015-05-05 16:31:36 +03:00
Rustam Zaitov f5134d1e91 [Chat] add screenshots
Xamarin.iOS 8.10.0.267
2015-05-05 16:23:18 +03:00
Rustam Zaitov e72216ad02 [Chat] apply code review results
Xamarin.iOS 8.10.0.267
2015-05-05 16:20:16 +03:00
Rustam Zaitov 495a8ce3f2 [Chat] format src 2015-05-05 16:09:06 +03:00
Rustam Zaitov b12d3fd094 [Chat] fix keyboard disappearance
Xamarin.iOS 8.10.0.267
2015-05-04 23:42:31 +03:00
Rustam Zaitov d2822e7acb [Chat] fix image render glitches
Xamarin.iOS 8.10.0.267
2015-05-04 23:36:05 +03:00
Rustam Zaitov 335b18e867 [Chat] add metadata and readme
Xamarin.iOS 8.10.0.267
2015-05-04 23:34:25 +03:00
Rustam Zaitov 21054d8d61 [Chat] add image sets
Xamarin.iOS 8.10.0.267
2015-05-04 23:10:31 +03:00
Rustam Zaitov 68619371df [Chat] clean cell code. remove copy feature to keep sample simple
Xamarin.iOS 8.10.0.267
2015-05-04 22:47:55 +03:00
Rustam Zaitov 7a6df1452c [Chat] add skeleton for sound 2015-04-16 02:18:35 +03:00
Rustam Zaitov 988b118a88 [Chat] fix rotation issue
Xamarin.iOS 8.10.0.255
2015-04-16 02:04:51 +03:00
Rustam Zaitov 0673be01e9 [Chat] fix issue with auto height
Xamarin.iOS 8.10.0.255
2015-04-16 00:31:35 +03:00
Rustam Zaitov 9799e16e8d [Chat] add observers for contentSize property
Xamarin.iOS 8.10.0.255
2015-04-16 00:26:13 +03:00
Rustam Zaitov c72f3c07b7 [Chat] setup toolbar with code. It is imposible to setup autolayout on uibarbuttonitems via XCoder or XS designer, so the code is the only way
Xamarin.iOS 8.10.0.255
2015-04-15 02:10:54 +03:00
Rustam Zaitov 146d4338db [Chat] implement chat input tool bar view
Xamarin.iOS 8.10.0.255
2015-04-15 01:25:51 +03:00
Rustam Zaitov 7118060add [Chat] setup textview
Xamarin.iOS 8.10.0.255
2015-04-14 21:00:28 +03:00
Rustam Zaitov 6e583dc995 [Chat] replace chat view with toolbar 2015-04-14 20:46:03 +03:00
Rustam Zaitov ef20505a88 [Chat] add conversation
Xamarin.iOS 8.10.0.255
2015-04-14 20:10:28 +03:00
Rustam Zaitov f7bf68c4db [Chat] fix smooth content movement
Xamarin.iOS 8.8.2.4
2015-04-14 17:40:18 +03:00
Rustam Zaitov d1679bbe9a [Chat] implement smooth content movement
Xamarin.iOS 8.8.2.4
2015-04-14 15:51:46 +03:00
Rustam Zaitov c70fd877ec [Chat] remove separator 2015-04-14 03:48:29 +03:00
Rustam Zaitov eab3962f88 [Chat] implement copy feature
Xamarin.iOS 8.8.2.4
2015-04-14 03:37:17 +03:00
Rustam Zaitov 085f371c48 [Chat] fix selection
Xamarin.iOS 8.8.2.4
2015-04-14 01:31:54 +03:00
Rustam Zaitov fca591415f [Chat] implement copy action
Xamarin.iOS 8.8.2.4
2015-04-14 01:03:21 +03:00
Rustam Zaitov 687848b4f9 [Chat] started implement menu
Xamarin.iOS 8.8.2.4
2015-04-13 23:23:42 +03:00
Rustam Zaitov 4cd1fef240 [Chat] ask autolayout to calculate cell height
Xamarin.iOS 8.8.2.4
2015-04-13 21:10:03 +03:00
Rustam Zaitov 77ae3c58d2 [Chat] calculate buble cell height (this needed for iOS7)
Xamarin.iOS 8.8.2.4
2015-04-13 19:59:04 +03:00
Rustam Zaitov d2df09e54a [Chat] fix compress and huggin priorities
Xamarin.iOS 8.8.2.4
2015-04-13 18:26:22 +03:00
Rustam Zaitov 60a6a47dc1 [Chat] play with text sizing
Xamarin.iOS 8.8.2.4
2015-04-13 17:05:16 +03:00
Rustam Zaitov 027c7b4c71 [Chat] fix text aligment
Xamarin.iOS 8.8.2.4
2015-04-13 15:32:46 +03:00