Giter VIP home page Giter VIP logo

bites-android's People

Watchers

 avatar

bites-android's Issues

Insert method displays last method number and text

After inserting a method step, the next time one is inserted the default 
text and step number is that of the last step entered - so it has to be 
cleared before entering. 

Need to:
Clear the text in the method insert dialog box on opening. 
Insert the next available method step number.

Original issue reported on code.google.com by [email protected] on 27 Jul 2009 at 12:41

Ingredient/Recipe input field not working properly

What steps will reproduce the problem?

I usually start running into this problem after having inserted a few
recipes or a few ingredients:

1. Add name of recipe or ingredient
2. Pop-up box will show name of last recipe or ingredient I had entered in
the "recipe name" or "insert ingredient" box.  This box should normally be
empty.  For example, let's say I have just added "1 tsp salt" to a recipe.
 Then, I add another ingredient.  The box that pops up, which should
normally be empty, instead says "1 tsp salt."
3. I delete the previous entry and enter the new one.  The result is an
empty field.  Using my example above, I delete "1 tsp salt" and enter my
next ingredient, "2 tsp sugar" and click OK.  The resulting field in the
ingredients list is blank.  If I try again, the same thing happens.
4. This probably usually resolves itself if I close out of Bites and just
wait a few minutes.  In other words, if I waited a few minutes and go back
to Bites to add an ingredient, the normal output is produced.

What is the expected output? What do you see instead?
In Step 2 above, when I add an ingredient/recipe, the box for the input
should be blank.  Once I enter the name of the ingredient/recipe, the name
(not blank space) should appear in the ingredient/recipe list.

What version of the product are you using? On what operating system?
Version 1.3, on T-Mobile G1 (Cupcake).

Please provide any additional information below.

This has happened every time I have used Bites.

Original issue reported on code.google.com by [email protected] on 3 Oct 2009 at 2:50

Keep focus on last ingredient/step selected

What steps will reproduce the problem?
1. Choose a recipe and then select an item from the ingredients/step list
2. Wait till screen fades off or turn screen off or open new application
3. Return to bites.

What is the expected output? What do you see instead?
The selected item should be still selected or, at least, the screen should 
show the same portion of the list as when you left. Instead of that, it 
shows the top of the list.

What version of the product are you using? On what operating system?
Bites 1.2


Original issue reported on code.google.com by Daniel.Miro.Pettican on 24 Aug 2009 at 12:48

Add sqlite rollback ability to Provider

Use sqlite built in functionality to provide transaction rollback.
Probably need to add a new content type to Provider..

------------------------------------------------------------------
SQL:

BEGIN
insert/update etc.
ROLLBACK/COMMIT
------------------------------------------------------------------

This would allow all changes made by an activity to be reversed, this is
useful for multiple table activities like Recipe Edit.

Original issue reported on code.google.com by [email protected] on 6 May 2008 at 1:18

Bites creating double entires in Trolly

What steps will reproduce the problem?

Before I go grocery shopping, I input recipes into Bites and then send the
ingredients from each recipe to Trolly to create a combined shopping list.
 Usually with the 3rd or 4th recipe I send to Trolly, all the ingredients
from that recipe appear twice in Trolly.  This has happened to me every
single time I have used Bites/Trolly, so I know the issue isn't me
accidentally hitting the wrong button.

What is the expected output? What do you see instead?

I expect to see only one entry per ingredient.

What version of the product are you using? On what operating system?

I am using version 1.3 on the T-Mobile G1 (Cupcake).

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 3 Oct 2009 at 2:40

Use mime type to load new recipes from webpage

Use intent filters (type attribute?) and mime types on an xml file to 
allow downloading recipes from websites.

Possibly use something like the following on a recipe.xml file on the 
server:

<head>
...
<meta http-equiv="Content-Type" content="text/recipe; charset=UTF-8" >
...
</head>

Original issue reported on code.google.com by [email protected] on 14 May 2009 at 7:42

Recipe Sharing

A future release should have the ability to share recipes peer-to-peer and 
download recipes from a central recipe repository.
To facilitate this a recipe xml schema should be developed and recipes 
validated against it.

Original issue reported on code.google.com by [email protected] on 14 Apr 2008 at 9:50

Ratings for Recipes

Give recipes a rating out of 5 stars and display rating in the recipe list 
view.

Allow filtering by recipes with x starts and above

Original issue reported on code.google.com by [email protected] on 11 May 2009 at 1:35

P2P recipe sharing

When P2P api has been sorted out add recipe transfer without using sms. 

Probably use Bluetooth or XMPP.

Original issue reported on code.google.com by [email protected] on 12 Apr 2009 at 6:50

Shopping location reminders

Geotagged shops will cause an alert when you are close by if there are 
items on the shopping list that need to be purchased from them.

Ingredients could be tagged with a "bought from" location when they are 
marked as in the trolley on the shopping list, thus allowing bites to 
remember where to get them from next time.

Shops could be added optionally on a "finish shopping" event

Original issue reported on code.google.com by [email protected] on 12 May 2008 at 5:47

Preferences page

Need a preference page for the ticked/unticked option for adding 
ingredients to the shopping list or sending a shopping list sms.

Original issue reported on code.google.com by [email protected] on 26 Jun 2009 at 1:20

Add "category" to recipes

Give recipes a category e.g. Seafood, Pasta, Alcoholic Beverages.

Change the xml file e.g. <recipe name="Martini" category="Alcoholic 
Beverage" />

Allow filtering by category on recipes tab.

Original issue reported on code.google.com by [email protected] on 28 Jul 2009 at 5:44

Add headings for ingredients

