From 7dcc6a5764b0fdc875d83335093a6f1653c8b3bd Mon Sep 17 00:00:00 2001 From: Agnel Vishal Date: Sat, 12 Jan 2019 17:50:22 +0000 Subject: [PATCH 1/9] Update press.condense.www.yml --- metadata/press.condense.www.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata/press.condense.www.yml b/metadata/press.condense.www.yml index f4935b9dc3..55f82d1ef1 100644 --- a/metadata/press.condense.www.yml +++ b/metadata/press.condense.www.yml @@ -11,7 +11,7 @@ RepoType: git Repo: https://github.com/agnelvishal/newsDiet Builds: - - versionName: 0.0.1 + - versionName: 1.1.2 versionCode: 18 commit: v1.1.2 gradle: From 087de159127e1e170bbe72d2024d5646438bb87a Mon Sep 17 00:00:00 2001 From: Agnel Vishal Date: Sat, 12 Jan 2019 19:27:01 +0000 Subject: [PATCH 2/9] Newer version name --- metadata/press.condense.www.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metadata/press.condense.www.yml b/metadata/press.condense.www.yml index 55f82d1ef1..98b624d9cc 100644 --- a/metadata/press.condense.www.yml +++ b/metadata/press.condense.www.yml @@ -11,9 +11,9 @@ RepoType: git Repo: https://github.com/agnelvishal/newsDiet Builds: - - versionName: 1.1.2 + - versionName: 1.4 versionCode: 18 - commit: v1.1.2 + commit: v1.4 gradle: - yes From 0f30a291aabd0ea83a1a810e57fa2a87e4070828 Mon Sep 17 00:00:00 2001 From: Agnel Vishal Date: Sat, 12 Jan 2019 20:00:24 +0000 Subject: [PATCH 3/9] Added single quotes in version name --- metadata/press.condense.www.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata/press.condense.www.yml b/metadata/press.condense.www.yml index 98b624d9cc..f9d43051b5 100644 --- a/metadata/press.condense.www.yml +++ b/metadata/press.condense.www.yml @@ -11,7 +11,7 @@ RepoType: git Repo: https://github.com/agnelvishal/newsDiet Builds: - - versionName: 1.4 + - versionName: '1.4' versionCode: 18 commit: v1.4 gradle: From e3828edf894a6e0bf69756d376b44e714b419b2a Mon Sep 17 00:00:00 2001 From: Agnel Vishal Date: Sun, 13 Jan 2019 13:17:26 +0000 Subject: [PATCH 4/9] Added description --- metadata/press.condense.www.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/metadata/press.condense.www.yml b/metadata/press.condense.www.yml index f9d43051b5..bdb7e42825 100644 --- a/metadata/press.condense.www.yml +++ b/metadata/press.condense.www.yml @@ -6,6 +6,8 @@ IssueTracker: https://github.com/agnelvishal/newsDiet/issues AutoName: News Diet Summary: A news recommendation engine with user customizable parameters +Description: Google Assistant news, Flipboard, YouTube suggestions are not customizable. Like we don't have an option to see what are the 10 most popular news articles written in last month or last 5 years. This app lets us pick articles sorted by popularity in a specific date range. +. RepoType: git Repo: https://github.com/agnelvishal/newsDiet From 2b572426c72bda7df5eb1c06eb05d1a70267de39 Mon Sep 17 00:00:00 2001 From: Agnel Vishal Date: Sun, 13 Jan 2019 13:23:54 +0000 Subject: [PATCH 5/9] Updated decription --- metadata/press.condense.www.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/metadata/press.condense.www.yml b/metadata/press.condense.www.yml index bdb7e42825..6e915b1e87 100644 --- a/metadata/press.condense.www.yml +++ b/metadata/press.condense.www.yml @@ -6,7 +6,9 @@ IssueTracker: https://github.com/agnelvishal/newsDiet/issues AutoName: News Diet Summary: A news recommendation engine with user customizable parameters -Description: Google Assistant news, Flipboard, YouTube suggestions are not customizable. Like we don't have an option to see what are the 10 most popular news articles written in last month or last 5 years. This app lets us pick articles sorted by popularity in a specific date range. +Description: |- + +Google Assistant news, Flipboard, YouTube suggestions are not customizable. Like we don't have an option to see what are the 10 most popular news articles written in last month or last 5 years. This app lets us pick articles sorted by popularity in a specific date range. . RepoType: git From 17895c84dc2d51fd9171612e0b7519c2236d813f Mon Sep 17 00:00:00 2001 From: Agnel Vishal Date: Sun, 13 Jan 2019 13:28:22 +0000 Subject: [PATCH 6/9] Updated description --- metadata/press.condense.www.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/metadata/press.condense.www.yml b/metadata/press.condense.www.yml index 6e915b1e87..d52b8b9ce6 100644 --- a/metadata/press.condense.www.yml +++ b/metadata/press.condense.www.yml @@ -5,12 +5,8 @@ SourceCode: https://github.com/agnelvishal/newsDiet IssueTracker: https://github.com/agnelvishal/newsDiet/issues AutoName: News Diet -Summary: A news recommendation engine with user customizable parameters -Description: |- - -Google Assistant news, Flipboard, YouTube suggestions are not customizable. Like we don't have an option to see what are the 10 most popular news articles written in last month or last 5 years. This app lets us pick articles sorted by popularity in a specific date range. -. - +Summary: A news recommendation engine with user customizable parameters. +Description: Google Assistant news, Flipboard, YouTube suggestions are not customizable. Like we don't have an option to see what are the 10 most popular news articles written in last month or last 5 years. This app lets us pick articles sorted by popularity in a specific date range. RepoType: git Repo: https://github.com/agnelvishal/newsDiet From e546701ef85a35dba869e82a80c4443f10fb1807 Mon Sep 17 00:00:00 2001 From: Agnel Vishal Date: Sun, 13 Jan 2019 13:46:52 +0000 Subject: [PATCH 7/9] Updated description --- metadata/press.condense.www.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/metadata/press.condense.www.yml b/metadata/press.condense.www.yml index d52b8b9ce6..7dbcf26565 100644 --- a/metadata/press.condense.www.yml +++ b/metadata/press.condense.www.yml @@ -6,7 +6,10 @@ IssueTracker: https://github.com/agnelvishal/newsDiet/issues AutoName: News Diet Summary: A news recommendation engine with user customizable parameters. -Description: Google Assistant news, Flipboard, YouTube suggestions are not customizable. Like we don't have an option to see what are the 10 most popular news articles written in last month or last 5 years. This app lets us pick articles sorted by popularity in a specific date range. +Description: Google Assistant news, Flipboard, YouTube suggestions are not customizable. + Like we don't have an option to see what are the 10 most popular news articles written in last month or last 5 years. + This app lets us pick articles sorted by popularity in a specific date range. + RepoType: git Repo: https://github.com/agnelvishal/newsDiet From c87e1f1aa8c4648dd0625c0815e2ba1d9085c631 Mon Sep 17 00:00:00 2001 From: Agnel Vishal Date: Sun, 13 Jan 2019 14:20:17 +0000 Subject: [PATCH 8/9] Updated description again --- metadata/press.condense.www.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/metadata/press.condense.www.yml b/metadata/press.condense.www.yml index 7dbcf26565..f72f5eefc4 100644 --- a/metadata/press.condense.www.yml +++ b/metadata/press.condense.www.yml @@ -7,8 +7,9 @@ IssueTracker: https://github.com/agnelvishal/newsDiet/issues AutoName: News Diet Summary: A news recommendation engine with user customizable parameters. Description: Google Assistant news, Flipboard, YouTube suggestions are not customizable. - Like we don't have an option to see what are the 10 most popular news articles written in last month or last 5 years. - This app lets us pick articles sorted by popularity in a specific date range. + Like we don't have an option to see what are the 10 most popular + news articles written in last month or last 5 years. + This app lets us pick articles sorted by popularity in specific date range. RepoType: git Repo: https://github.com/agnelvishal/newsDiet From 4487d96fd76f90971cd6fea5b3685d13acc4bebe Mon Sep 17 00:00:00 2001 From: Agnel Vishal Date: Sun, 13 Jan 2019 14:37:19 +0000 Subject: [PATCH 9/9] Used rewritemeta --- metadata/press.condense.www.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/metadata/press.condense.www.yml b/metadata/press.condense.www.yml index f72f5eefc4..25632d2ec6 100644 --- a/metadata/press.condense.www.yml +++ b/metadata/press.condense.www.yml @@ -6,10 +6,10 @@ IssueTracker: https://github.com/agnelvishal/newsDiet/issues AutoName: News Diet Summary: A news recommendation engine with user customizable parameters. -Description: Google Assistant news, Flipboard, YouTube suggestions are not customizable. - Like we don't have an option to see what are the 10 most popular - news articles written in last month or last 5 years. - This app lets us pick articles sorted by popularity in specific date range. +Description: Google Assistant news, Flipboard, YouTube suggestions are not customizable. + Like we don't have an option to see what are the 10 most popular news articles + written in last month or last 5 years. This app lets us pick articles sorted by + popularity in specific date range. RepoType: git Repo: https://github.com/agnelvishal/newsDiet @@ -22,4 +22,4 @@ Builds: - yes AutoUpdateMode: Version v%v -UpdateCheckMode: Tags +UpdateCheckMode: Tags \ No newline at end of file