added changelogs
|  | @ -176,7 +176,8 @@ public class DropdownAdapter extends BaseAdapter implements ThemedSpinnerAdapter | |||
|         // fill list with track bundles | ||||
|         mTrackBundleList = new ArrayList<>(); | ||||
|         for (File file : files) { | ||||
|             if (file.getName().endsWith(FILE_TYPE_TRACKBOOK_EXTENSION)) { | ||||
|             String fileName = file.getName(); | ||||
|             if (fileName.endsWith(FILE_TYPE_TRACKBOOK_EXTENSION) && !fileName.startsWith(FILE_NAME_TEMP)) { | ||||
|                 mTrackBundleList.add(new TrackBundle(file)); | ||||
|             } | ||||
|         } | ||||
|  |  | |||
|  | @ -24,8 +24,8 @@ allprojects { | |||
| 
 | ||||
|     project.ext { | ||||
|         applicationId = 'org.y20k.trackbook' | ||||
|         versionCode = 30 | ||||
|         versionName = '1.1.14' | ||||
|         versionCode = 31 | ||||
|         versionName = '1.1.15' | ||||
| 
 | ||||
|         compileSdkVersion = 28 | ||||
|         targetSdkVersion = 27 | ||||
|  |  | |||
							
								
								
									
										2
									
								
								metadata/README.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						|  | @ -0,0 +1,2 @@ | |||
| # F-Droid Assets | ||||
| This folder contains the assets used on [Trackbook's F-Droid store page](https://f-droid.org/repository/browse/?fdid=org.y20k.trackbook). More about adding assets -> [All About Descriptions, Graphics, and Screenshots](https://f-droid.org/en/docs/All_About_Descriptions_Graphics_and_Screenshots/). | ||||
							
								
								
									
										5
									
								
								metadata/en-US/changelogs/26.txt
									
									
									
									
									
										Normal file
									
								
							
							
						
						|  | @ -0,0 +1,5 @@ | |||
| # v1.1.10 - Sheep | ||||
| 
 | ||||
| **2018-06-27** | ||||
| 
 | ||||
| - option to open GPX recordings in other apps (replaces the "Save" feature) | ||||
							
								
								
									
										5
									
								
								metadata/en-US/changelogs/27.txt
									
									
									
									
									
										Normal file
									
								
							
							
						
						|  | @ -0,0 +1,5 @@ | |||
| # v1.1.11 - Sheep | ||||
| 
 | ||||
| **2018-10-31** | ||||
| 
 | ||||
| - improved location accuracy at start of recordings | ||||
							
								
								
									
										6
									
								
								metadata/en-US/changelogs/28.txt
									
									
									
									
									
										Normal file
									
								
							
							
						
						|  | @ -0,0 +1,6 @@ | |||
| # v1.1.12 - Sheep | ||||
| 
 | ||||
| **2018-11-04** | ||||
| 
 | ||||
| - the previous version crashed | ||||
| -> you may need to delete your last recording in /Android/data/org.y20k.trackbook/files/tracks for Trackbook to work again properly - sorry :-( | ||||
							
								
								
									
										8
									
								
								metadata/en-US/changelogs/29.txt
									
									
									
									
									
										Normal file
									
								
							
							
						
						|  | @ -0,0 +1,8 @@ | |||
| # v1.1.13 - Sheep | ||||
| 
 | ||||
| **2018-11-10** | ||||
| 
 | ||||
| - improved location accuracy at start of recordings | ||||
| - bug fixes | ||||
| 
 | ||||
| 
 | ||||
							
								
								
									
										7
									
								
								metadata/en-US/changelogs/30.txt
									
									
									
									
									
										Normal file
									
								
							
							
						
						|  | @ -0,0 +1,7 @@ | |||
| # v1.1.14 - Sheep | ||||
| 
 | ||||
| **2018-11-28** | ||||
| 
 | ||||
| - updated osmdroid to version 6.0.3 | ||||
| - minor bug fixes | ||||
| 
 | ||||
							
								
								
									
										7
									
								
								metadata/en-US/changelogs/31.txt
									
									
									
									
									
										Normal file
									
								
							
							
						
						|  | @ -0,0 +1,7 @@ | |||
| # v1.1.15 - Sheep | ||||
| 
 | ||||
| **2019-03-06** | ||||
| 
 | ||||
| - user interface: the bottom bar is now white instead of red | ||||
| - Swedish translation | ||||
| - minor bug fixes | ||||
| Before Width: | Height: | Size: 154 KiB After Width: | Height: | Size: 154 KiB | 
| Before Width: | Height: | Size: 49 KiB After Width: | Height: | Size: 49 KiB | 
| Before Width: | Height: | Size: 128 KiB After Width: | Height: | Size: 128 KiB | 
| Before Width: | Height: | Size: 1.5 MiB After Width: | Height: | Size: 1.5 MiB | 
| Before Width: | Height: | Size: 1.4 MiB After Width: | Height: | Size: 1.4 MiB | 
| Before Width: | Height: | Size: 1.2 MiB After Width: | Height: | Size: 1.2 MiB | 
 y20k
						y20k