File tree
13 files changed
+36
-36
lines changed- MEGA.xcodeproj
- iMEGA
- Cloud drive
- Contacts
- My Account
- Settings
- Vendor
13 files changed
+36
-36
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
859 | 859 |
| |
860 | 860 |
| |
861 | 861 |
| |
862 |
| - | |
| 862 | + | |
863 | 863 |
| |
864 | 864 |
| |
865 | 865 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
568 | 568 |
| |
569 | 569 |
| |
570 | 570 |
| |
571 |
| - | |
| 571 | + | |
572 | 572 |
| |
573 | 573 |
| |
574 | 574 |
| |
575 | 575 |
| |
576 |
| - | |
| 576 | + | |
577 | 577 |
| |
578 | 578 |
| |
579 | 579 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
360 | 360 |
| |
361 | 361 |
| |
362 | 362 |
| |
363 |
| - | |
| 363 | + | |
364 | 364 |
| |
365 | 365 |
| |
366 | 366 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
39 |
| - | |
| 39 | + | |
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
| |||
51 | 51 |
| |
52 | 52 |
| |
53 | 53 |
| |
54 |
| - | |
| 54 | + | |
55 | 55 |
| |
56 | 56 |
| |
57 | 57 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
137 | 137 |
| |
138 | 138 |
| |
139 | 139 |
| |
140 |
| - | |
| 140 | + | |
141 | 141 |
| |
142 | 142 |
| |
143 | 143 |
| |
|
Large diffs are not rendered by default.
Submodule PureLayout updated from 00d74e7 to 3b28f52
Submodule SAMKeychain updated 1 file
- .gitignore+1
- README.md+2
- bindings/ios/3rdparty/build-cares.sh+3-2
- bindings/ios/3rdparty/build-curl.sh+1-1
- bindings/ios/3rdparty/build-libevent2.sh+2-2
- bindings/ios/3rdparty/build-libuv.sh+1-1
- bindings/ios/3rdparty/build-openssl.sh+1-1
- bindings/ios/MEGASDK.xcodeproj/project.pbxproj+22-2
- bindings/ios/MEGASdk.h+2-2
- bindings/ios/MEGASdk.mm+8-4
- bindings/ios/Private/DelegateMEGAGlobalListener.mm+13-5
- bindings/ios/Private/DelegateMEGAListener.mm+36-12
- bindings/ios/Private/DelegateMEGARequestListener.mm+14-5
- bindings/ios/Private/DelegateMEGATransferListener.mm+16-8
- bindings/ios/mega/config.h-3
- bindings/megaapi.i+2-1
- bindings/qt/sdk.pri+1
- bindings/wp8/MNode.cpp+15
- bindings/wp8/MNode.h+3
- bindings/wp8/MRequest.h+4-1
- bindings/wp8/MTransfer.cpp+66-46
- bindings/wp8/MTransfer.h+61-40
- bindings/wp8/MTransferData.cpp+82
- bindings/wp8/MTransferData.h+52
- bindings/wp8/MegaSDK.cpp+370-10
- bindings/wp8/MegaSDK.h+58
- bindings/wp8/vs2013/mega.vcxproj+2
- bindings/wp8/vs2013/mega.vcxproj.filters+6
- bindings/wp8/vs2015/mega.vcxproj+2
- bindings/wp8/vs2015/mega.vcxproj.filters+6
- configure.ac+5-1
- contrib/QtCreator/MEGAcmd/MEGAcmdClient/MEGAcmdClient.pro+12-2
- contrib/QtCreator/MEGAcmd/MEGAcmdLoader/MEGAcmdLoader.pro+13
- contrib/QtCreator/MEGAcmd/MEGAcmdServer/MEGAcmdServer.pro+10
- contrib/build_sdk.sh+3-3
- examples/megacli.cpp+22-14
- examples/megacli.h+1-1
- examples/megacmd/comunicationsmanager.h+8-2
- examples/megacmd/megacmd.cpp+1-1
- examples/megacmd/megacmdexecuter.cpp+3
- examples/megacmd/megacmdexecuter.h+2-2
- include/mega/command.h+24-16
- include/mega/filesystem.h+2-1
- include/mega/megaapp.h+6-1
- include/mega/megaclient.h+14-4
- include/mega/osx/osxutils.h+4
- include/mega/posix/meganet.h+1
- include/mega/types.h+12-15
- include/mega/version.h+1-1
- include/megaapi.h+183-30
- include/megaapi_impl.h+45-13
- src/backofftimer.cpp+2-2
- src/commands.cpp+322-68
- src/filesystem.cpp+15-11
- src/megaapi.cpp+58-14
- src/megaapi_impl.cpp+267-86
- src/megaclient.cpp+147-38
- src/osx/osxutils.mm+24
- src/posix/fs.cpp+9-2
- src/posix/net.cpp+45
- src/transfer.cpp+2-2
- src/transferslot.cpp+1-1
- src/user.cpp+1-1
- src/utils.cpp+199
- tests/megacmd_get_test.sh+1
- tests/sdk_test.cpp+13-21
- tests/sync_test.py+25-9
- tests/sync_test_app.py+20
- tests/sync_test_base.py+43-17
- tests/sync_test_megasync.py+36-13
- tests/tests.cpp+1
Submodule SVProgressHUD updated 24 files
- .gitignore+5
- CHANGELOG.md+17
- Demo/Classes/AppDelegate.h+1-1
- Demo/Classes/AppDelegate.m+1-1
- Demo/Classes/ViewController.h+1-1
- Demo/Classes/ViewController.m+11-2
- Demo/ViewController.xib+18-12
- Demo/main.m+1-1
- Demo/tvOS Demo/AppDelegate.h+1-1
- Demo/tvOS Demo/AppDelegate.m+1-1
- LICENSE.txt+5-22
- README.md+16-4
- SVProgressHUD-Framework/Info.plist+1-1
- SVProgressHUD.podspec+3-3
- SVProgressHUD.xcodeproj/project.pbxproj+11-5
- SVProgressHUD.xcodeproj/xcshareddata/xcschemes/SVProgressHUD-Framework.xcscheme+1-1
- SVProgressHUD/SVIndefiniteAnimatedView.h+1-1
- SVProgressHUD/SVIndefiniteAnimatedView.m+1-1
- SVProgressHUD/SVProgressAnimatedView.h+1-1
- SVProgressHUD/SVProgressAnimatedView.m+1-3
- SVProgressHUD/SVProgressHUD.h+7-3
- SVProgressHUD/SVProgressHUD.m+407-355
- SVProgressHUD/SVRadialGradientLayer.h+1-1
- SVProgressHUD/SVRadialGradientLayer.m+1-1
0 commit comments