You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 25, 2019. It is now read-only.
ThatCloud is an open-source iOS application built by [Ink](www.inkmobility.com) that helps you Get Work Done. No more saving work until you get back to your desk - with ThatCloud, you can get it done on the go.
4
+
ThatCloud is an iOS app that integrates all your cloud storage services so you get work done. No more saving work until you get back to your desk - with ThatCloud, you can get it done on the go.
5
5
6
6
ThatCloud integrates with all of your favorites sources of content, from Dropbox and Box to Gmail attachments and Instagram photos. By offering a single place for you to access, view, and work with all of your content, ThatCloud helps simplify your workflow and enhances your iPad productivity.
7
7
@@ -17,35 +17,67 @@ With ThatCloud, the iPad is a full-blown productivity device - you no longer nee
17
17
ThatCloud is also currently available on the [App Store](https://itunes.apple.com/us/app/thatcloud/id681023311?mt=8)
18
18

19
19
20
-
Ink Integration Details
21
-
=======================
22
-
The Ink Mobile framework transforms ThatCloud from a simple file preview to a full platform to interact with your content. ThatCloud integrates with Ink in two locations:
20
+
License
21
+
-------
22
+
ThatPDF is an open-source iOS application built by [Ink](www.inkmobility.com), released under the MIT License. You are welcome to fork this app, and pull requests are always encouraged.
23
+
24
+
How To Contribute
25
+
-------------------------
26
+
Glad you asked! ThatCloud is based on the [Git flow](http://nvie.com/posts/a-successful-git-branching-model/) development model, so to contribute, please make sure that you follow the git flow branching methodology.
27
+
28
+
Currently ThatCloud supports iOS6 on iPads. Make sure that your code runs in both the simulator and on an actual device for this environment.
23
29
24
-
1. ThatCloudAppDelegate registers incoming actions and provides their handlers.
25
-
2. FilePreviewViewController enables the file preview view to transmit content to other Ink enabled apps.
30
+
Once you have your feature, improvement, or bugfix, submit a pull request, and we'll take a look and merge it in. We're very encouraging of adding new owners to the repo, so if after a few pull requests you want admin access, let us know.
31
+
32
+
Every other Thursday, we cut a release branch off of develop, build the app, and submit it to the iOS App Store.
33
+
34
+
If you're looking for something to work on, take a look in the list of issues for this repository. And in your pull request, be sure to add yourself to the readme and authors file as a contributor.
26
35
27
36
What are the "That" Apps?
28
-
=============================
37
+
-------------------------
29
38
30
-
To demonstrate the power Ink mobile framework, Ink created the "ThatApp" suite of sample apps. Along with ThatCloud, there is also ThatInbox for reading your mail, ThatPDF for editing your documents and ThatPhoto for tweaking your photos. But we want the apps to do more than just showcase the Ink Mobile Framework. That's why we're releasing the apps open source.
39
+
To demonstrate the power Ink mobile framework, Ink created the "ThatApp" suite of sample apps. Along with ThatCloud, there is also ThatInbox for reading your mail, ThatPhoto for editing your photos and ThatPDF for signing and annotating documents. But we want the apps to do more than just showcase the Ink Mobile Framework. That's why we're releasing the apps open source.
31
40
32
-
As iOS developers we leverage an incredible amount of software created by the community. By releasing these apps, we hope we can make small contribution back. Here's what you can do with these apps:
41
+
As iOS developers, we leverage an incredible amount of software created by the community. By releasing these apps, we hope we can make small contribution back. Here's what you can do with these apps:
33
42
1. Use them!
43
+
44
+
They are your aps, and you should be able to do with them what you want. Skin it, fix it, tweak it, improve it. Once you're done, send us a pull request. We build and submit to the app store every other week on Thursdays.
34
45
35
-
They're your apps and you should be able to do with them what you want. Skin it, fix it, tweak it, improve it. Once you're done, send us a pull request!
36
-
37
46
2. Get your code to the app store
38
47
39
-
All of our sample apps are currently in the App store. Developers learning iOScan get their code in the app store without having to write an entire app. They only need to send a pull request.
48
+
All of our sample apps are currently in the App store. If you're just learning iOS, you can get real, production code in the app store without having to write an entire app. Just send us a pull request!
40
49
41
50
3. Support other iOS Framework companies
42
51
43
-
The sample apps are a place where other framework companies can integrate their product to show it off to the world, or simply a place to demonstrate integration strategies to your customers.
52
+
If you are building iOS developer tools, these apps are a place where you can integrate your product and show it off to the world. They can also serve to demonstrate different integration strategies to your customers.
44
53
45
54
4. Evaluate potential hires
46
55
47
-
Want to interview an iOS developer? Test their chops by asking them to add a feature or two a realworld app.
56
+
Want to interview an iOS developer? Test their chops by asking them to add a feature or two a real-world app.
48
57
49
58
5. Show off your skills
50
59
51
60
Trying to get a job? Point an employer to your merged pull requests to the sample apps as a demonstration of your ability to contribute to real apps.
61
+
62
+
63
+
Ink Integration Details
64
+
-----------------------
65
+
The Ink Mobile framework transforms ThatCloud from a simple file preview to a full platform to interact with your content. ThatCloud integrates with Ink in two locations:
66
+
67
+
1.[ThatCloudAppDelegate](https://github.com/Ink/ThatCloud/blob/develop/Classes/ThatCloudAppDelegate.m#L29) registers incoming actions and provides their handlers.
68
+
2.[FilePreviewViewController](https://github.com/Ink/ThatCloud/blob/develop/Classes/FilePreviewViewController.m#L121) enables the file preview view to transmit content to other Ink enabled apps.
69
+
70
+
Contributors
71
+
------------
72
+
Many thanks to the people who have helped make this app:
73
+
74
+
* Russell Cohen - [@rcoh](https://github.com/rcoh)
75
+
* Liyan David Chang - [@liyanchang](https://github.com/liyanchang)
0 commit comments