Godlike Productions - Discussion Forum
Users Online Now: 1,365 (Who's On?)Visitors Today: 240,648
Pageviews Today: 388,553Threads Today: 149Posts Today: 2,567
04:10 AM


Rate this Thread

Absolute BS Crap Reasonable Nice Amazing
 

My free Android conspiracy aggregator application

 
Z80
Offer Upgrade

User ID: 37662637
Greece
04/09/2013 04:33 AM
Report Abusive Post
Report Copyright Violation
My free Android conspiracy aggregator application
Hi all. I'd like to present you my simple android application that brings you the titles/summaries of articles from conspiracy sites (only 2 are supported for the moment with one of them being GLP). You can download it from Google Play

[link to play.google.com (secure)]

Any suggestions would be taken into consideration. Thank you.
Z80
Conspiracy Aggregator (Android)
[link to play.google.com (secure)]
Chuck

User ID: 37522283
United States
04/09/2013 04:35 AM
Report Abusive Post
Report Copyright Violation
Re: My free Android conspiracy aggregator application
Hmm....
Face Palmer

User ID: 1149868
Germany
04/09/2013 04:36 AM
Report Abusive Post
Report Copyright Violation
Re: My free Android conspiracy aggregator application
Looks interesting. I'm currently working on something like this, but browser based. Do you only use A.T-S and GLP for now?
"The world will soon wake up to the reality that everyone is broke and can collect nothing from the bankrupt, who are owed unlimited amounts by the insolvent, who are attempting to make late payments on a bank holiday in the wrong country, with an unacceptable currency, against defaulted collateral, of which nobody is sure who holds title."

Never attribute to malice that which is adequately explained by stupidity.

The woman who is not pursued sets up the doctrine that pursuit is offensive to her sex, and wants to make it a felony. No genuinely attractive woman has any such desire. - H.L. Mencken, In Defense Of Women
Anonymous Coward
User ID: 1561452
United States
04/09/2013 04:37 AM
Report Abusive Post
Report Copyright Violation
Re: My free Android conspiracy aggregator application
thats nice app, get the other sites onboard.
Z80  (OP)

User ID: 37662637
Greece
04/09/2013 04:41 AM
Report Abusive Post
Report Copyright Violation
Re: My free Android conspiracy aggregator application
Looks interesting. I'm currently working on something like this, but browser based. Do you only use A.T-S and GLP for now?
 Quoting: Face Palmer


Yeap, but it is easy to add from others too. The most difficult is creating the icons, since I am not that a good of an artist :)! I've created a custom drawn view that slides horizontally. I've also wanted to use NLP in order to detect keywords that had some meaning but I would have to port existing NLP Java libraries (which wouldn't be so hard I guess) but it would be a killer for the size of the app.
Z80
Conspiracy Aggregator (Android)
[link to play.google.com (secure)]
Z80  (OP)

User ID: 37662637
Greece
04/09/2013 04:43 AM
Report Abusive Post
Report Copyright Violation
Re: My free Android conspiracy aggregator application
thats nice app, get the other sites onboard.
 Quoting: Anonymous Coward 1561452


I'll do it. It's not difficult but it is in a trial for the moment. It would be better to kill any code bugs first and then add more features.
Z80
Conspiracy Aggregator (Android)
[link to play.google.com (secure)]
Face Palmer

User ID: 37668828
Germany
04/09/2013 04:48 AM
Report Abusive Post
Report Copyright Violation
Re: My free Android conspiracy aggregator application
Looks interesting. I'm currently working on something like this, but browser based. Do you only use A.T-S and GLP for now?
 Quoting: Face Palmer


Yeap, but it is easy to add from others too. The most difficult is creating the icons, since I am not that a good of an artist :)! I've created a custom drawn view that slides horizontally. I've also wanted to use NLP in order to detect keywords that had some meaning but I would have to port existing NLP Java libraries (which wouldn't be so hard I guess) but it would be a killer for the size of the app.
 Quoting: Z80


That would be over the top I think.

I'm working on a personal daily starting page and its basically parsing RSS Feeds and put it in a nice overview. Currently collecting interesting feeds to add.
"The world will soon wake up to the reality that everyone is broke and can collect nothing from the bankrupt, who are owed unlimited amounts by the insolvent, who are attempting to make late payments on a bank holiday in the wrong country, with an unacceptable currency, against defaulted collateral, of which nobody is sure who holds title."

Never attribute to malice that which is adequately explained by stupidity.

The woman who is not pursued sets up the doctrine that pursuit is offensive to her sex, and wants to make it a felony. No genuinely attractive woman has any such desire. - H.L. Mencken, In Defense Of Women
Z80  (OP)

User ID: 37662637
Greece
04/09/2013 05:06 AM
Report Abusive Post
Report Copyright Violation
Re: My free Android conspiracy aggregator application
Looks interesting. I'm currently working on something like this, but browser based. Do you only use A.T-S and GLP for now?
 Quoting: Face Palmer


Yeap, but it is easy to add from others too. The most difficult is creating the icons, since I am not that a good of an artist :)! I've created a custom drawn view that slides horizontally. I've also wanted to use NLP in order to detect keywords that had some meaning but I would have to port existing NLP Java libraries (which wouldn't be so hard I guess) but it would be a killer for the size of the app.
 Quoting: Z80


That would be over the top I think.

I'm working on a personal daily starting page and its basically parsing RSS Feeds and put it in a nice overview. Currently collecting interesting feeds to add.
 Quoting: Face Palmer


Yeap, mine uses RSS feeds too. I download them as streams and feed them into a custom XML reader (I believe there is native support for RSS from Android, but I did it with custom code mostly as an exercise). Trying to include non RSS sources would be a nightmare, especially in cases that they are not using a standard forum/CMS engine and ultra-custom code would have to be written. Of course in that case, a small change from their side could "break" the program.
Z80
Conspiracy Aggregator (Android)
[link to play.google.com (secure)]
Face Palmer

User ID: 37668828
Germany
04/09/2013 05:14 AM
Report Abusive Post
Report Copyright Violation
Re: My free Android conspiracy aggregator application
Looks interesting. I'm currently working on something like this, but browser based. Do you only use A.T-S and GLP for now?
 Quoting: Face Palmer


Yeap, but it is easy to add from others too. The most difficult is creating the icons, since I am not that a good of an artist :)! I've created a custom drawn view that slides horizontally. I've also wanted to use NLP in order to detect keywords that had some meaning but I would have to port existing NLP Java libraries (which wouldn't be so hard I guess) but it would be a killer for the size of the app.
 Quoting: Z80


That would be over the top I think.

I'm working on a personal daily starting page and its basically parsing RSS Feeds and put it in a nice overview. Currently collecting interesting feeds to add.
 Quoting: Face Palmer


Yeap, mine uses RSS feeds too. I download them as streams and feed them into a custom XML reader (I believe there is native support for RSS from Android, but I did it with custom code mostly as an exercise). Trying to include non RSS sources would be a nightmare, especially in cases that they are not using a standard forum/CMS engine and ultra-custom code would have to be written. Of course in that case, a small change from their side could "break" the program.
 Quoting: Z80


Well we have come a long way so we finally have such standards. If they break it, fuck 'em.
"The world will soon wake up to the reality that everyone is broke and can collect nothing from the bankrupt, who are owed unlimited amounts by the insolvent, who are attempting to make late payments on a bank holiday in the wrong country, with an unacceptable currency, against defaulted collateral, of which nobody is sure who holds title."

Never attribute to malice that which is adequately explained by stupidity.

The woman who is not pursued sets up the doctrine that pursuit is offensive to her sex, and wants to make it a felony. No genuinely attractive woman has any such desire. - H.L. Mencken, In Defense Of Women
Z80  (OP)

User ID: 37662637
Greece
04/09/2013 05:15 AM
Report Abusive Post
Report Copyright Violation
Re: My free Android conspiracy aggregator application
...


Yeap, but it is easy to add from others too. The most difficult is creating the icons, since I am not that a good of an artist :)! I've created a custom drawn view that slides horizontally. I've also wanted to use NLP in order to detect keywords that had some meaning but I would have to port existing NLP Java libraries (which wouldn't be so hard I guess) but it would be a killer for the size of the app.
 Quoting: Z80


That would be over the top I think.

I'm working on a personal daily starting page and its basically parsing RSS Feeds and put it in a nice overview. Currently collecting interesting feeds to add.
 Quoting: Face Palmer


Yeap, mine uses RSS feeds too. I download them as streams and feed them into a custom XML reader (I believe there is native support for RSS from Android, but I did it with custom code mostly as an exercise). Trying to include non RSS sources would be a nightmare, especially in cases that they are not using a standard forum/CMS engine and ultra-custom code would have to be written. Of course in that case, a small change from their side could "break" the program.
 Quoting: Z80


Well we have come a long way so we finally have such standards. If they break it, fuck 'em.
 Quoting: Face Palmer


LOL, you are right! We should only include the best, like GLP! :)
Z80
Conspiracy Aggregator (Android)
[link to play.google.com (secure)]
Face Palmer