As per Jeff's request on bites google group 
http://groups.google.com/group/bites/browse_thread/thread/04b790b960b7c011?
pli=1

Add headings for sub categories of ingredients.

Original issue reported on code.google.com by [email protected] on 14 Jan 2010 at 3:25

Upload/Share Recipe

A new menu option "Share Recipe" will upload the recipe to a public 
database.

*PHP MySQL host
*use url encoding (UTF-8?) and ?recipe= to create a php variable 
containing recipe string
*Set the value of a form to the recipe variable then post

Original issue reported on code.google.com by [email protected] on 27 Jul 2009 at 9:31

Touch keyboard?

What has to be done to enable touch keyboard? 
Recipe list filtering in particular could benefit from this.

Original issue reported on code.google.com by [email protected] on 7 May 2009 at 1:36

Last method cut off in emailed XML file

What steps will reproduce the problem?
1. Create a recipe with at least 2 methods
2. Send recipe via email (gmail)
3. open xml file and note the final method is not included

What is the expected output? What do you see instead?
All methods should be included in the XML file

What version of the product are you using? On what operating system?
Version 4 running on Android 2.0 (eclair on Motorola Droid)

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 23 Nov 2009 at 9:12

Add "Get New Recipes" option

A new menu option "Get New Recipes" would show a list of sites to visit to 
download recipes. 

Possibly grab data from an xml file on caldwellcode/ for a dynamic list of 
sites to avoid hard coding urls into Bites and allow some monetizing.
e.g.
<recipesites>
<site title="Sams Seafood" url="www.sams.com" category="Seafood" />
<site title="Shaken not stirred" url="www.shaker.com" category="Alcoholic 
Beverages" />
</recipesites>

Original issue reported on code.google.com by [email protected] on 28 Jul 2009 at 5:42

Insert recipe creates blank item

From Peli:

If I insert a new recipe menu > insert, the new name is empty. I have to 
press "Edit" again to change the name to something non-empty

Original issue reported on code.google.com by [email protected] on 21 Jul 2009 at 4:47

Recipe Author Field

Add an "author" field to recipes - both in sqlite and xml file.

e.g.

<recipe name="" author=""
...

Original issue reported on code.google.com by [email protected] on 10 Aug 2009 at 12:51

Create shopping list

Create a shopping list from unticked items in the Ingredients tab. This can 
be either sent as a text message to someone on the way home, or added to a 
shopping list activity e.g. if openintents shoppinglist is installed add 
this to context menu.

Original issue reported on code.google.com by [email protected] on 12 Apr 2009 at 6:47

Utilise the search function

Use the search function to search for local (and online) recipes for:

1. Recipes that include an ingredient
2. Recipes submitted by a favourite author

Original issue reported on code.google.com by [email protected] on 24 Jul 2009 at 4:22

Make use of Preferences

Use the android preference system to make for a more intuitive and less 
"forgetful" user experience.

e.g. remember whether the user wants ticked or unticked ingredients to be 
added to the shopping list

Original issue reported on code.google.com by [email protected] on 11 May 2009 at 1:34

Streamline recipe download

Downloading a recipe is not intuitive enough. 
Keep an eye on the SDK for ways to directly handle new mime/file types.

Original issue reported on code.google.com by [email protected] on 21 Jul 2009 at 4:52

Proposal: F-Droid repository

Since it is Open Source, it can be posted to F-Droid repository. More people 
(like me) would intall it from there.

Original issue reported on code.google.com by [email protected] on 1 Nov 2011 at 4:23

Scan ingredient barcode to find recipes

*Pie in the sky?*

Use zxing library to scan a barcode on an ingredient and search for 
recipes containing that ingredient.

Or collaborate with manufacturers to provide recipes in QR codes fixed to 
ingredients?

Original issue reported on code.google.com by [email protected] on 29 Jul 2009 at 5:16

Doesn't build

We want to add it to the FOSS-Market F-Droid. Unfortunately it  fails to build 
with package org.openintents.intents does not exist. 

P.S.: It is also possible to include a donation button there, see:
http://f-droid.org/forums/topic/about-this-forum/ 

Original issue reported on code.google.com by [email protected] on 26 Sep 2012 at 4:50

Add multiple language support

hi,

I really like Bites. I think it would be even better if you would add
multiple language support for the recipes, ingredients and methods. So that
when you choose your language(e.g. german) and add for example a recipe
with the english names for the ingredient, it would simply translate them.

I would offer my help for german and french language support.

Original issue reported on code.google.com by [email protected] on 9 Jan 2010 at 3:40

Archive recipes to xml file on sd card

Add a menu option on the recipes tab to archive the complete recipe book 
to an xml file on the sd card.

file format:
<recipebook>
  <recipe name="" >
  ...
  </recipe>
  ...
</recipebook>

Original issue reported on code.google.com by [email protected] on 13 Aug 2009 at 9:01

Method's Height ist not adjusted when the description is long

What steps will reproduce the problem?
1. Write a lond description for a method.

What is the expected output? What do you see instead?
The visible height should be adjusted in order to one be able to read it
all. What I see instead is that the visible area is not enougth to show all
the text in the description.

What version of the product are you using? On what operating system?
I don't know, but I guess it is the latest version, I have just installed
from Android Market.

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 24 Aug 2009 at 7:01

Use addHeaderView for listview title rows

Reuse row views for title row. Refer: 
http://code.google.com/android/reference/android/widget/ListView.html#addHe
aderView(android.view.View,%20java.lang.Object,%20boolean)

Set isSelectable to false.


Original issue reported on code.google.com by [email protected] on 1 May 2008 at 2:31

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.