Commit Graph

73 Commits

Author SHA1 Message Date
Kevin Meyer 440354e578 improving article list: adding host label 2014-11-13 19:36:43 +01:00
Kevin Meyer d63d47c1f8 updated trvs 2014-11-13 19:03:28 +01:00
Kevin Meyer 53ee178452 using support library 21 to add material action bar. 2014-11-13 19:00:43 +01:00
Kevin Meyer d25265e781 updating target api (21) 2014-11-13 16:40:09 +01:00
Kevin Meyer c57627c7e7 Merge branch 'rss-feed' of github.com:kevmeyer/android-app into rss-feed 2014-09-03 19:01:46 +02:00
Kevin Meyer 18248dc4f7 fixing bug: article list scrolling back to top after reading article. 2014-09-03 17:15:18 +02:00
Kevin Meyer 0a05cf82c4 added error handling for wrong user ids or wrong tokens 2014-09-03 17:10:56 +02:00
Kevin Meyer 5b44bdb042 Rename README to README.md 2014-08-20 18:01:13 +02:00
Kevin Meyer 288e7cba77 added travis ci support 2014-08-20 15:53:49 +02:00
Kevin Meyer c8097e5de8 fixed warnings: removed unused strings... 2014-08-20 15:47:29 +02:00
Kevin Meyer 498f932a3f reduced multiple code blocks by adding BaseActionBarActivity class. 2014-08-20 15:46:55 +02:00
Kevin Meyer 8e11c74aa0 added missing gradle wrapper. build app by running "./gradlew assembleDebug" 2014-08-20 15:45:12 +02:00
Kevin Meyer 99dff4452f reducing warnings and errors 2014-08-20 13:55:00 +02:00
tcitworld 101b3caa32 Merge pull request #31 from kevmeyer/rss-feed
fixes for release
2014-08-20 12:11:37 +02:00
Kevin Meyer 86ee3713f6 Merge branch 'rss-feed' of https://github.com/wallabag/android-app into rss-feed 2014-08-20 10:55:08 +02:00
Kevin Meyer b23874d872 added german localization. 2014-08-20 10:54:59 +02:00
Kevin Meyer 5a80076e8a added back button to action bar. 2014-08-20 10:54:27 +02:00
Kevin Meyer 7fcd254b80 added "settings" button to main view. Removed options menu from main view. 2014-08-20 10:53:12 +02:00
tcitworld 3e0fc82300 Updated readme.md 2014-08-20 01:26:02 +02:00
tcitworld 7f176a083e Merge pull request #29 from kevmeyer/rss-feed
improving article display, improving style (updating theme)
2014-08-20 01:19:28 +02:00
Kevin Meyer 111a29b414 removed unused file 2014-08-19 23:07:12 +02:00
Kevin Meyer 6488a0b301 fixing project structure: moving code and res to new module "app" 2014-08-19 22:53:49 +02:00
Kevin Meyer 69e9e332a3 changed theme: using DeviceDefault.Light.DarkActionBar for API 14+ 2014-08-19 21:27:23 +02:00
Kevin Meyer f30b04ac2e wipe database after update from versions < 9 2014-08-19 21:26:30 +02:00
Kevin Meyer a71a0a7bd8 Setting build & version number 2014-08-19 21:24:22 +02:00
Kevin Meyer b6b7675eb5 improving app style: using app theme "DeviceDefault.Light" on API Level 14+ 2014-08-19 16:55:41 +02:00
Kevin Meyer 456947be56 improving app style: using app theme "Holo.Light" where available. 2014-08-19 16:46:09 +02:00
Kevin Meyer e8252dbd5f small layout fix. 2014-08-19 16:45:31 +02:00
Kevin Meyer c0a03113f9 replacing every occurring "poche" inside strings with "wallabag" 2014-08-19 16:27:03 +02:00
Kevin Meyer 8472f7cc2e replaced every poche logo with new wallabag logo/icon 2014-08-19 16:25:31 +02:00
Kevin Meyer eeccc1434e indicate download with progressBar in MainActivity 2014-08-19 16:13:19 +02:00
Kevin Meyer f36324a0e5 improving style. adding scrollView to settings. 2014-08-19 16:08:28 +02:00
Kevin Meyer 06066378d2 adding progress indicator to article. 2014-08-19 16:00:09 +02:00
Kevin Meyer 65089ff16c improved article style: using same style as in iphone app 2014-08-19 13:15:02 +02:00
Kevin Meyer 4c5c27fedc display the article content in a webview 2014-08-19 12:37:38 +02:00
Kevin Meyer e2210e8a40 ported project to android studio 2014-07-07 21:46:57 +02:00
GAULUPEAU Jonathan 30634ae224 Correction bug #11 et #13 2014-01-08 00:20:41 +01:00
GAULUPEAU Jonathan c4636fbb25 Correction de quelques bugs avec le offline 2014-01-06 20:25:36 +01:00
GAULUPEAU Jonathan 7b0f1e2200 Correction bug titre article vide. Fonctionne avec HTTPS et certificat auto-signé 2014-01-05 22:58:58 +01:00
GAULUPEAU Jonathan 766e705643 v1.5.2 2014-01-05 18:57:31 +01:00
GAULUPEAU Jonathan c6150513a2 Correction problème encodage. Possibilité de vider la BD locale. 2014-01-05 18:54:27 +01:00
GAULUPEAU Jonathan d6f6aba6f4 Correction bug Sync 2014-01-04 17:36:40 +01:00
GAULUPEAU Jonathan 6f077b2346 Récupération des articles par flux RSS 2014-01-04 17:18:39 +01:00
GAULUPEAU Jonathan 303cd9b6d0 Several changes. 2014-01-04 15:33:29 +01:00
GAULUPEAU Jonathan 95d51667bb Pull mark as read to the server. 2013-11-15 22:05:39 +01:00
GAULUPEAU Jonathan f1ae0f1720 Some cosmetic changes on main view 2013-11-15 17:57:56 +01:00
GAULUPEAU Jonathan d6a3425850 Fetch unread articles from API 2013-11-15 17:35:53 +01:00
GAULUPEAU Jonathan 7e8ff86a43 Start to use poche API. 2013-11-15 14:32:25 +01:00
GAULUPEAU Jonathan 3630531c44 Run Sync on background. Add Network Connectivity check (and permission). 2013-11-15 00:11:10 +01:00
GAULUPEAU Jonathan ef3f3b73bb Added ReadAll option + some cosmetic changes. 2013-11-14 14:51:31 +01:00