mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-06-05 21:59:17 +02:00
updating release notes
This commit is contained in:
@@ -18,7 +18,6 @@ import com.simplemobiletools.calendar.R
|
|||||||
import com.simplemobiletools.calendar.adapters.MyMonthPagerAdapter
|
import com.simplemobiletools.calendar.adapters.MyMonthPagerAdapter
|
||||||
import com.simplemobiletools.calendar.adapters.MyWeekPagerAdapter
|
import com.simplemobiletools.calendar.adapters.MyWeekPagerAdapter
|
||||||
import com.simplemobiletools.calendar.adapters.MyYearPagerAdapter
|
import com.simplemobiletools.calendar.adapters.MyYearPagerAdapter
|
||||||
import com.simplemobiletools.calendar.asynctasks.FetchGoogleEventsTask
|
|
||||||
import com.simplemobiletools.calendar.dialogs.ExportEventsDialog
|
import com.simplemobiletools.calendar.dialogs.ExportEventsDialog
|
||||||
import com.simplemobiletools.calendar.dialogs.FilterEventTypesDialog
|
import com.simplemobiletools.calendar.dialogs.FilterEventTypesDialog
|
||||||
import com.simplemobiletools.calendar.dialogs.ImportEventsDialog
|
import com.simplemobiletools.calendar.dialogs.ImportEventsDialog
|
||||||
@@ -636,6 +635,7 @@ class MainActivity : SimpleActivity(), NavigationListener {
|
|||||||
add(Release(77, R.string.release_77))
|
add(Release(77, R.string.release_77))
|
||||||
add(Release(80, R.string.release_80))
|
add(Release(80, R.string.release_80))
|
||||||
add(Release(84, R.string.release_84))
|
add(Release(84, R.string.release_84))
|
||||||
|
add(Release(86, R.string.release_86))
|
||||||
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -1,6 +1,7 @@
|
|||||||
<resources>
|
<resources>
|
||||||
|
|
||||||
<!-- Release notes -->
|
<!-- Release notes -->
|
||||||
|
<string name="release_86">Added an initial implementation of Google sync, use with caution (will always be optional)</string>
|
||||||
<string name="release_84">Added a setting for changing the widget font size</string>
|
<string name="release_84">Added a setting for changing the widget font size</string>
|
||||||
<string name="release_80">Allow editing specific instances of repeating events</string>
|
<string name="release_80">Allow editing specific instances of repeating events</string>
|
||||||
<string name="release_77">Allow displaying some events from the past in the Simple Event List view</string>
|
<string name="release_77">Allow displaying some events from the past in the Simple Event List view</string>
|
||||||
|
Reference in New Issue
Block a user