Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spelling #17

Open
wants to merge 57 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
57 commits
Select commit Hold shift + click to select a range
cdca352
spelling: accidentally
jsoref Jan 27, 2019
0d8e1c0
spelling: activity
jsoref Jan 27, 2019
01c370b
spelling: anyway
jsoref Jan 27, 2019
f7a726c
spelling: aysc (??)
jsoref Jan 27, 2019
4705488
spelling: bilingual
jsoref Jan 27, 2019
4d2eb4a
spelling: booktitle
jsoref Jan 27, 2019
1013450
spelling: careful
jsoref Jan 27, 2019
e7e1065
spelling: change
jsoref Jan 27, 2019
bd15c1a
spelling: chinuch
jsoref Jan 27, 2019
05c5cce
spelling: column
jsoref Jan 27, 2019
9d80bb7
spelling: contain
jsoref Jan 27, 2019
af7995f
spelling: dimensions
jsoref Jan 27, 2019
f55c7b5
spelling: divide
jsoref Jan 27, 2019
a6c64f0
spelling: doesn't
jsoref Jan 27, 2019
6218696
spelling: english
jsoref Jan 27, 2019
84f5cf8
spelling: escaping
jsoref Jan 27, 2019
ee1a6e3
spelling: everything
jsoref Jan 27, 2019
6bd8f93
spelling: hack
jsoref Jan 27, 2019
f649587
spelling: haftara
jsoref Jan 27, 2019
97f0be6
spelling: halakhah
jsoref Jan 27, 2019
cee5533
spelling: heades (?!)
jsoref Jan 27, 2019
2b6a914
spelling: ignoring
jsoref Jan 27, 2019
d1ec8af
spelling: indeterminate
jsoref Jan 27, 2019
91e3c2a
spelling: initialize
jsoref Jan 27, 2019
a189418
spelling: invisible
jsoref Jan 27, 2019
8efe2f9
spelling: library
jsoref Jan 27, 2019
9170e5c
spelling: logging
jsoref Jan 27, 2019
52da9e9
spelling: make
jsoref Jan 27, 2019
d5b4634
spelling: memory
jsoref Jan 27, 2019
37ae010
spelling: montserrat
jsoref Jan 27, 2019
d369da8
spelling: nikkuds
jsoref Jan 27, 2019
78225e7
spelling: occurred
jsoref Jan 27, 2019
4d9433f
spelling: conversion
jsoref Jan 27, 2019
3130e1d
spelling: debug
jsoref Jan 27, 2019
efae224
spelling: ofrequested
jsoref Jan 27, 2019
c23d6f4
spelling: overridden
jsoref Jan 27, 2019
c50d215
spelling: refer
jsoref Jan 27, 2019
e7f3852
spelling: regular
jsoref Jan 27, 2019
5acfa3d
spelling: represent
jsoref Jan 27, 2019
0f33bcc
spelling: returns
jsoref Jan 27, 2019
00f3e91
spelling: sefer
jsoref Jan 27, 2019
442fc49
spelling: separated
jsoref Jan 27, 2019
af6ba3b
spelling: separator
jsoref Jan 27, 2019
5834a2d
spelling: should
jsoref Jan 27, 2019
85b75c7
spelling: similarly
jsoref Jan 27, 2019
68f6d62
spelling: something
jsoref Jan 27, 2019
ca44b4a
spelling: stupidity
jsoref Jan 27, 2019
96881d5
spelling: transferring
jsoref Jan 27, 2019
f39db69
spelling: upgrade
jsoref Jan 27, 2019
2835ba7
spelling: util
jsoref Jan 27, 2019
4e62a98
spelling: version
jsoref Jan 27, 2019
c80f8a2
spelling: vertical
jsoref Jan 27, 2019
6de130e
spelling: visibility
jsoref Jan 27, 2019
816d0fd
spelling: visible
jsoref Jan 27, 2019
f3cf165
spelling: writing
jsoref Jan 27, 2019
06d2411
spelling: wi-fi
jsoref Jan 27, 2019
86a43a0
spelling: william
jsoref Jan 27, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/src/main/java/org/sefaria/sefaria/database/Header.java
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ public static void addHeaders(Context context){
Database dbHandler = Database.getInstance(MyApp.context);
SQLiteDatabase db = dbHandler.getWritableDatabase();
db.execSQL("DROP TABLE IF EXISTS " + TABLE_HEADERS); //TODO be able to update only a bit at a time.
db.execSQL(CREATE_HEADES_TABLE);
db.execSQL(CREATE_HEADES_TABLE /* headers? heads? */);
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it should be headers, but it requires a change to Sefaria-SQL (API)


Log.d("sql_headers_add", "about to add headers");

Expand Down