User ID: 37668828
Germany
04/09/2013 05:37 AM
Report Abusive Post
Report Copyright Violation
Re: My free Android conspiracy aggregator application
I will also add some news and fun sites ;)
"The world will soon wake up to the reality that everyone is broke and can collect nothing from the bankrupt, who are owed unlimited amounts by the insolvent, who are attempting to make late payments on a bank holiday in the wrong country, with an unacceptable currency, against defaulted collateral, of which nobody is sure who holds title."

Never attribute to malice that which is adequately explained by stupidity.

The woman who is not pursued sets up the doctrine that pursuit is offensive to her sex, and wants to make it a felony. No genuinely attractive woman has any such desire. - H.L. Mencken, In Defense Of Women
natasha77

User ID: 35682194
United States
04/09/2013 09:07 AM
Report Abusive Post
Report Copyright Violation
Re: My free Android conspiracy aggregator application
All I can get is it's. How do I get GLP? Do I put in glps website on top? Duh
SPEAK UP. SILENCE IS DEADLY!

I am currently experiencing life at several WTFs per hour.
natasha77

User ID: 35682194
United States
04/09/2013 09:08 AM
Report Abusive Post
Report Copyright Violation
Re: My free Android conspiracy aggregator application
bump
SPEAK UP. SILENCE IS DEADLY!

I am currently experiencing life at several WTFs per hour.
Z80  (OP)

User ID: 37718332
Greece
04/09/2013 11:44 AM
Report Abusive Post
Report Copyright Violation
Re: My free Android conspiracy aggregator application
All I can get is it's. How do I get GLP? Do I put in glps website on top? Duh
 Quoting: natasha77


GLP entries are in the top of the list with the pinned ones being in the top. Entries from other sites follow. I will add more sources in the future. Of course you will get an update notification from Google Play when that happens.
Z80
Conspiracy Aggregator (Android)
[link to play.google.com (secure)]
Z80  (OP)

User ID: 37718332
Greece
04/09/2013 01:27 PM
Report Abusive Post
Report Copyright Violation
Re: My free Android conspiracy aggregator application
bump
Z80
Conspiracy Aggregator (Android)
[link to play.google.com (secure)]
Anonymous Coward
User ID: 1561452
United States
04/11/2013 06:09 AM
Report Abusive Post
Report Copyright Violation
Re: My free Android conspiracy aggregator application
what happens when your run into ip ban?
Z80  (OP)

User ID: 37800211
Greece
04/11/2013 07:45 AM
Report Abusive Post
Report Copyright Violation
Re: My free Android conspiracy aggregator application
what happens when your run into ip ban?
 Quoting: Anonymous Coward 1561452


To tell you the truth, I don't know if the RSS feed of GLP is accessible when there is an IP ban. I hope they are not blocking it, since it is read-only by it's nature.
Z80
Conspiracy Aggregator (Android)
[link to play.google.com (secure)]
Z80  (OP)

User ID: 37800211
Greece
04/11/2013 10:45 AM
Report Abusive Post
Report Copyright Violation
Re: My free Android conspiracy aggregator application
You may have noticed that for sometime now in GLP it shows only a few of the pinned ones. That is a problem in the RSS feed format. Unfortunately, there are some illegal characters in one of the pinned thread titles that causes a malformation to the RSS feed. Even Firefox cannot read the whole of the RSS feed. It will get fixed when the causing thread gets unpinned.

Edit. Found the problem:
It is actually from the thread "BREAKING!!! CYPRUS FORCED to find EXTRA €6BN for BAILOUT !!!" and the problem is probably caused by the "£" that should display the GBP symbol and not displayed as it is.

