Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/news-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-06-16sync interval setting is done via a popupfabienli
Signed-off-by: fabienli <fab@lisiecki.fr>
2021-06-16dark and light theme for save iconsfabienli
Signed-off-by: fabienli <fab@lisiecki.fr>
2021-04-26#865 Use white as primary color for toolbarStefan Niedermann
2021-04-26#865 Display avatar of the current user account in the top rightStefan Niedermann
2021-03-04speedy image loading improvements / new default list layoutDavid Luhmer
2021-03-04update design of widgetDavid-Development
Signed-off-by: David Luhmer <david-dev@live.de>
2020-01-05Added fast actions for NewsDetailActivityemasty
Signed-off-by: emasty <emasty@gmail.com>
2019-04-30rename playback iconDavid Luhmer
2018-04-10Added adaptive icon and adjusted splash screenNiedermann IT-Dienstleistungen
2018-03-06Add option to change playback speed of podcastDavid Luhmer
2017-01-30add support for nextcloud theme and owncloud themeDavid-Development
2017-01-30Merge pull request #542 from stefan-niedermann/masterDavid-Development
Nextcloud Theme (#541)
2017-01-06Fix #546David-Development
2016-12-15 Nextcloud Theme (#541)Stefan Niedermann
- Changed ownCloud image in sidenav to Nextcloud theme image
2016-12-14Nextcloud Theme (#541)Stefan Niedermann
- Changed theme colors to Nextcloud default - Updated icons to match the Nextcloud default colors - Added ic_launcher.svg as source for easier future modifications
2016-08-29add splash screenDavid Development
2016-01-19Correct Icon Border-Radiusstefan-niedermann
2015-12-24New App Icon in ownCloud Android Beta StyleStefan Niedermann
2015-11-28Improved notification icon to match (material) design guidelines.Christine Emrich
2015-11-17Merge branch 'master' of https://github.com/owncloud/News-Android-App into ↵Christine Emrich
android-lint-fixes
2015-11-17Deleted unused resources.Christine Emrich
2015-11-17Raised API level to 15. Deleted all unnecessary guards and resources.Christine Emrich
2015-09-27Use different Drawables for rewinding and replaying.Daniel Schaal
2015-09-27Use tint for Drawables in podcast fragment.Daniel Schaal
Remove now unused Drawables.
2015-09-27Use tint for expand Drawable in subscription_list_item layout.Daniel Schaal
Remove now unused drawables, remove _light suffix from remaining Drawables.
2015-07-19Extract play pause button in separate layoutDaniel Schaal
Use drawable for play/pause button
2015-07-19Use RecyclerView and DrawerLayout for Detail ListDaniel Schaal
* Replace the ListView in the NewsReaderDetailFragment with a RecyclerView * Replace the SlidingPaneLayout with a DrawerLayout * Add a header to the DrawerLayout with the owncloud logo as a background, show the current user and owncloud url in the header * Remove the ShowcaseView submodule
2015-07-14Materialize Login Dialog, use standard Dialog buttonsDaniel Schaal
Remove cancel button, as the dialog can be canceled by pressing back or pressing anywhere outside the dialog.
2015-06-26Use material iconsDaniel Schaal
2015-06-15Fix #348David Development
2015-01-10always show "open in browser" in actionbar - fix #293David Development
2014-04-26update app iconDavid Development
2014-04-18change app iconDavid Development
2014-01-24Update project structure for gradle build systemDavid-Development