Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Jonas Kalderstam <jonas@kalderstam.se>
  • Loading branch information
spacecowboy committed Nov 4, 2014
1 parent cd780d1 commit 123bfe5
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 14 deletions.
29 changes: 22 additions & 7 deletions app/src/main/res/layout/changelog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,21 @@
android:autoLink="web|email|map"
android:text="http://goo.gl/Ocjjl" />

<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="\nVersion 5.5.3"
android:fontFamily="sans-serif-condensed"
android:textColor="@android:color/holo_blue_dark"
android:textStyle="bold" />

<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:paddingLeft="20dp"
android:paddingRight="20dp"
android:text="@string/changelog_5_5_3" />

<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
Expand All @@ -60,7 +75,7 @@
android:layout_height="wrap_content"
android:paddingLeft="20dp"
android:paddingRight="20dp"
android:text="@string/changelog_5.4.1" />
android:text="@string/changelog_5_4_1" />

<TextView
android:layout_width="fill_parent"
Expand All @@ -75,7 +90,7 @@
android:layout_height="wrap_content"
android:paddingLeft="20dp"
android:paddingRight="20dp"
android:text="@string/changelog_5.4" />
android:text="@string/changelog_5_4" />

<TextView
android:layout_width="fill_parent"
Expand All @@ -90,7 +105,7 @@
android:layout_height="wrap_content"
android:paddingLeft="20dp"
android:paddingRight="20dp"
android:text="@string/changelog_5.3" />
android:text="@string/changelog_5_3" />

<TextView
android:layout_width="fill_parent"
Expand All @@ -105,7 +120,7 @@
android:layout_height="wrap_content"
android:paddingLeft="20dp"
android:paddingRight="20dp"
android:text="@string/changelog_5.2" />
android:text="@string/changelog_5_2" />

<TextView
android:layout_width="fill_parent"
Expand All @@ -120,7 +135,7 @@
android:layout_height="wrap_content"
android:paddingLeft="20dp"
android:paddingRight="20dp"
android:text="@string/changelog_5.1.3" />
android:text="@string/changelog_5_1_3" />

<TextView
android:layout_width="fill_parent"
Expand All @@ -135,7 +150,7 @@
android:layout_height="wrap_content"
android:paddingLeft="20dp"
android:paddingRight="20dp"
android:text="@string/changelog_5.1" />
android:text="@string/changelog_5_1" />

<TextView
android:layout_width="fill_parent"
Expand All @@ -150,7 +165,7 @@
android:layout_height="wrap_content"
android:paddingLeft="20dp"
android:paddingRight="20dp"
android:text="@string/changelog_5.0" />
android:text="@string/changelog_5_0" />

</LinearLayout>

Expand Down
19 changes: 12 additions & 7 deletions app/src/main/res/values/changelog_strings.xml
Original file line number Diff line number Diff line change
@@ -1,27 +1,32 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="changelog_5.4.1">
<string name="changelog_5_5_3">
\nFixed bug when multiple items were moved/deleted, syncing with SD-card could recreate them.
\nFixed bug where renaming a list or moving tasks would not update the list in side navigation bar.
\nApp is now back on F-Droid and can be built without proprietary parts.</string>

<string name="changelog_5_4_1">
\nFixed bug with multiple widget where the plus icon would always add notes to the last configured list
\nTranslations</string>

<string name="changelog_5.4">
<string name="changelog_5_4">
\nRemoved ability to donate and unlocked themes for everyone
\nTranslations</string>

<string name="changelog_5.3">
<string name="changelog_5_3">
\nNew Sync option: Dropbox
\nNew Sync option: SD-card</string>

<string name="changelog_5.2">
<string name="changelog_5_2">
\nExport and Import your notes to a text backup
\nChanged date and time pickers
\nTranslations</string>

<string name="changelog_5.1.3">
<string name="changelog_5_1_3">
\nCalendars now scrollable on small screens again
\nTranslations</string>

<string name="changelog_5.1">
<string name="changelog_5_1">
\nFixed clicking on links
\nAdded text options for list
\nAdded text options for editor
Expand All @@ -38,7 +43,7 @@
\nTranslations
\nCrash fixes</string>

<string name="changelog_5.0">\nApp has been rewritten from scratch
<string name="changelog_5_0">\nApp has been rewritten from scratch
\nUI has been updated
\nSync has been rewritten
\nSay note to self in Google search to create a new note
Expand Down

0 comments on commit 123bfe5

Please sign in to comment.