Last Edited by Z80 on 04/11/2013 11:11 AM
Z80
Conspiracy Aggregator (Android)
[link to play.google.com (secure)]
Face Palmer

User ID: 37862004
Germany
04/11/2013 12:47 PM
Report Abusive Post
Report Copyright Violation
Re: My free Android conspiracy aggregator application
You may need to set a proper UTF-8 encoding
"The world will soon wake up to the reality that everyone is broke and can collect nothing from the bankrupt, who are owed unlimited amounts by the insolvent, who are attempting to make late payments on a bank holiday in the wrong country, with an unacceptable currency, against defaulted collateral, of which nobody is sure who holds title."

Never attribute to malice that which is adequately explained by stupidity.

The woman who is not pursued sets up the doctrine that pursuit is offensive to her sex, and wants to make it a felony. No genuinely attractive woman has any such desire. - H.L. Mencken, In Defense Of Women
Z80  (OP)

User ID: 37800211
Greece
04/11/2013 01:13 PM
Report Abusive Post
Report Copyright Violation
Re: My free Android conspiracy aggregator application
You may need to set a proper UTF-8 encoding
 Quoting: Face Palmer

Unfortunately, it is not that. If you press on the RSS feed with Firefox, you'll see that FF has this problem too.

[link to www.godlikeproductions.com]

I've run it in debug mode and it gives errors with the XML parser. It seems that the problem is caused by the HTML escape character for pound which is not displayed in the Cyprus thread.
[link to www.theukwebdesigncompany.com]
Z80
Conspiracy Aggregator (Android)
[link to play.google.com (secure)]
Face Palmer

User ID: 37862004
Germany
04/11/2013 04:15 PM
Report Abusive Post
Report Copyright Violation
Re: My free Android conspiracy aggregator application
For whats worth it:

If you are logged into your account, the RSS feed will only list feeds according to your account. This means, if you use the feature "unpin all" from your acount, you will receive the latest active threads in the RSS feed only. It also gives you the personal pins atop. So I assume, a ban would not give you any RSS. You may need to Pokemon exception handle this :)
[link to www.dodgycoder.net]

According to your problem: Yes, makes sense to me.
If we assume that RSS == XML, the "&" needs to be XML encoded as "&"
A simple str_replace() (or whatever it is in java/android) should do the trick. As I do not know your exact code, I can't tell you how to proceed from this, but it should help to prevent the parser from bugging out, if you do the replace before parsing.

Last Edited by Face Palmer on 04/11/2013 04:29 PM
"The world will soon wake up to the reality that everyone is broke and can collect nothing from the bankrupt, who are owed unlimited amounts by the insolvent, who are attempting to make late payments on a bank holiday in the wrong country, with an unacceptable currency, against defaulted collateral, of which nobody is sure who holds title."

Never attribute to malice that which is adequately explained by stupidity.

The woman who is not pursued sets up the doctrine that pursuit is offensive to her sex, and wants to make it a felony. No genuinely attractive woman has any such desire. - H.L. Mencken, In Defense Of Women
Z80  (OP)

User ID: 37800211
Greece
04/11/2013 05:32 PM
Report Abusive Post
Report Copyright Violation
Re: My free Android conspiracy aggregator application
LOL, they've unpinned the problematic thread and it's OK now. I've kept the actual feed with the problematic thread as an XML file and I'll investigate.
Z80
Conspiracy Aggregator (Android)
[link to play.google.com (secure)]
Z80  (OP)

User ID: 37800211
Greece
04/12/2013 04:10 PM
Report Abusive Post
Report Copyright Violation
Re: My free Android conspiracy aggregator application
I've added two more site sources and some basic settings. Now the rows can auto-scroll but you have to enable it from the settings and once you have enabled it, you have to tap once the rows in the list without moving your finger for about 1 second in order to cause the scrolling (more like a long click in a way). It should be available as an update soon enough from Google Play
Z80
Conspiracy Aggregator (Android)
[link to play.google.com (secure)]
Z80
User ID: 59920635
Greece
08/25/2014 03:48 AM
Report Abusive Post
Report Copyright Violation
Re: My free Android conspiracy aggregator application
I've released a few weeks ago newer version with more sites
Related Threads





GLP