mirror of
				https://github.com/gilshahar7/ExactTime.git
				synced 2025-11-03 21:16:18 +00:00 
			
		
		
		
	Version 1.3
*Added an option to add estimated time to the exact time. Example: "48m ago • 09:41" *Added an option to add minutes to "Xh ago" Example: "5h 47m ago" *You can also combine these two options to get something like this: "5h 47m ago • 09:41" *Added an icon to the preferences.
This commit is contained in:
		
							
								
								
									
										
											BIN
										
									
								
								exacttimeprefs/Resources/ExactTime@2x.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								exacttimeprefs/Resources/ExactTime@2x.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 1.1 KiB  | 
							
								
								
									
										82
									
								
								exacttimeprefs/Resources/ExactTimeprefs.plist
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										82
									
								
								exacttimeprefs/Resources/ExactTimeprefs.plist
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,82 @@
 | 
			
		||||
<?xml version="1.0" encoding="UTF-8"?>
 | 
			
		||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
 | 
			
		||||
<plist version="1.0">
 | 
			
		||||
<dict>
 | 
			
		||||
	<key>items</key>
 | 
			
		||||
	<array>
 | 
			
		||||
		<dict>
 | 
			
		||||
			<key>cell</key>
 | 
			
		||||
			<string>PSGroupCell</string>
 | 
			
		||||
			<key>footerText</key>
 | 
			
		||||
			<string>Only show the exact time for notifications older than this value (0~240). Default value for stock iOS is 240 minutes (4 hours)</string>
 | 
			
		||||
		</dict>
 | 
			
		||||
			<dict>
 | 
			
		||||
			<key>cell</key>
 | 
			
		||||
			<string>PSEditTextCell</string>
 | 
			
		||||
			<key>defaults</key>
 | 
			
		||||
			<string>com.gilshahar7.exacttimeprefs</string>
 | 
			
		||||
			<key>key</key>
 | 
			
		||||
			<string>affectTime</string>
 | 
			
		||||
			<key>default</key>
 | 
			
		||||
			<string>10</string>
 | 
			
		||||
			<key>isNumeric</key>
 | 
			
		||||
			<true/>
 | 
			
		||||
			<key>label</key>
 | 
			
		||||
			<string>Affect after (in minutes)</string>
 | 
			
		||||
		</dict>
 | 
			
		||||
		<dict>
 | 
			
		||||
			<key>cell</key>
 | 
			
		||||
			<string>PSButtonCell</string>
 | 
			
		||||
			<key>defaults</key>			<string>com.gilshahar7.exacttimeprefs</string>
 | 
			
		||||
			<key>label</key>
 | 
			
		||||
			<string>Apply</string>
 | 
			
		||||
			<key>action</key>
 | 
			
		||||
			<string>apply</string>
 | 
			
		||||
		</dict>
 | 
			
		||||
		<dict>
 | 
			
		||||
			<key>cell</key>
 | 
			
		||||
			<string>PSGroupCell</string>
 | 
			
		||||
			<key>footerText</key>
 | 
			
		||||
			<string>This will add "Xh ago" where there is an exact time, separated by a ' • ' Note: this will override any language</string>
 | 
			
		||||
		</dict>
 | 
			
		||||
		<dict>
 | 
			
		||||
			<key>cell</key>
 | 
			
		||||
			<string>PSSwitchCell</string>
 | 
			
		||||
			<key>default</key>
 | 
			
		||||
			<false/>
 | 
			
		||||
			<key>defaults</key>
 | 
			
		||||
			<string>com.gilshahar7.exacttimeprefs</string>
 | 
			
		||||
			<key>key</key>
 | 
			
		||||
			<string>addToCurrent</string>
 | 
			
		||||
			<key>label</key>
 | 
			
		||||
			<string>Add estimated time to exact time</string>
 | 
			
		||||
		</dict>
 | 
			
		||||
		<dict>
 | 
			
		||||
			<key>cell</key>
 | 
			
		||||
			<string>PSGroupCell</string>
 | 
			
		||||
			<key>footerText</key>
 | 
			
		||||
			<string>This will add minutes to all "Xh ago" Note: this will override any language</string>
 | 
			
		||||
		</dict>
 | 
			
		||||
		<dict>
 | 
			
		||||
			<key>cell</key>
 | 
			
		||||
			<string>PSSwitchCell</string>
 | 
			
		||||
			<key>default</key>
 | 
			
		||||
			<false/>
 | 
			
		||||
			<key>defaults</key>
 | 
			
		||||
			<string>com.gilshahar7.exacttimeprefs</string>
 | 
			
		||||
			<key>key</key>
 | 
			
		||||
			<string>addMinutes</string>
 | 
			
		||||
			<key>label</key>
 | 
			
		||||
			<string>Change "2h ago" to "2h 17m ago"</string>
 | 
			
		||||
		</dict>
 | 
			
		||||
		<dict>
 | 
			
		||||
			<key>cell</key>
 | 
			
		||||
			<string>PSGroupCell</string>
 | 
			
		||||
			<key>footerText</key>
 | 
			
		||||
			<string>Made by: gilshahar7.</string>
 | 
			
		||||
		</dict>
 | 
			
		||||
	</array>
 | 
			
		||||
	<key>title</key>
 | 
			
		||||
	<string>ExactTime</string>
 | 
			
		||||
</dict>
 | 
			
		||||
</plist>
 | 
			
		||||
							
								
								
									
										28
									
								
								exacttimeprefs/Resources/Info.plist
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										28
									
								
								exacttimeprefs/Resources/Info.plist
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,28 @@
 | 
			
		||||
<?xml version="1.0" encoding="UTF-8"?>
 | 
			
		||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
 | 
			
		||||
<plist version="1.0">
 | 
			
		||||
<dict>
 | 
			
		||||
	<key>CFBundleDevelopmentRegion</key>
 | 
			
		||||
	<string>English</string>
 | 
			
		||||
	<key>CFBundleExecutable</key>
 | 
			
		||||
	<string>ExactTimeprefs</string>
 | 
			
		||||
	<key>CFBundleIdentifier</key>
 | 
			
		||||
	<string>com.gilshahar7.exacttimeprefs</string>
 | 
			
		||||
	<key>CFBundleInfoDictionaryVersion</key>
 | 
			
		||||
	<string>6.0</string>
 | 
			
		||||
	<key>CFBundlePackageType</key>
 | 
			
		||||
	<string>BNDL</string>
 | 
			
		||||
	<key>CFBundleShortVersionString</key>
 | 
			
		||||
	<string>1.0.0</string>
 | 
			
		||||
	<key>CFBundleSignature</key>
 | 
			
		||||
	<string>????</string>
 | 
			
		||||
	<key>CFBundleVersion</key>
 | 
			
		||||
	<string>1.0</string>
 | 
			
		||||
	<key>DTPlatformName</key>
 | 
			
		||||
	<string>iphoneos</string>
 | 
			
		||||
	<key>MinimumOSVersion</key>
 | 
			
		||||
	<string>3.0</string>
 | 
			
		||||
	<key>NSPrincipalClass</key>
 | 
			
		||||
	<string>ExactTimeprefsListController</string>
 | 
			
		||||
</dict>
 | 
			
		||||
</plist>
 | 
			
		||||
		Reference in New Issue
	
	Block a user