Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
3e713a2
readme update
Jan 10, 2016
e43a567
updated readme and added gitignore
Jan 19, 2016
2850d76
switched over to solely obj-c
Jan 26, 2016
c56298c
added alarm, alarm manager, user, and spotify manager, also added afn…
ddistant Jan 29, 2016
76e82c1
added signInVC, tableVC, and alarmDetailVC
ddistant Jan 29, 2016
f91a57e
Added Spotify iOS SDK cocoapod
ddistant Jan 29, 2016
b571580
Added spotify library, imported to spotify manager. template finished
ddistant Jan 29, 2016
a9cf83b
updated readme and testing github notifs
Jan 29, 2016
b957b16
put afnetworking into frameworks folder
Jan 30, 2016
96b4da4
changed to Alarmify
Feb 1, 2016
78bce20
2nd times the charm
Feb 1, 2016
16a8a96
project naming fully fixed
Feb 1, 2016
3b36853
late night changes, not much
Feb 1, 2016
3b8d398
xcode issue fixed
Feb 1, 2016
b3de1a2
did ui for first vc
charleshkang Feb 6, 2016
8833d42
initial steps to build alarm portion
charleshkang Feb 9, 2016
90021fd
test
charleshkang Feb 9, 2016
a0959e2
weird issue with addalarm VC not displaying when assigned a class
charleshkang Feb 9, 2016
efb9edc
intial UI and alarm clock set up pretty solid, small UI changes for l…
charleshkang Feb 9, 2016
803d529
removed detailVC, only need 3 screens to work with
charleshkang Feb 9, 2016
5859945
added edit/done function and changed bg color of intro screen
charleshkang Feb 9, 2016
926d12a
fixed the naming issue in build settings
charleshkang Feb 10, 2016
d411159
implemented the API, some browser issues to fix
charleshkang Feb 10, 2016
4009b6c
working on alarm feature
charleshkang Feb 11, 2016
0510d6b
updated readme, added VC's for frequency, sound, and alarm title
charleshkang Feb 11, 2016
ed5c85f
commit
charleshkang Feb 11, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Binary file not shown.
3 changes: 3 additions & 0 deletions Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
pod 'AFNetworking', '~> 3.0'

pod 'Spotify-iOS-SDK-possanfork', '~> 0.8'
27 changes: 27 additions & 0 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
PODS:
- AFNetworking (3.0.4):
- AFNetworking/NSURLSession (= 3.0.4)
- AFNetworking/Reachability (= 3.0.4)
- AFNetworking/Security (= 3.0.4)
- AFNetworking/Serialization (= 3.0.4)
- AFNetworking/UIKit (= 3.0.4)
- AFNetworking/NSURLSession (3.0.4):
- AFNetworking/Reachability
- AFNetworking/Security
- AFNetworking/Serialization
- AFNetworking/Reachability (3.0.4)
- AFNetworking/Security (3.0.4)
- AFNetworking/Serialization (3.0.4)
- AFNetworking/UIKit (3.0.4):
- AFNetworking/NSURLSession
- Spotify-iOS-SDK-possanfork (0.8)

DEPENDENCIES:
- AFNetworking (~> 3.0)
- Spotify-iOS-SDK-possanfork (~> 0.8)

SPEC CHECKSUMS:
AFNetworking: a0075feb321559dc78d9d85b55d11caa19eabb93
Spotify-iOS-SDK-possanfork: 3625b81a2166864eec58d9f95aa5c27a80e3fae7

COCOAPODS: 0.38.2
Binary file added Pods/.DS_Store
Binary file not shown.
295 changes: 295 additions & 0 deletions Pods/AFNetworking/AFNetworking/AFHTTPSessionManager.h

Large diffs are not rendered by default.

361 changes: 361 additions & 0 deletions Pods/AFNetworking/AFNetworking/AFHTTPSessionManager.m

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading