-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: georgemp/QuickDialog
base: master
head repository: escoz/QuickDialog
compare: master
- 15 commits
- 50 files changed
- 6 contributors
Commits on Apr 29, 2014
-
On 64 bit you must cast the objc_msgSend function to a prototype that…
… matches the method function being called (see apple 64-Bit Transition Guide).
Edgar Ebel committedApr 29, 2014 Configuration menu - View commit details
-
Copy full SHA for de3ce68 - Browse repository at this point
Copy the full SHA de3ce68View commit details
Commits on Apr 30, 2014
-
Support for accessibilityLabel and accessibilityIdentifier
Luke Deniston committedApr 30, 2014 Configuration menu - View commit details
-
Copy full SHA for dec110c - Browse repository at this point
Copy the full SHA dec110cView commit details
Commits on May 1, 2014
-
Peter committed
May 1, 2014 Configuration menu - View commit details
-
Copy full SHA for 46345d9 - Browse repository at this point
Copy the full SHA 46345d9View commit details -
Peter committed
May 1, 2014 Configuration menu - View commit details
-
Copy full SHA for ca13b8e - Browse repository at this point
Copy the full SHA ca13b8eView commit details
Commits on May 5, 2014
-
Fixed incorrect popover position
Peter committedMay 5, 2014 Configuration menu - View commit details
-
Copy full SHA for 7b5b2b7 - Browse repository at this point
Copy the full SHA 7b5b2b7View commit details -
Fixed incorrect parent section assignment
Peter committedMay 5, 2014 Configuration menu - View commit details
-
Copy full SHA for 06ead4a - Browse repository at this point
Copy the full SHA 06ead4aView commit details
Commits on May 17, 2014
-
Configuration menu - View commit details
-
Copy full SHA for e25636d - Browse repository at this point
Copy the full SHA e25636dView commit details -
Merge pull request escoz#679 from petr-vysotskiy/master
Several bugs fixed
Configuration menu - View commit details
-
Copy full SHA for a3483e4 - Browse repository at this point
Copy the full SHA a3483e4View commit details -
Merge pull request escoz#677 from luketheobscure/accessibility
Support for accessibilityLabel and accessibilityIdentifier
Configuration menu - View commit details
-
Copy full SHA for ace0d42 - Browse repository at this point
Copy the full SHA ace0d42View commit details -
Merge pull request escoz#676 from derheld/64-bit-objc_msgSend
On 64 bit you must cast the objc_msgSend function to a prototype that ma...
Configuration menu - View commit details
-
Copy full SHA for c5891e6 - Browse repository at this point
Copy the full SHA c5891e6View commit details
Commits on Aug 25, 2015
-
Configuration menu - View commit details
-
Copy full SHA for ec0eec8 - Browse repository at this point
Copy the full SHA ec0eec8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e629ed - Browse repository at this point
Copy the full SHA 9e629edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a5f7eb - Browse repository at this point
Copy the full SHA 1a5f7ebView commit details
Commits on Aug 26, 2015
-
Set root only after data source and delegate are set
iOS 9 calls reloadData less agressively than iOS 8 and earlier. If the root of the table view is set too soon (eg. before the data source is set), reloadData may not be called in certain cases, resulting in inconsistencies and inducing crashes.
Patrick Nollet committedAug 26, 2015 Configuration menu - View commit details
-
Copy full SHA for c96daa3 - Browse repository at this point
Copy the full SHA c96daa3View commit details
Commits on Nov 4, 2015
-
Merge pull request escoz#720 from PatrickNLT/set-root-ios9
[QuickDialogTableView] Set root only after data source and delegate are set
Configuration menu - View commit details
-
Copy full SHA for 9947f43 - Browse repository at this point
Copy the full SHA 9947f43View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master