Skip to content

Commit

Permalink
Added TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
shinvou committed Jan 14, 2015
1 parent 620cc2f commit 66e1ce5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions TODO.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
- option to resize photos to force fit the screen
- option to enable cycling only between specific hours
- separate album for ls and hs
- option to dim wallpaper

- folder customizer support
- weatherboard support
- auxo support
6 changes: 3 additions & 3 deletions Tweak.xm
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
#import <Foundation/NSDistributedNotificationCenter.h>

@interface SpringBoard
- (void)applicationDidFinishLaunching:(id)application;
- (void)applicationDidFinishLaunching:(UIApplication *)application;
- (void)configureTimer;
- (void)updateWallpaper;
@end

@interface PCPersistentTimer : NSObject
- (id)initWithFireDate:(id)arg1 serviceIdentifier:(id)arg2 target:(id)arg3 selector:(SEL)arg4 userInfo:(id)arg5;
- (void)scheduleInRunLoop:(id)arg1;
- (id)initWithFireDate:(NSDate *)date serviceIdentifier:(NSString *)identifier target:(id)target selector:(SEL)selector userInfo:(id)userInfo;
- (void)scheduleInRunLoop:(NSRunLoop *)runLoop;
- (void)invalidate;
@end

Expand Down

0 comments on commit 66e1ce5

Please sign in to comment.