summaryrefslogtreecommitdiff
path: root/res/menu
AgeCommit message (Collapse)Author
2014-10-17initialAndrew Dolgov
2014-10-15remove actionbarsherlock, switch to appcompat stuffAndrew Dolgov
2014-01-16add open article in web browser to headline context menuAndrew Dolgov
2013-11-29add ability to toggle headlines activity sidebar manually in landscapeAndrew Dolgov
on tablets
2013-11-27add unsubscribe to feed context menuAndrew Dolgov
2013-10-21add article image context menu entry to copy link to clipboardAndrew Dolgov
2013-10-21move refresh buttons into overflow because of pull to refreshAndrew Dolgov
2013-10-17experimental support for making launcher shortcuts (to headlinesactivityAndrew Dolgov
only atm)
2013-07-11disable attachment icon in actionbar on tablets in portrait (screws withAndrew Dolgov
other icons because android is so awesome)
2013-06-10support view_mode setting in offline (without adaptive for the timeAndrew Dolgov
being) (closes #712)
2013-04-21support actionbarsherlockAndrew Dolgov
2013-04-16offline: modernize UIAndrew Dolgov
2013-04-16properly toggle unread/marked/published icons on the actionbarAndrew Dolgov
2013-04-16resize own icons, add share iconAndrew Dolgov
2013-04-16various menu updatesAndrew Dolgov
2013-04-16further icon tweaks, update publish iconAndrew Dolgov
2013-04-16further menu-related fixesAndrew Dolgov
remove mangled unicode ellipsis in articlefragment
2013-04-16initial support for better holo iconsAndrew Dolgov
2013-04-10Fixed main menu not using translations for "subscribe to feed"Raphaƫl Rochet
French translation : Added "Labels", fixed "Set labels"
2013-04-10View title text on imagesBrad Stewart
Conflicts: res/values-fr/strings.xml res/values/strings.xml
2013-03-31implement basic webview context menu for imagesAndrew Dolgov
2013-03-25add menu item to set view mode, bump versionAndrew Dolgov
2013-03-24integrate share app stuff into tt-rss appAndrew Dolgov
2013-01-05move attach button to the left of marked/published to prevent movingAndrew Dolgov
them around
2013-01-03rework attachment UI to use a dialog, update published actionbar iconAndrew Dolgov
2012-12-27trialware stuff, bump versionAndrew Dolgov
2012-09-26fix crash in articlefragment context menu because of id collisionAndrew Dolgov
2012-09-24allow browsing child categories as categoriesAndrew Dolgov
2012-09-19add donation menu itemAndrew Dolgov
2012-09-19implement default browsing of articlesAndrew Dolgov
2012-09-18do not show headlines_select menu item as actionAndrew Dolgov
2012-09-18add menu entry to refresh headlines in small screen modeAndrew Dolgov
2012-09-17implement most of offline menusAndrew Dolgov
2012-09-17more offline functionality stuffAndrew Dolgov
2012-09-16properly restore state when going back from headlinesactivityAndrew Dolgov
2012-09-16more experimental stuffAndrew Dolgov
2012-09-16initialAndrew Dolgov
2012-08-13remove in-app billingAndrew Dolgov
add spinner-like triangles for headlines fragment context menu bump version
2012-06-26add menu options to close active feed and article panelsAndrew Dolgov
2012-06-26try to workaround against galaxy nexus going crazy when trying to drawAndrew Dolgov
shareprovider in viewpager with split action bar. thanks, google. (refs #462)
2012-06-23offline: fix sharingactionproviderAndrew Dolgov
offline: implement list navigation
2012-06-23make sure split actionbar actually worksAndrew Dolgov
remove collapsible share provider hack
2012-06-20implement publish with noteAndrew Dolgov
2012-03-12add copy article text to combined mode article context menu (refs #437)Andrew Dolgov
2012-03-12add context menu for article linkAndrew Dolgov
2012-02-29add in-app billing donation stuffAndrew Dolgov
2012-02-03enable split actionbarAndrew Dolgov
use shareprovider dropdown better use of actionbar title in various modes
2012-01-19implement search in offline modeAndrew Dolgov
2012-01-19implement actionbar search for HC/ICS devicesAndrew Dolgov
2012-01-07Changed login Stringspoitzorg